@charset "UTF-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
} 

body {
	background: #E2E2E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
a {
	color: #F30;
	text-decoration: underline;
}
a:hover { color: #255EA8; text-decoration: underline; }

#wrapper {
	width: 800px;
	margin: 20px auto;
	background: #E2E2E2 url(../img/contentbg.gif) repeat-y;
}

#header {
	height: 90px;
	background: #E2E2E2 url(../img/header.gif) no-repeat;
}
#header h1 {
	padding: 25px 0 0 20px;
	font-size: 27px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #fff;
}
#header #description {
	padding-right: 22px;
	font-size: 14px;
	color: #eee;
	font-weight: 100;
	letter-spacing: -2px;
	text-align: right;
}
#header h2 {
	padding-left: 22px;
}
#header h2 a {
	color: #CB9A6C;
	text-decoration: none;
}
#header h2 a:hover {
	text-decoration: none;
	color: #fff;
}

#side {
	float: left;
	width: 175px;
	padding: 10px;
	border: 1px solid #aaa;
	background: #ddd;
	margin: 10px 10px 10px 30px;
}
ul.menu {
	adding: 5px 0 15px 15px;
	color: #255EA8;
	list-style-type: square;
	list-style-position: inside;
}
ul.menu li {
	margin-bottom: 15px;
}
ul.menu li a {}

#main-content {
	float: right;
	width: 540px;
	padding: 0 10px;
}
.content {
	padding: 0 10px 0 0;
	margin-bottom: 20px;

}
.content p{
	padding: 8px 0;
}
.title {
	font-weight: bold;
	padding: 10px 0 10px 0;
	font-size: 18px;
}

#footer {
	clear: both;
	background: #E2E2E2 url(../img/bottom.gif) no-repeat;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	color: #666;
}
#footer p {}

