/* -- Basics --*/
body{
	background: #fff url('../i/bg.jpg') repeat-x top left;
	color:#222;
}

h3{
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	margin-top:25px;
}

/* -- Topbar --*/
#topbar{
	height:130px;
}

#topbar h1{
	text-indent:-9999px;
	margin:0 auto;
	width:504px;
	height:144px;
	background: url('../i/logo2010.png') no-repeat top left;
}

/* -- Slideshow --*/
#slideshow{
	margin-top:15px;
	margin-bottom:15px;
	height:175px;
}

img{padding:0; margin:0;}

/* -- Main --*/
#main{
	
}


/* -- Navigation --*/
#navigation{
	min-height:450px;
	background: #fff url('../i/sidebar-left.jpg') repeat-y top left;
}

#navigation a{
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	color:#444;
}

#navigation a:hover{color:#00b5cb; background-color:transparent;}

#navigation li{
	list-style-type:none;
	padding:12px 0 4px 8px;
	border-bottom:1px solid #d9d9d9;
	margin-left:0;
	}
	
#navigation li:hover{background-color:#fff;}


/* -- Body --*/
#body{
	min-height:450px;
}

span.light{color:#999;}

#body, #navigation, #sidebar{padding-bottom:25px;}
/* -- Sidebar --*/
#sidebar{
	min-height:450px;
	background: #fff url('../i/sidebar-right.jpg') repeat-y top right;
}

#sidebar h3{
	margin-left:20px;}
#sidebar img{
	margin-left:20px;
	border: 2px solid #aaa;
	}

/* -- Bottombar --*/
#bottombar{
	background:#f6f6f6 url('../i/bottombar.jpg') repeat-x top left;
	height:28px;
	border: 1px solid #aaa;
}

#bottombar ul{text-align:right; padding-top:4px; margin-right:8px;}
#bottombar li{display:inline;}
#bottombar a, #footer a{
	text-decoration:none;
	color:#444;
}
#bottombar a:hover, #footer a:hover {text-decoration:underline;}


/* -- Footer --*/
#footer{
	margin-top:8px;
}



