html, body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin-top:15px;
	text-align:left;

}

h1{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-size:12px;
}

p{
	margin:0px;
	padding:0px;
	margin-bottom:3px;


}
a{	
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}



#outter_container{
	margin:auto;
	height:719px;
	width:1016px;
}

#inner_container{
	height:700px;
	width:1000px;
	float:left;
}

#top_banner{
	height:100px;
	width:1000px;
	float:left;
}

#email{
	float:right;
	height:18px;
	width:30px;
	margin-right:42px;
	margin-top:42px;
}

#email a{
	background: url("../images/structure/email.png") no-repeat 0 0;
	height:18px;
	width:30px;
	display:block;
}

#email a:hover{
	background-position: 0 -18px;
}

#email a span{
	display: none;
}



#smallblocks_container{
	height:600px;
	width:400px;
	float:right;
}
.smallblock_left{
	height:168px;
	width:168px;
	padding:16px;
	float:left;
	margin:0px;
	
}

.smallblock_right{
	height:168px;
	width:168px;
	padding:16px;
	float:right;
	margin:0px;
	
}


#flash{
	height:600px;
	width:600px;
	float:left;
}



#bottom_shadow{
	width:1016px;
	height:19px;
	background-image:url(../images/structure/bottom_shadow.jpg);
	background-repeat:no-repeat;
	float:left;
}

#right_shadow{
	width:16px;
	height:700px;
	background-image:url(../images/structure/right_shadow.jpg);
	background-repeat:no-repeat;
	float:right;

}

.clear{
	clear:both;
	visibility:hidden;
	height:0px;
	width:0px;
	
}


