/* Main Page CSS ------------------------------------------------------------*/
* {
margin:0px;
padding:0px;
}

body {
	background-color:#312D2D;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}

a img{
border:none;
}

.linkul li{
list-style: none;
padding-bottom: 5px;
}

h1{
	color: #00a7eb;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: normal;
}

h2{
	color: #00a7eb;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: normal;
	padding:10px 0 10px 0;
	display:block;
	width: 512px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.big_text{
	font-size: 18px;
}

.container {
	width:785px;
	border: 20px solid #fff;
	margin:0px auto;
	background-color: #dcd6c8;
	margin-top: 50px;
	margin-bottom: 50px;
}

.left {
	float:left;
	width:250px;
}

.nav {
	list-style: none;
	font-size: 22px;
	line-height: 19px;

}

.nav li a, .nav li a:visited {
	text-decoration: none;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	display: block;
	padding:5px;
}

.nav li a:hover {
	text-decoration: underline;
}


.sub_nav {
	list-style: none;
	font-size: 16px;
	margin-left:10px;
}

.sub_nav li a, .sub_nav li a:visited {
	text-decoration: none;
	border-bottom: 2px solid #fff;
	display: block;
	padding:5px;
	color: #0099ff;
}

.sub_nav li a:hover {
	text-decoration: underline;
	
}



.reg a, .reg a:visited {
	color: #4ac7fa;
}

.reg a:hover {
	color: #4ac7fa;
	text-decoration: underline;
}

.alt a, .alt a:visited {
	color: #0099ff;
}

.alt a:hover {
	color: #0099ff;
	text-decoration: underline;
}

.shop a, .shop a:visited {
	color: #ff3300;
}

.shop a:hover {
	color: #ff3300;
	text-decoration: underline;
}

.right {
	float:left;
	width:510px;
	padding:10px;
}

.clear_both {
	clear:both;
}

p {
	color: #897e5f;
		padding: 0px 0px 10px 0px;
}

.body{
	color: #00a7eb;
	font-size: 16px;
}




.body_small{
	color: #00a7eb;
	font-size: 13px;
}

.mascotlist{
list-style: none;
color: #897e5f;
font-weight: bold;
}

.spacer{
width:250px;
float: left;
}

.footer{
border-top:2px solid #fff;
}

.foot_heading{
color: #4ac7fa;
font-size: 18px;
font-weight: bold;
}

.one, .two, .three{
width:156px;
float: left;
border-left:2px solid #fff;
padding:10px;
color: #897e5f;
}

.two a, .two a:visited, .two a:hover{
color: #897e5f;
text-decoration: none;
}

.p_list{
list-style:none;
margin-top:10px;
}

.p_list li{
float:left;
padding: 7px 10px 5px 10px;
border:1px solid #00CCFF;
margin-right:3px;
background-color:#e9f9ff;
color:#00aeef;
}

.p_list li a, .p_list li a:visited, .p_list li a:hover{
text-decoration:none;
color:#00aeef;
}

.pag_active{
font-weight:bold;
}
