* {
    padding: 0;
    margin: 0;
} 

body {
background: #555;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #3E92EA;  }
a:hover {
	text-decoration: none;
	color : #FFFFFF;
}

#wrap {
	margin: 40px auto 0 auto;
	width: 800px;
}
#header h1 {
	font-size: 26px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 12px 0 5px 10px;
	height: 148px;
}
#header h1 a:hover {
	text-decoration: none;
}
#header h2 {
	font-size: 15px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: 12px;
}

#menu {
	height: 30px;
	line-height: 30px;
	background-color: #00B6FC;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-variant: normal;
	text-transform: none;
	font-weight: 400;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	color: #D0D1D0;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
}
#menu ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#content {
	padding: 10px 20px;
	background-color: #000000;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}

.left {
	width: 568px;
	float: left;
	text-align: justify;
	background-color: #000000;
}
.left h2 {
	color: #3E92E8;
	font-size: 24px;
	letter-spacing: -3px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}

.right {
	width: 150px;
	float: right;
	padding: 10px;
	border-left: 1px solid #00000;
	font-size: 16px;
	background-color: #000000;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#top {
background: #555 url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
	text-align: center;
	color: #CCCCCC;
	font-size: 11px;
	padding: 0 0 10px 0;
	background-color: #000000;
}
