
#main_container {
    width: 95%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 10px solid #fff;
	
}

#main_forum_list {
    width: 94%;
	text-align: left;
	 
	background-color: #ffffff;
	padding-bottom: 10px;
	padding-top: 10px;
}


#header {
    width: 100%;
	background: #ffffff;
	text-align: left;
	
	
}

#main_content {
    width: 100%;
	text-align: left;
	background-color: #ffffff;
}


#main_footer {
    width: 100%;
	text-align: left;
	background-color: #ffffff;
}


a.download {
	FONT-SIZE: 13px;
	font-weight: bold;
	color: #F90;
	text-decoration : underline;

}

a.download.hover {
	FONT-SIZE: 13px;
	font-weight: bold;
	color: #F90;
	text-decoration : none;

}

.postlink a:link { color:#004557; }
.postlink a:visited { color:#004557; }
.postlink a:hover, a:active { color:#cccccc; }


.bigdllink a:link { color:#039; }
.bigdllink a:visited { color:##039; }
.bigdllink a:hover, a:active { color:#666666; }


/*
====================================================================================
Iframes
====================================================================================
*/

#articles_frame
{
	
	width: 100%;
	height: 500px;
	
	font-size: 12px;
	vertical-align: top;		
} 

.sticky
{
	
	background: #FFFFB6;		
} 

.sticky2
{
	
	background: #2C292A;		
} 

 

#featured_articles_frame
{
	
	width: 100%;
	height: 250px;
	
	font-size: 12px;
	vertical-align: top;		
} 



#featured_items_frame
{
	background: #ffffff;
	width: 160px;
	height: 750px;
	
	padding-left: 15px;
	font-size: 12px;
	vertical-align: top;		
} 

#featured_items_frame2
{
	background: #ffffff;
	width: 160px;
	height: 1200px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-right: 3px;
	font-size: 12px;
	vertical-align: top;		
} 

a.forum_alink {
	font-family: "arial";
	FONT-SIZE: 13px;
	font-weight: bold;
	color: #000000; 
	text-decoration : underline;
}

a.forum_alink:hover {
	font-weight: bold;
	color: #000000;
	text-decoration : underline;
}

.price {
	font-family: "arial";
	FONT-SIZE: 11px;
	font-weight: normal;
	color: #666666;
	
}

.forums_side_hdrsm {
	FONT-SIZE: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration : underline;
	background: #ffffff;	
}

a.forums_side_hdrsm {
	FONT-SIZE: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration : underline;
	background: #ffffff;	
}

/*
====================================================================================
Articles
====================================================================================
*/


.story-block {
	padding-top: 5px;
	
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;	
	
	
}

.story-options {
	color: #888888;
	font-size: 10px;
	font-family: "arial";
	text-align: right;
	white-space: nowrap;
	float: right;
}

.story-body {
	white-space: nowrap;
}

.story-text {
	color: #888888;
	font-size: 13px;
	font-family: "arial";
	margin-top: 5px;
	margin-left: 0px;
	white-space: normal;
}

.story-image {
	float: left;
}

.DialogBox {
        
}
#DialogBorder {
		padding: 5px;
        FONT-SIZE: 11px;
        border-right: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        
}
.DialogTitle {
        COLOR: #000; 
        FONT-WEIGHT: bold; 
        FONT-SIZE: 15px; 
        height: 35px; 
       
}


.story-title-list { 
	color: #666;
	font-size: 12px;
	font-weight: bold;
	
}

.story-content { 
	color: #000;
	font-size: 12px;
	font-weight: normal;
	
}




.story-title-date { 
	color: #666;
	font-size: 12px;
	font-weight: bold;
	
}

.story-info { 
	color: #666;
	font-size: 12px;
	font-weight: bold;
	
}


a.story2 {
	font-family: "arial";
	FONT-SIZE: 15px;
	font-weight: bold;
	color: #000000; 
	text-decoration : underline;
}

a.story2:hover {
	font-family: "arial";
	font-weight: bold;
	color: #3232A3;
	text-decoration : underline;
}

a.story {

	FONT-SIZE: 18px;
	font-weight: bold;
	color: #000000; 
	text-decoration : underline;
	
}

a.story:hover {
	font-weight: bold;
	color: #3232A3;
	text-decoration : underline;
	
}

.submit_article {
	font-weight: bold;
	color: #3232A3;
	font-size: 12px;
	
	
}



/*
====================================================================================
Nav
====================================================================================
*/
 


#nav_container
{
	padding: 0px;
	width: 100%;
	background: #2C292A;
	text-align: left;
	height: 24px;
	border-top: 2px solid #ffffff;
	margin-bottom: 2px;
}

#nav_bar
{
	padding: 0px;
	width: 100%;
	background: #2C292A;
	text-align: left;
	height: 26px;
}

.vbmenu_control2
{
	border-right: 2px solid #fff;
	color: #cccccc;
	font: 12px arial, sans-serif;
	padding: 4px 6px 3px 6px;
	white-space: nowrap;
	text-align: center;
}

.vbmenu_control3
{
	background-color: #ff6600;
	color: #cccccc;
	font: 12px arial, sans-serif;
	padding: 4px 6px 3px 6px;
	white-space: nowrap;
	text-align: center;
}

#nav_bar a:link { 

color:#ffffff;
text-decoration : none;
font-weight: bold;

}
#nav_bar a:visited { 

color:#ffffff;
text-decoration : none;
font-weight: bold;

}
#nav_bar a:hover, a:active { 

color:#cccccc;
text-decoration : none;
font-weight: bold;
text-align: center;

}


.nav-white {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	
}


#tagline
{
	font-face: Times;
	height: 35px; 
	font-size: 22px;
	color: #ffffff;
	
}

#tagline
{
	font-face: Times;
	height: 35px; 
	font-size: 22px;
	color: #ffffff;
	
}

#nav_search_container
{
	margin-bottom: 10px;
	padding-left: 10px;
	width:620;
	height: 25px; 
	
	
}



