

body {

	width: 900px;
	margin:0 auto;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

h1, h2, h3 {

	font-family:  "Times New Roman", arial, Times, serif;
	font-weight: normal;
	font-style: bold;
	color: #ffffff;
}

h2 { font-size: 28px; }
h3 { font-size: 24px; }

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {

	padding: 0px 10px 0px 60px;
	background: #000000;
	color:#FFFFFF;
	text-align: left;
}

.post h2, .post h3 {
	margin-left: 0px;
}

/* Header */


#header_full {
	margin: 0 auto;
	width: 400px;
	height: 400px;

}
#logo {
	width: 350px;
	height: 200px;
	margin: 10px auto;
	background: url(../images/logo_gwc.jpg) no-repeat
}

#header {
	width: 398px;
	height: 125px;
	margin: auto auto 0px auto;

	background: url(../images/img2.jpg) no-repeat;
	clear: both;
	font-size:18px;
	}

#header ul {
	height: 28px;
	width: 379px;
	padding: 57px 0 0 0;
	
	margin-left:auto;
	margin-right:auto;
	
}

#header li {
	display: inline;
}
#header a {
	padding: 2px 8px;
	

	color: #999999;
	border-right: 1px solid #cccccc;
}
#header a:hover {
	
	color:#FF6600;
}

#header .current_page_item a {
	color: #FF6600;
}
#submenu{
	
	clear: both;
	font-size:18px;

	}

#submenu ul {
	height: 26px;
	width: 304px;
	list-style: none;
	margin-left:auto;
	margin-right:auto;
	margin-top: -30px;
	padding: 0px 0px 0px 0px;
	
}

#submenu li {
	display: inline;
}
#submenu a {
	padding: 0px 8px;
	text-decoration: none;
	font-weight: none;
	color: #999999;
}
#submenu a:hover {
	text-decoration: none;
	color:#FF6600;
}

#submenu .current_page_item a {
	color: #FF6600;
}

/* Content */

#content {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	color:#FF6600;
}

#colOne {
	float: left;
	width: 180px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: left;
	width: 560px;
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #333333;
}
