* {
	margin: 0;
	padding: 0;
}

body {
	background: white url('images/side-grad.png') repeat-x top;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	width: 780px;
	background: white;
}

#wrapBg {
	background: url('images/side-bg.png') -6px 24px;
}

#wrapShadowLeft {
	width: 796px;
	padding-left: 16px;
	background: url('images/side-left.png') repeat-y left;
	margin: 0 auto;
}

#wrapShadowRight {
	padding-right: 16px;
	background: url('images/side-right.png') repeat-y right;
}

#header {
	height: 91px;
}
#header h1 { 
	font-size: 28px;
	letter-spacing: -1px;
	color: #3069AE;
}
#header h1 a { 
	color: #3069AE;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}
#header h1 a:hover {
	color: #111;
}
#header img {
	border: 0;
}

#header h2 {
	font-size: 19px;
	color: #fcba0e;
	letter-spacing: -1px;
	font-weight: 100;
	position: relative;
	left: 425px;
	bottom: 71px;
	width: 232px;
}

h2.main {
	font-size: 19px;
	color: #971B1E;
	letter-spacing: -1px;
	font-weight: 100;
	margin-bottom: 1em;
}

#menu {
	height: 29px;
	line-height: 29px;
	background: url('images/menu.png') repeat-x left;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #CECECE;
}
#menu ul li a {
color: #fff;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
padding: 0 20px 20px 20px;
}

.left {
float: left;
width: 550px;
text-align: justify;
padding-top: 10px;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

#sidebar {
float: right;
width: 160px;
padding-top: 15px;
}
#sidebar h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	background: url('images/sidebar-menu.png') repeat-x left;
	color: #fff;
	font-size: 13px;
}
#sidebar h3 {
	padding-left: 10px;
	font-size: 13px;
}
#sidebar ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
#sidebar ul li a {
color: #336699;
text-decoration: none;
font-size: 12px;
/*font-weight: 100;*/
}
#sidebar ul li a:hover {
color: #111;
}
#footer {
height: 30px;
line-height: 30px;
background: url('images/foot.png') repeat-x left;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }

#bottom {
	background: url('images/bottom.png') no-repeat bottom;
	height: 231px;
}