html{
margin-bottom: 1px;
height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_tile.gif) left top repeat-y;
	background-color: #F6F6F6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
}

a {color: #000; text-decoration: none;}

img {border: 0;}

h1 {
	clear: both;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 40px;
	}

#container {
	width: 900px;
	min-height: 100%;
	margin-bottom: -30px;
	}

#footer {
	height: 30px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-left: 260px;
	color: #ccc;
	}
	
#header {
	height: 115px;
	background: url(images/headerbg.gif) left top no-repeat;
	}

#left_column {
	float: left;
	width: 236px;
	background: url(images/leftbg_tile.gif) repeat-y;
}
#right_column {
	float: left;
	width: 624px;
	padding: 20px;
}

#content {
	float: left;
	font-size: 12px;
	width: 492px;
	text-align: center;
	}

.clearer {clear:both;}

.logo {
	position: absolute;
	left: 448px;
	top: 34px;
	}
	
	

/* main menu */

#menu {
	margin:0px;
	margin-left: 0px;
	margin-top: -20px;
	}

#menu li {
	text-indent: 5px;
	list-style: none;
	width:235px;
	height: 21px;
	}
	
#menu a {
	padding: 0px;
	padding-top: 3px;
	display: block;
	text-decoration: none;
	height: 18px;
	color: #000;
	background-image: url(images/menubutton_up.gif);
}

#menu a:hover {
	padding: 0px;
	padding-top: 3px;
	display: block;
	text-decoration: none;
	height: 18px;
	color: #000;
	background-image: url(images/menubutton_over.gif);
}


/**/


.previous {
	margin-top: 190px;
	width: 66px;
	display: block;
	float: left;
	}

.next {
	margin-top: 190px;
	width: 66px;
	display: block;
	float: left;
	}
	
/* showmenu */

ul.menu-top { margin-top: 20px; margin-left: -40px; }

ul.menu-top li {
	list-style: none;
	text-indent: 5px;
	text-transform: uppercase;
	line-height: 20px;
	color: #666;
}

ul.menu-top li.menu-current {
	text-indent: 18px;
	background: url(images/arrow.gif) 5px 6px no-repeat;
	line-height: 20px;
	color: #666;
	}

ul.menu-top a { color: #666; }

.next, .previous {
	text-align: center;
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
	}