* {
	margin: 0;
	padding: 0;
}

body {
background: #FEAD1D url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

h1 {
font-size: 12px;
letter-spacing: 0px;
padding: 0px 0px 2px 0;
color: #fff;
text-align:center;
}

a {
text-decoration: none;
color: #FD9A01;
font-weight:bold;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
height: 190px;
background: #FEAD1D url(images/header.jpg) no-repeat;
text-align: right;
}
#header h2 { 
font-size: 25px;
letter-spacing: -1px;
padding: 120px 40px 0 0;
color: #fff;
}
#header h2 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h2 a:hover {
color: #111;
}
#header h3 {
font-size: 18px;
color: #fff;
padding: 3px 40px 0 0;
letter-spacing: -1px;
font-weight: 100;
}

#content {
background: #FEAD1D url(images/content.jpg) repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 570px;
text-align: justify;
margin-right: 10px;
}
.right h2 {
font-size: 12px;
font-weight: bold;
padding-left: 10px;
height: 26px;
line-height: 26px;
border-bottom:solid;
border-bottom-color:#FF9933;
}
.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}

.left {
float: left;
width: 180px;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 8px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 8px;
color: #FD9A01;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {
background-color:#FFFFFF;
color:#000000;

}

.left p {
padding-left: 8px;
}

.menu {
float: right;
width: 150px;

}

p {
color:#444444;
}

.menu h2 {
margin: 10px 0 0 0;
padding-left: 5px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.menu ul {
padding: 10px 0 15px 5px;
color: #FD9A01;
list-style-type: none;
}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {

}
.articles { padding: 10px; }

#bottom {
background : #FEAD1D url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
padding-bottom: 10px;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }
