/* CSS Document */

html, body {
	font-size: 12px;
	height:100%;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

#center_banner {
	z-index:3;
	width:100%;
	background-image:url(../images/top_right.jpg);
}

#top_left{
	z-index:2;
}
#top_right{
	z-index:1;
	background-image:url(images/top_right.jpg);
	width:100%;
	height:142px;
}

#bottom_left{
	bottom: 0px;
	position: absolute;
	width: 100%;
	height: 47px;
	background-color:#0a0c64;
	left: -3px;
}

#spacerleft{
	height:450px;
}

#main{
	border:1px;
	border-color:#330099;
	width:760px;
	padding:5px;
}

#small{
	width:200px;
	background-color:#CCCCCC;
	height:100px;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-bottom-style:solid;	
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}
