

	
body{
	background-color:#111211;
}


img{
	border:none;
}
div.wrapper{
	position: relative;
	width:650px;
	height:775px;
	top:15px;
	left:0px;
	margin:0px auto;
	border-style:solid;
	border-color;#000000;
	border-width:0px;
	background-color:#DADBB2;
	

}

#header {
	position:absolute;
	top:0px;
	left:50px;
	height:136px;
	width:550px;
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 5px 0px;
	background-color:#DADBB2;

}
   
   
h1{
	position:absolute;
	top:65px;
	right:5px;
	font-family:arial;
	font-size:32px;
	font-weight:bold;
	color:#C97124;
	padding:5px;
}
#nav{
	

}

#content1{
	position:absolute;
	top:160px;
	left:0px;
	height:175px;
	width:600px;
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 0px 0px;

}

div.scroll {
position:absolute;
top:160px;
left:0px;
height: 575px;
width: 550px;
overflow: auto;
border: solid #000000;
border-width:0px;
background-color: #DADBB2;
padding: 8px;
}

h2{
	font-family:arial;
	color:#000;
	text-align:center;
	size:16px;
}

h3{
	font-family:arial;
	color:red;
	text-align:center;
	size:12px;
}

#body1{
	position:relative;
	top:25px;
	
	height:175px;
	width:580px;
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 0px 0px;
	background-color:#cccccc;
	
}

#body2{
	position:relative;
	top:75px;
	
	height:auto;
	width:580px;
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 0px 0px;
	background-color:#cccccc;
}

p{
	
	
	text-align: left;
	font-family:arial;
	font-weight: normal; 
	font-size:18px;
	color:#000000;
	padding:12px;
	
}

#img1 {
	float:right;
	padding: 15px;
}
	
#img2{
	position: absolute;
	bottom:0px;
	left:14px;
	
}
#img3{
	float:left;
	padding:15px;
}
#clear{
	clear:both
}