body {
		background-image:url(../images/bgd.jpg);
		background-position:top center;
		background-repeat:repeat;
	}

#header
{
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	margin-top: 25px;
	background-image:url(../images/header2.gif);
}

#header p
{
	font-family: Helvetica, sans-serif;
	text-align:right;
	font-size:90%;
	font-weight:600;
	line-height:1.2em;
	color:#eb3034;
	padding-right:30px;
}

.small
{
	font-size:60%;
	font-weight:normal;
	letter-spacing:normal;
}

#nav
{
	margin-right:auto;
    margin-left:auto;
	width: 748px;
	background-color: #d2d2d4;
	font-family: "Helvetica Light", Helvetica, sans-serif;
	font-size: 75%;
	text-align:center;
	color: #66656d;
	border: 1px #bfbfbf solid;
}	
	
a
{
	text-decoration:none;
	color:#66656d;
	padding-right:15px;
}

a:hover {color:#eb3034;}

a.page {color:#eb3034;}

#main
{
	margin-right:auto;
  	margin-left:auto;
	width: 748px;
	font-size:90%;
	text-align:center;
	line-height:2em;
	background-color: #fffffe;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	border-bottom: 1px #bfbfbf solid;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top:none;
	font-family:Palatino, "Palatino Linotype", "Book Antiqua", serif;
	color: #66656d;
}

.emphasis
{
	font-size:125%;
	color:black;
}

#footer
{
	font-size: 70%;
	font-family:Palatino, "Palatino Linotype", "Book Antiqua", serif; 
	color:#66656d;
	text-align: right;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:750px;

}

#footer a
{
	color:black;
	font-weight:bold;
}



