@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #4c0652;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
margin-left:auto;
margin-right:auto;
width:802px;
background-image:url(topbanner.jpg);
background-repeat:no-repeat;
height:296px;
}

#main {
margin-left:auto;
margin-right:auto;
width:802px;
height:600px;
background-image:url(content_bg.jpg);
background-repeat:repeat-x;
background-color:#f8ac39;
}

#navigation {
padding-top:30px;
width:200px;
height:300px;
float:left;
}

#content {
width:550px;
padding:20px;
margin-top:20px;
float:right;
line-height:16px;
}

a:link {
	color: #712679;
}
a:visited {
	color: #74267A;
}
a:hover {
	color: #5A075F;
}
a:active {
	color: #5D0863;
}