body { 
margin: 0 0 0 0 ; 
background: #304d6b;
font-family:arial,verdana;
color:#ccc;
}
a {
color:#ccc;

}
#content {
width:700px;
}
#wrapper {
width:1000px;
}
#header {
width:1000px;
height:155px;
background-image:url(images/header.jpg) no-repeat center top;
}
h1 {
font-size:18px;
text-indent:5px;
text-align:left;
}
h2 {
font-size:16px;
text-indent:5px;
text-align:left;
}
h3 {
font-size:15px;
text-indent:5px;
text-align:left;
}


/* Menu */

#menu {
	width: 620px;
	height: 45px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	/*text-transform: lowercase;*/
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	background-color: #000000;
}
#nav {
padding-left:20px;
text-align:left;
}
#nav a {
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	border-right:0px;
	/*text-transform: lowercase;*/
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
}
#nav a:hover, #nav .active a {
	background-color: #000000;
}
#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #000000;
	border-top: 2px solid #23282E;
	border-bottom: 2px solid #23282E;
	text-transform: lowercase;
	font-size: 200%;
	font-weight: bold;
	color: #DFE8F2;
	text-align:center;
}
