body {
	margin: 0px;
	background: url(images/content-background.gif) repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #631600;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #333;

}

a:hover {
	background: none;
	color: #4D4200;
}

img {
	border: 0;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* Header */

#top {

	position: absolute;
	height: 758px;
	width: 100%;
}

#header {
	width: 100%;
	position: absolute;
	height: 758px;
	background: url(images/header.jpg) no-repeat;
}

/* Content */

#page {
	position: absolute;
	top: 155px;
	z-index: 1;
	width: 100%;
}

#inpage {
	margin: 0 0 0 109px;
}
#menu {
	height: 70px;
	width: 790px;
	font-size: 13px;
}

#menu ul {
	padding: 17px 0 0;
	margin: 0 0 0 20px;
	list-style: none;
	
}

#menu li {
	margin: 0 0 0 45px;
	display: inline;
	padding: 0;
	
}

#content-column {
	float: left;
	width: 585px;
	
}

#wrapper-column {
	width: 190px;
	float: left;
	height: 600px;
}

#text {
	padding: 20px 30px 0 20px;
	text-align: justify;
}

#footer {
	margin: 0px;
	width: 100%;
	height: 155px;
	position: absolute;
	left: 0px;
}

#footer-text {

	position: absolute;
	left: 205px;
	top: 50px;	
	width: 620px;
	
	font-size: 11px;
}

#bottom-body {
	background-image: url(images/bottom-body.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 100%;
	position: absolute;
}

form {
	margin: 0;
}

#icons {
	position: absolute;
	right: 120px;
	top: 70px;
}

/***left menu items***/

#submenu {
	margin: 20px;
	
}

#submenu ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	line-height: normal;
	border: 1px solid #888;
}

#submenu dl {background-color: #005aa2;
font-weight: bold;padding: 2px;text-align: center;color: White;margin-left:-5px;margin-right:-5px;margin-top:-5px;}

#submenu li {
	padding: 2px;
	margin: 0;
	
}

#submenu a {
	display: block;
	background: #fff;
	margin-left:-5px;	margin-right:-5px;
}

#submenu a:hover {
	background: #eee;

/***news items***/

}
#newsbg {
	margin-left:1px;
	margin-top:10px;   
	background: url(images/torn-paper.gif) no-repeat;
	width: 180px;
	height: 300px;	
	overflow: hidden;
}
#news {
	font-size: 10px;
	line-height: normal;
	margin-top:60px;  
   padding: 5px;
}

#news p { 
	margin-top: -10px;
	line-height:normal;
}
#news a {
	margin-top:5px;
	color: Blue;
	text-decoration: none;
	font-size:10px;

}
#news a:hover {
	color:red;
}
#news h2 { 
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;

}
#news hr {
	margin-top:-10px;
	margin-bottom:10px;
	color:#666666;

}
#icons {
	text-align: right;
	position: absolute;
	top: 5px;
	left: 670px;
	width:200px;
}
