/* CSS Document */

/* -- Page Positioning -- */
html{ }
body{
	background-color:#e0a52d;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	}
#container{
	width:760px;
	margin:auto;
	background-color:#FFFFFF;
}
#header{
	width:100%;
	height:147px;
	text-align:center;
}
#main{
	/*width:760px;*/
	width:100%;
	text-align:center;
}
#centerColumn{
}
#nav{
	width:760px;
	height:68px;
	margin:auto;

}
#footer{
	width:760px;
	height:79px;
	margin:auto;
}

/* -- Page Styles -- */

.orangeStripe{
	background-color:#e0a52d;
	width:100%;
	height:10px;
	}
	
a:link {
	color: #451358;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #3A1356;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #F38C0C;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color: #461856;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
}
