* {
	margin: 0;
	padding: 5;
	float: none;
	border-right-style: hidden;
}

body {
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	background-color: #FFFFE1;
	background-repeat: repeat-y;
	background-position: center top;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFE1;
	border-right-color: #FFFFE1;
	border-bottom-color: #FFFFE1;
	border-left-color: #FFFFE1;
}

a {
text-decoration: none;
color: #DF8800;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 100px;
background: #fff url(images/headerbg.jpg) repeat-y;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 25px 0 0 30px;
color: #E9A815;
}
#header h1 a { 
color: #EFAD3B;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #333;
}
#header h2 {
	font-size: x-large;
	color: #FFD015;
	padding: 5px 0 0 30px;
	letter-spacing: -1px;
	font-weight: bold;
}

#menu {
height: 30px;
line-height: 30px;
text-align: center;
background: #fff url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: #666;
}
#menu ul li a:hover {
color: #111;
text-decoration: underline;
}
#menuextra {
background: #fff url(images/menuextra.jpg) no-repeat;
padding: 5px 0;
}

#content {
	padding: 0 10px;
	background: #fff url(images/bg.jpg);
	font-size: 12px;
}

#left {
	float: left;
	width: 560px;
	padding: 0 0 20px 10px;
	text-align: justify;
	color: #FEC320;
}
#left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
#left h2 a {
text-decoration: none;
}
#left h2 a:hover {
	color: #FFC61D;
	font-size: x-large;
}

#right {
float: right;
width: 180px;
padding: 10px 10px 20px 0;
}
#right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;

color: #111;
font-size: 13px;
}
#right ul {
	padding: 10px 0 15px 10px;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
}
#right ul li a {
color: #DF8800;
text-decoration: none;
font-size: 12px;
font-weight: 600;
}
#right ul li a:hover {
color: #111;
}


#footer {
	margin: 0 10px;
	background: #fff url(images/menuextra.jpg) no-repeat top center;
	padding-top: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: medium;
}
#wrap #footer p {
	font-size: small;
	font-weight: bold;
}
#footer p a {
	font-size: medium;
}
#wrap #content #left p {
	color: #D6D6D6;
	font-size: x-large;
}
#wrap #content #left h2 a {
	font-size: x-large;
	color: #FFC61D;
}
#wrap #content #left p {
	font-weight: bold;
	color: #FCD320;
}
