@charset "utf-8";
/* CSS Document */
body {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-color: #200d08;
	background-image: url(../pictures/background.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}
h1 {
	color: #9A1212;
	font-size:20px;
	font-weight: bold;
	padding: 20px 30px;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

#banner {
	height:125px;
	padding: 0px;
	margin-bottom: 3px;
	background-image: url(../pictures/khiderheader.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container {
width: 753px;
margin-left: auto;
margin-right: auto;
height:100%;
background: #b38d57;
}

#content {

background:#eae1c7;
padding: 8px;
margin-left: 207px;
margin-right: 0px;
}

p, pre{
padding: 0px 15px;
margin:20px;
}

#left {
float: left;
width: 207px;
margin: 0px;
padding: 0px;
background:#b38d57;
 height:90%;
}
#footer {
clear: both;
margin: 0px;
padding:0px;
width:753px;
height:94px;
background-image: url(../pictures/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h2 {
	color: #9A1212;
	font-size:13px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0px 15px;
margin:20px;
	}
.verticalmenu ul{
list-style:none;
 padding: 0px;
 margin: 0px;
}

