@charset "utf-8";
/* CSS Document */

.contentpad {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
}

body {
	background-image: url(assets/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
	
#wrapper {
	width: 955px;
	margin: 0px auto;
}

#flashnav {
	width: 955px;
}

#content {
	width: 577px;
	float: left;
	background-image: url(assets/bg_content.jpg);
	background-position: left;
	background-repeat: no-repeat;
	}

#leftside {
	width: 31px;
	float: left;
}

#sidestuff {
	width: 378px;
	height: 382px;
	float: right;
	background-color: #006600;
}

#footer {
	width: 955px;
	height: 60px;
	float: right;
	background-image: url(assets/footer.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
	text-align: center;
	padding-top: 40px;
}

a:link {
	color: #ffb949;
	text-decoration: none;
}

a:visited {
	color: #ffdea8;	
	text-decoration: none;

}

a:hover {
	color: #dbffda;
	text-decoration: underline;

}

a:active {
	text-decoration: none;
}
