/* CSS Document */

body {
	min-width:auto;
	min-height:auto;
	background-color:#000000;
	
}


#wrapper {
	width: 951px;
	padding:0px;
	border:solid;
	border-width:1px;
	border-color:#FFFFFF;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	background-image:url(images/index2_02.jpg);
	background-repeat:repeat-y;
	
}



#header {
	width:951px;
	height:113px;
	float:left;

}

#content {
	width:951px;
	height:auto;
	float:left;
	background-image:url(images/index2_02.jpg);
	background-repeat:repeat-y;
}

#mid{
	width:951px;
	height:auto;
	float:left;
}
#footer {
	width:951px;
	height:33px;
	float:left;
}



h1 {
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
}




.floating-right-image {
	float:right;
}

.floating-left-image {
	float:left;
}


