/* CSS Document */
html, body{
        margin: 0;
        padding: 0;
		border: 0;
}
body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AE4C27;
	background-color:#BDA075;
	height:100%;
	
/* IE10 */ 
background-image: -ms-linear-gradient(bottom, #FFF4C7 0%, #BDA075 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFF4C7 0%, #BDA075 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFF4C7 0%, #BDA075 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF4C7), color-stop(1, #BDA075));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFF4C7 0%, #BDA075 100%);

/* Proposed W3C Markup */ 
background-image: linear-gradient(bottom, #FFF4C7 0%, #BDA075 100%);
	
	}


#centbod {
	height:100%;
	background-color:#FFFFFF;
	margin:auto;
	padding:0px;
	width: 80%;
	padding-bottom:35px;
}
#container {
	background-color:#FFFFFF;
	width:700px;
	border-style:solid;
	border-color:#AE4C27;
	padding:0px;
	vertical-align:top;
	
}
#content{
	width:590px;
	float:right;
	padding-top:10px;
}
.leftcol {
	widows:80px;
	float:left;
	padding-top:10px;
	vertical-align:top;
	padding:10px;
	border-right: #AE4C27 dashed 1px;
	line-height:175%;
}
a {
	font-size:18px;
	color:#AE4C27;
	text-decoration:none;
}
a:hover {
	color:#CCCCCC;
}
h1 {
	font-size:20px;
	font-weight:normal;
	text-align:left;
}
h2 {
	font-size:14px;
	font-weight:normal;
	text-align:left;
	}
