@charset "utf-8";
.style2 {	font-size: x-small;
	font-family: "Lucida Calligraphy";
}


.xsmall {
	font-size: xx-small;
}

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
}
#content {
	line-height: 1.4;
	padding-top: 225px;
	padding-left: 10px;
	width: 660px;
	float: left;
	padding-right: 10px;
}

#footer {
	font-size: xx-small;
	clear: both;
	height: 95px;
}




#navigation {
	width: 240px;
	padding-left: 20px;
	float: left;
	padding-right: 10px;
}


#navigation ul{
	margin:15px 0;
	padding:0;
	list-style-type:none;
}



#navigation li{
	margin-bottom:5px;
}
#navigation a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

