@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#B0B5D0;
	color:#435177;	
	}
a{
	color:#96587E;
	}
a:hover{
	color:#CC66CC;
	}
h3{
	font-style:italic;
	color:#96587E;
	text-align:center;
	margin-left:-10px;
	}
#container{
	margin:0 auto 0 auto;
	width:827px;
	}
#bg_top{
	width:827px;
	height:60px;
	background-image:url(../images/bg_top.jpg);
	}
#logo{
	width:827px;
	height:260px;
	background-image:url(../images/logo.jpg);
	}
#spacer{
	width:827px;
	height:55px;
	background-image:url(../images/bg_spacer.jpg);
	}
#navigation{
	width:827px;
	height:150px;
	}
#main{
	width:677px;
	background-image:url(../images/bg_spacer.jpg);
	background-repeat:repeat-y;
	padding-left:75px;
	padding-right:80px;
	text-align:justify;
	}
#bg_bottom{
	width:827px;
	height:64px;
	background-image:url(../images/bg_bottom.jpg);
	}
#footer{
	width:827px;
	height:50px;
	text-align:center;
	color:#435177;
	padding-top:5px;
	}
#footer a{
	color:#EEEAF2;
	text-decoration:none;
	}
#footer a:hover{
	color:#96587E;
	text-decoration:none;
	}
.small{
	font-size:.7em;
	}
.smaller{
	font-size:.6em;
	}
.italic{
	font-style:italic;
	font-size:.7em;
	}
