﻿body {
	background: url(../images/bgr.gif);
	 background-repeat:no-repeat;
	 background-color:silver;
	background-position:center top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:13px;
	 color:#3c3c3c; 
}

* {
padding: 0;
margin: 0;
border: none;
}

h2{
	margin: 0 0 .5em;
}


#container{

		width: 643px;
	height:700px;
	margin: auto;

}

#header {

		height:200px;
		width: 643px;
		background: url(../images/logo.gif) ;
		background-repeat:no-repeat;
		background-position:left center; 
}

#header p{
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:13px;
	 color:#09357a;
}

#content {
	background-color:#fff;
	width:629px;
	height:426px;
	border:7px #fff solid;
	
}

#menucontainer {
	background: #0d4577;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100PX;
	height:426px;
	float: left;
}

#maincontent{
	float: left;
	padding: 20px;
	width: 479px;
	height: 386px;
	overflow-y: scroll;
}
#maincontent p{
	margin: 0 0 .5em
}


#menu {
	background: #0d4577;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;	margin: 0;
	padding: 0;
}
#menu a {
	background: #0d4577;
	border-bottom: 1px solid #0c3f6d;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2365a0 url("../images/hover.gif") RIGHT center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}                    
                    
#menu_sub {
	background: #2365a0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_sub li {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;	margin: 0;
	padding: 0;
}
#menu_sub a {
	background: #2365a0;
	border-bottom: 1px solid #1c507e;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu_sub a:hover {
	background: #1c507e url("../images/hover_sub.gif") RIGHT center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}  


#footer{
	height:20px;
	width:643px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:right;
	padding-top:5px
	}
	
	#footer a {
	color:#c5d7e8;
	text-decoration: none;
	}
	
#footer a:hover {
	color:#829db7;

	}