@charset "utf-8";
/* CSS Document */

body {background-image:url(../images/gradient.png);
	background-repeat:repeat-x;
	background-color:#d6e5f8;
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family: Corbel,
             "Lucida Grande",
             "Lucida Sans Unicode",
             "Lucida Sans",
             "DejaVu Sans",
             "Bitstream Vera Sans",
             "Liberation Sans",
             Verdana,
             sans-serif;
	font-size:14px;
	}
	
#leftcontent {float:left;
	width:280px;
	border:1px #000 dotted;
	padding-right:10px;}
	
h1 {font-size:1.5em;
	padding-bottom:0px;
	margin-bottom:0px;}
h2 {font-size: 1.2em;
	margin-bottom:0px;}
	
p {margin-bottom:1em;}
.centerme {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	}
	
#container {
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	overflow:hidden;}

#topnav {position:relative;
	padding-bottom:90px;}
#topnav ul {margin:0;
	padding:0;
	list-style-type:none;
	text-align:right;
	width:100%;
	white-space:nowrap;
	position:absolute;
	bottom:0;
	font-weight:bold;
	}
	
#topnav ul li {display:inline;
	text-align:center;
	padding-right:10px;
	border-right: #000 1px solid;
	}
	
#topnav a {color:#000;
	text-decoration:none;}
#topnav a:hover {color:blue;
	text-decoration:underline;}
	
#pictures {background-image:url(../images/grey_gradient.png);
	background-repeat:repeat-x;
	margin-top:10px;}
	
#navigation {margin-top:15px;}
#maincontent {margin-top:15px;}
#maincontent a {color:blue;
	text-decoration:none;}
#maincontent a:visited {color:blue;
	text-decoration:none;}
#maincontent a:hover {text-decoration:underline;}

#footer {background-color:#333;
	background-image:url(../images/black_gradient.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFF;
	padding-top:10px;
}

#footer a {color:#fff;
	text-decoration:none;}
	
#footer a:hover {
	text-decoration:underline;}

#footer ul li {font-size:1em;
	list-style-type:none;}
#footer ul li ul li {font-size:.9em;
	padding-left: 3em;
	list-style-type:square;}

#footer table {display:block;
	margin-left:auto;
	margin-right:auto;
}