body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;
	margin:0px;
	background : #DECBB1 url(../images/header.png) no-repeat center top;
	width : 100%;
	height:100%;
	display : table; 
	
}

#wrapper {
	margin:auto;
	width:992px;
	height:auto;
	margin-top:0px;
	clear:both;
	}
#nav {
	margin:auto;
	width:930px;
	margin-top:290px;
	padding-left:50px;
	}
.menu {
	float:left;
	width:178px;
	height:75px;
	font-size:110%;
	}
#cont {
	background-image:url(../images/cont-bg.png);
	width:992px;
	height:auto;
	overflow:auto;	
	margin-left:1px;
	}
#sidebar {
	float:left;
	width:240px;
	height:auto;
	margin-left:49px;
	}
.heading {
	background-image:url(../images/button.png);
	width:243px;
	height:53px;
	margin-top:5px;
	margin-bottom:5px;
	clear:both;
	}
.heading h3{
	padding-top:10px;
	padding-left:10px;
	font-size:150%;
	font-weight:normal;
	color:#000000;
	}
#page {
	float:left;
	width:640px;
	height:auto;
	margin-left:10px;
	}
		
#footer {
	background-image:url(../images/footer.png);
	width:992px;
	height:56px;
	margin-left:1px;
	text-align:center;
	padding-top:30px;
	}
	
	
input {
	background-color:#FAFAFA;
	border: 1px solid #ababab;
	color: #323232;
	}
input:focus{
	background-color:#DEDEDE;
	}
textarea:focus{
	background-color:#DEDEDE;
	}	
label {
	float:left;
	width:70px;
	}
#page label {
	float:left;
	width:150px;
	}
.warning {
	color:#FF0000;
	}
img {
	border:none;
	}
.box {
	float:left;
	width:210px;
	height:185px;
	text-align:center;
	}
.boxfull {
	margin:auto;
	width:600px;
	height:auto;
	}
.image {
	float: left;
	margin: 0 10px 5px 0;
	/*border:2px solid #000033;*/
}
a:link {
	color: #2B2D43;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2B2D43;
}
a:hover {
	text-decoration: none;
	color:#000033;
}
a:active {
	text-decoration: none;
	color: #2B2D43;
}