
@import url("text.css");

body{
	background: #abdebf;
	text-align:left;
	height:100%;
}

li {
 list-style-type:circle;
}
.clear{
	padding-top: 15px;
	clear: both;
}
.left{
  float: left;
}
.right{
  float: right;
}
#wrapperback{
	background: url("../images/back.gif") repeat-y top center;
	overflow: hidden;
}

div#wrapper{
	background: url("../images/mainbody.jpg") no-repeat top center;
	min-height: 980px;
}

/* HEADER */
div.header{
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0;
}
/* right block */
div.rprep{
	float: right;
	width: 200px;
	padding:  10px 20px 0 0;
}
/* */

div#contentwrapper{
	margin: 0 auto;
	color: #000;
	width: 1000px;
	min-height:850px;
} 
div.prepend{
	padding: 10px 10px 0 30px;
} 
div.maincontent{
	float: left;
	width: 720px;
	border-right: 1px dotted #000;
	margin-top:1px;
}
div.maincontent p{
	padding-bottom: 10px;
}
/* div.image{
	width: 260px;
	height: 350px;
	position: absolute;
	margin: 0 0 10px;
	background: url("../images/angles.gif") no-repeat top center;	
}
*/
.frame{
	position: relative;
}
.description{
	width: 500px;
}



/* Footer*/
div#footer{
	background: url("../images/footer.jpg") no-repeat top center;
	width: 991px;
	margin: 0 auto;
	padding: 40px 0 20px; 
	color:#5c6c62;
}
div#footer a{
	text-decoration: none;
} 
div#footer a:hover{
	color:#fff;
}

div#footer p{
	padding: 0 20px;
}
	
	
	
	
	
	