@charset "UTF-8";



body 
{
	font: 100% Helvetica, Arial, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

#container 
{
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #000000;
	margin-left: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header 
{
	background: #000000;
	height: 120px;
	width: 900px;
	/*position: fixed;*/
	border-bottom-style: solid;
	border-bottom-color: #000000;
	z-index: 200;
	
}

#logo_box
{
	height: 120px;
	width: 640px;
	float: left;
	background: #000000;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


#nav_box
{
	height: 120px;
	width: 240px;
	float: right;
}

#news_logo
{
	height: 50px;
	width: 375px;
	margin-top: 35px;
	float: left;
	background-color: #000000;
	background-image: url(images/simon_news_logo.jpg);
	background-repeat: no-repeat;	
}

/*.fixed_wrapper
{
	width: 900px;
	position:absolute;
	top:120px;
	left:0px;
	overflow:auto;
	padding-bottom: 70px;
}*/	

#main_content 
{
	width: 900px;
	height: 100%;
}


#main_content_fixed 
{
	width: 900px;
	height: 520px;
	
}

#left_box
{
	width: 640px;
	height: 520px;
	float:left;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#right_box
{ 
	float:right;
	height: 520px;
	width: 240px;
	
}

#twitter_app	
{
	clear:both;
	width:240px;
	height: 320px;
}

#footer 
{
	clear:both;
	/*position: fixed;*/
	width: 880px;
	height: 50px;
	background: #000000;
	z-index: 200;
	bottom: 0px;
	left: 20px;
	padding: 10px;
}

#footer_fixed
{
	width: 880px;
	height: 50px;
	background: #000000;
	left: 20px;
	padding: 10px;
}

#news_post_box
{
	height: 100%;
	width: 900px;
	float: left;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}
	
#news_post_box2
{
	height: 100%;
	width: 640px;
	float: left;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}




#image_box
{
	width: 630px;
	height: 100%;
	float: left;
}	

#news_type_box
{
	width: 220px;
	height: 100%;
	float: right;
	background-color:#666666;
	padding: 10px;	
}
#title{
	width:auto;
	height:auto;
	margin-bottom:10px;
	}
#post_text{
width:auto;
	height:auto;
	margin-bottom:10px;
	}

.grey_type
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
	
.title_type
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 90%;
}	


#nav_button a:link, #nav_button a:visited
{
	height: 30px;
	width: 240px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}


#nav_button a:hover, #nav_button a:active
{
	background-color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	font-weight: bold;
}

#nav_button_button_type
{
	margin-top: 2px;
	margin-left: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	font-weight: bold;
}



a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #00FFFF;
	text-decoration:none;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}	

#about_me_type
{
	width: 610px;
	padding-top:10px;
	font-size:18px;
	padding-right: 20px;
	color:#999999;
}


#addthis
{
margin-top: 5px;
margin-bottom: 5px;
width:auto;
height:auto;
}
#copyright
{
float:left;
width:auto;
}

#fasthosts
{
float:right;
}
