/* CSS Document */
html, body{height:100%}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#49358D;
	font-weight:600;
}
body {
	margin: 0px;
	background-color:#C6D09B;
	background-image:url(images/background.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
}
#content{
	color:#49358D;
	background-color:#C6D09B;
	padding:10px 10px 10px 10px;
}

.copyrightlink{
font-size:10px;
color:#49358D;
padding-left:55px;
font-weight:500;
background-image:url(images/bottom_splash.jpg);
background-repeat:no-repeat;
background-position:left top;
background-color:#C6D09B;
}

.copyrightlink a{
text-decoration:none;
color:#49358D;
}

.copyrightlink a:hover{
color:#ffffff;
}

.creditlink{
font-size:10px;
color:#49358D;
padding-right:20px;
font-weight:500;
text-align:right;
background-image:url(images/top_splash.jpg);
background-repeat:no-repeat;
background-position:left top;
background-color:#C6D09B;
}

.creditlink a{
text-decoration:none;
color:#49358D;
}

.creditlink a:hover{
color:#ffffff;
}

.entrylink{
font-size:13px;
color:#49358D;
font-weight:800;
background-image:url(images/left_splash.jpg);
background-repeat:no-repeat;
background-position:right top;
background-color:#C6D09B;
}

.entrylink a{
text-decoration:none;
color:#49358D;
}

.entrylink a:hover{
color:#FC9F3D;
}

#wraper{
width:750px;
margin:7% auto 0;
}

.right_splash_background{
background-image:url(images/right_splash.jpg);
background-repeat:no-repeat;
background-position:left top;
background-color:#C6D09B;
}

