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

a:link {
	text-decoration: none;
	color: #F0F;
}
a:visited {
	text-decoration: none
	color: #F0F;;
}
a:hover {
	text-decoration: none;
	color: #331E05;
}
a:active {
	text-decoration: none
	color: #F0F;;
	color: #FFF;
}


.main_canvas {
	background-image: url(images/back1.png);
	background-color: #62523f;
	background-repeat: repeat-x;
	background-position: center top;
	height: auto;
	left: 0px;
	min-height: 100%;
    min-width: 1200px;
	position: absolute;
	top: 0px;
	width: 100%;
}



body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #331E05;
	width: 100%;
	
}

p {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 5px;

}

.main_body_container {
	height: auto;
	width: 900px;
	background-color: #ffffff;
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 60px;
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    -webkit-box-shadow: #B3B3B3 1px 1px 1px;
    -moz-box-shadow: #B3B3B3 1px 1px 1px; 
    box-shadow: #B3B3B3 1px 1px 1px; 
  
}

.websitefreaks-top {
	height: 204px;
	width: 960px;
	margin: 0 auto;
}

.links_container {
	height: 24px;
	width: 960px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
		
}
.bottom-menu {
	height: auto;
	width: 920px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
    
	
}