body {
	background:#fff;
	text-align:center;
	margin:0;
	font-family:'Century Gothic';
	font-size:13px;
}
h2 {
	text-decoration:underline;
}
a:link {
	text-decoration:none;
	color:#F3C;
}
a:hover {
	text-decoration:underline;
	color:#F3C;
}
a:active {
	text-decoration:none;
	color:#F3C;
}
a:visited {
	text-decoration:none;
	color:#F3C;
}
#out_wrap {
	background:url(images/wrapper_shad_side.png) repeat-y;
	width:1000px;
	margin:auto;
}
#out_wrap_bottom {
	background:url(images/wrapper_shad_bottom.png) no-repeat;
	width:1000px;
	height:43px;
	margin:auto;
}
#wrapper {
	margin:auto;
	text-align:left;
	position:relative;
	width:950px;
}
#header {
	position:relative;
	height:260px;
}
#navi {
	display:block;
	background:url(images/navibg.gif);
	height:31px;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
}
#navi a {
	color:#fff;
	text-decoration:none;
}
#navi a:hover {
	color:#CCC;
}
#navi ul {
	margin:0 -15px;
}
#navi ul li {
	float:left;
	list-style:none;
	padding:3px 10px;
}
#contentwrap {
	padding:0 5px;
	position:relative;
}
#mainpagecontent {
	background:url(images/welcome.gif) no-repeat;
	padding: 180px 0 0 0;
}
#leftcontent {
	width:660px;
	text-align:justify;
	float:left;
}
#mainpagecontent img {
	border:none;
}
#sidebar {
	width:270px;
	float:right;
}
#posttitle {
	background:url(images/postlogo.gif) no-repeat;
	background-position:left center;
	height: 64px;
	padding:5px 0 15px 90px;
	font-size:50px;
}
#rightpane {
	width:270px;
	float:right;
}
#search {
	margin:2px 0;
	background:url(images/searchinput.gif);
	height:30px;width:269px;
}
.search {
	background:none;
	font-size:15px;
	color:#444;
	border:none;
	width:230px;
	margin:5px 0 0 5px;
}	
#twtbadge {
	padding:2px 0;
	background:url(images/twitterbadge.gif) no-repeat;
	background-position:center;
	height:190px;width:269px;
}
#twtbadge a {
	text-decoration:none;
	color:#fff;
}
#twitter_update_list {
	margin:0 10px;
	height:85px;
	padding:6px 10px;
	color:#f25822;
	font-size:11px;
}
#twitter_update_list a {
	text-decoration:none;
	color:#000;
}
#promobadge {
	padding:2px 0;
}
#footer {
	padding-top:30px;
	color:#e3007a;
	text-transform:uppercase;
	font-size:10px;
}
#footer a{
	text-decoration:none;
	color:#e3007a;
}