/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size: x-large;
}

h2 {
	font-weight: bold;
	font-size: larger;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

#container {
	width: 800px;
	margin: 0 auto auto;
}

#topPic {
	background: url(../images/top.jpg);
	width: 800px;
	height: 201px;
	top: 0px;
	float: left;
}

#leftPic {
	background: url(../images/left.jpg);
	width: 201px;
	height: 824px;
	top: 201px;
	float: left;
}

#topMenu {
	margin-top: -20px;
	margin-left: 10px;
	float: left;
	color:#FFFFFF;
	font-weight: bold;
}

#topMenu a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#topMenu a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#topMenu a:active {
	color: #FDC00F;
	text-decoration: none;
}

#topMenu a:hover {
	color: #FDC00F;
	text-decoration: none;
}


#main {
	position: relative;
	left: 10px;
	top: -10px;
	*top: 10px;
	width: 580px;
	float: left;
	text-align: left;
}

#main #title {
	font-weight: bold;
	list-style-type: square;
}

#main #description {
	margin-left: 25px;
}


