/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	background:#CCCCCC;
	font-family:"Century Gothic", Helvetica, Verdana;
	font-size: 12px;
	color: #4D4D4D;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size:1.6em;
	color:#cc3300;
	text-align:center;
}

h3 {
	font-size:1.6em;
	color:#cc3300;
	text-align:left;	
}

h4 {
	font-size:1.1em;
	color:#cc3300;
	text-align:left;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #CC3300;
}

a:hover {
	border-bottom:1px dashed #CC3300;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background:#FFFFFF;
	clear:left;
}

#wrapper .btm {
	background:#FFFFFF;
}

/* Header */

#header {
	width: 900px;
	height: 185px;
	margin: 0 auto;
	background: url(PowLogo4.gif) repeat-n left top;
}

/* Menu */


#menu {
	width: 900px;
	height: 44px;
	background: url(images/menu.gif) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	overflow: hidden;
	width:145px;
	text-align:center;	
}


#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family:"Century Gothic", Helvetica, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #CC3300;
	text-decoration: none;
}

#menu .first {
	margin-right: 3px;
	background: #CC3300;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	clear:left;
}

/* Content */

#content {
	float: right;
	width: 640px;
	height:auto
	padding: 15px 15px 0 0;
	text-align:left
	overflow: hidden;
	clear:right;
}

#content a:hover {
	border-bottom: 1px dashed #CC3300;
}

.post {
	margin-left: 20px;
	padding-bottom: 30px;
	padding-right: 10px;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #CC3300;
	color:#4D4D4D;
}

/* Sidebar */

#sidebar {
	float: left;
	width:auto;	
	overflow:hidden;
	clear:left;
}

/* Images */

#images a {
	text-decoration:none;	
}	

#images a:hover {
	border-bottom:none;
}


/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #4D4D4D;
	font-family:"Century Gothic", Helvetica, Verdana;
	color: #FFFFFF;
	text-align:center;
	vertical-align: middle;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-align: center;
}

#footer a {
	font-size:12px;
	color: #FFFFFF;
	
	
}

#footer a:hover {
	border-bottom: 1px dashed #CC3300;
	background-color:#444444
	
}

#creditfooter { 
border-bottom: 1px dashed #CC3300;
}

span.headline {
	font-size: 2em;
	padding-top: 10px;
}

#enclosure{
	display:block;
	max-width:500px
	}

