* {
	margin: 0;
	padding: 0;
}

body {
background: #FFFFFF;
font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #4c4c4c;
line-height: 1.5;
}

a { color: #349acb; text-decoration: underline; }
a:hover { text-decoration: none; }

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

#header {
margin: 0px 0 0px 0;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a {
color: #FAFFB0;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
color: #999;
font-size: 18px;
font-weight: 100;
}
#header img{
	position:absolute;
	left:200px;
	top:30px;
	width:280px;
	height:34px;
}
#content {
float: right;
width: 685px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
text-align: justify;
}
#content h2 {
color: #000000;
font-size: 16px;
font-weight: 100;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #aaa;
margin-bottom: 10px;
}
#content h2 a {
color: #000000;
text-decoration: none;
}
#content h2 a:hover {
color: #349acb;
}

#leftmenu {
float: left;
width: 160px;
padding: 0 20px 20px 0;
}
#leftmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #000000;
font-size: 16px;
font-weight: 100;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#rightmenu {
float: left;
width: 234px;
padding: 0 20px 20px 20px;
border-left: 0px dotted #aaa;
}
#rightmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #000000;
font-size: 16px;
font-weight: 100;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#footer {
margin-top: 20px;
border-top: 1px dotted #aaa;
font-size: 10px;
text-align: center;
padding: 4px 0 4px 0;
}
#footer a { 

}
#footer a:hover {

}


{
background: #FFCC00;
margin: 0px;
padding: 0px;
height: 16px;
border: 1px solid #FFEA93;
}

#navcontainer table { background-color: #036; width: 100%; }
#navcontainer table td { border-left: 1px solid #fff; }
#navcontainer table td:first-child { border: none !important; }
#navcontainer table td a
{
	display: block;
	font-family: arial, helvetica, sans-serif;
	padding: 0.4em 1em;
	color: White;
	text-decoration: none;
}

#navcontainer table td a:hover { background-color: #349acb !important; }
#navcontainer table td a.hot { font-weight: bold; background: #a70017; }

.social { position:relative; margin-top: 13px; }
.social a { display:inline-block;margin-right:5px; }

.lasttheme { background: #eee; padding: 5px 20px 15px 20px; margin: 0 -20px 10px -20px; }
.lasttheme span { font-size: 10px; float: right; }
.lasttheme p { color: #000000; font-size: 16px; font-weight: 100; padding: 10px 0; }