* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 12px Arial;
	background-color: #F38F1F;
	text-align: center;
	}
	

	
	
/***** header *****/	
	
#header {
	height: 166px;
	background: url(/images/header-grad.gif) repeat-x;
	text-align: center;
	}

.page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}

#header img {
	float: left;
	border: 0;
	position: absolute;
	top: 0;
	}
	
#header img.text {
	margin-left: 170px;
	}	
	
#header ul.nav {
	list-style-type: none;
	display: inline;
	}	
	
#header ul.nav li {
	width: 90px;
	float: right;
	background-color: #935A87;
	position: relative;
	top: 137px;
	margin-left: 10px;
	padding: 5px;
	text-align: center;
	}
	
#header ul.nav li.active {
	background-color: #F38F1F;
	}

#header ul.nav li:hover {
	background-color: #F38F1F;
	}

#header ul.nav li a:link, #header ul.nav li a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #309;
	font-weight: bold;
	}
	
	
	
/***** content *****/

#wrapper {
	width: 950px;
	margin: 30px auto;
	text-align: left;
	}

#ad_vertical {
	width: 120px;
	float: left;
	}
	
#content {
	width: 550px;
	margin-left: 160px;
	}

#content_wide {
	width: 790px;
	margin-left: 160px;
	}

#right_col {
	width: 200px;
	float: right;
	}




h1 {
	font-size: 18px;
	margin-bottom: 15px;
	}

h2 {
	font-size: 18px;
	margin-bottom: 5px;
	}

p {
	margin-bottom: 5px;
	line-height: 1.4;
	}

p.links {
	color: #8C1600;
	margin-bottom: 40px;
	}	
	
a:link, a:visited {
	color: #8C1600;
	}

a:active, a:hover {
	color: #309;
	}


p.pagination {
	margin-top: 30px;
	margin-bottom: 30px;
	}

p.pagination a {
	margin-right: 10px;
	}

p.cloud {
	line-height: 22px;
	text-align:justify;
	}

p.cloud a {
	margin-right: 10px;
	white-space: nowrap;
	}

.tweet_text {
	font-size: 14px;
	line-height: 1.3;
	}

p.description {
	font-size: 14px;
	margin-top: -5px;
	margin-bottom: 15px;
	line-height: 1.3;
	}



/***** twitter_div *****/

#twitter_div {
	margin-top: 30px;
	}

#twitter_div li {
	list-style-type: none;
	margin-bottom: 10px;
	}


/****** error *****/

#error_msg {
	width: 600px;
	margin: 30px auto;
	text-align: left;
	}


#error_msg h1 {
	font-size: 30px;
	}

#error_msg p {
	font-size: 20px;
	}


	
	
	
	