body {
	width: 98%;
	min-height: 580px;
	/*border: solid 1px #ff0000;*/
}

.logo{
	background-image:url(../images/logo.gif);
	width: 200px;
	height: 100px;
	background-repeat: no-repeat;
	float: left;
	/*border: solid 1px #ff0000;*/
}

#site_container{ 
    width: 760px;
    min-height: 580px; 
    display: block;
    margin-left: auto;
    margin-right: auto;
	position:static;
	padding-left: 5px;
	padding-right: 5px;
    /*border: solid 1px #ff0000;*/
}

#header_container{
	height: 100px;
	width: 100%;
	position: relative;
    /*border: solid 1px #ff0000;*/
}

.flags{
	float: left;
	width: 150px;
	position: absolute;
	bottom: 0px;
	left: 250px;
}

.flag{
	padding: 3px 3px 0px 3px;
}

#footer_container{
	background-color:#CCCCCC;
	width: 100%;
	height: 50px;
	margin-top: 5px;
	clear: both;
	float: left;
}

.heavy_splitter{
	height: 2px;
	background-color:#000000;
	width: 100%;
	font-size: 0px;
}

#login_area{
	background:url(../images/login_area.gif) repeat-x;
	width: 175px;
	height: 175px;
	padding-top: 5px;
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#general_navigator_container{
	width: 355px;
    /*border: solid 1px #ff0000;*/
	float: right;
	height: 43px;
	text-align: right;
	margin-top: 30px;
}

#color_navigator_container{
	width: 355px;
    /*border: solid 1px #ff0000;*/
	float: right;
}

#red_navigator{
	background-image: url(../images/red_navigator.gif);
	width: 150px;
	height: 27px;
	float: right;
	padding-left: 2px;
	background-repeat: no-repeat;
	text-align: center;	
}

#orange_navigator{
	background-image: url(../images/orange_navigator.gif);
	width: 150px;
	height: 27px;
	float: right;
	padding-left: 2px;
	background-repeat: no-repeat;
	text-align: center;	
}

#green_navigator{
	background-image: url(../images/green_navigator.gif);
	width: 150px;
	height: 27px;
	float: right;
	padding-left: 2px;
	background-repeat: no-repeat;
	text-align: center;	
}

#left_section{
	/*border: solid 1px #ff0000;*/ 
	width: 180px; 
	min-height: 480px; 
	float:left;
}

#right_section{
	/*border: solid 1px #ff0000;*/ 
	width: 570px; 
	min-height: 500px; 
	float: right;
}

#left_section_forum{
	width: 180px; 
	min-height: 180px; 
	float:left;
}

#right_section_forum{
	width: 570px; 
	min-height: 190px; 
	float: right;
}

#forum_container{ 
	width: 100%;
	clear: both;
	margin: 0px 0px 5px 0px;
}

.medium_add_container{
	height: 70px;
	border: solid 1px #999999;
	margin: 5px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
}

.large_add_container{
	height: 100px;
	border: solid 1px #999999;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	clear: both;
	margin-top: 0px;
}

.news_section{
	min-height: 250px;
	width: 175px;
	border: solid 1px #999999;
	margin-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
