body 
{
	background-color: #B8D0DC;
	/* #101041;*/
	font-family: arial, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

a { text-decoration:none;}  
a:hover {color: #808000;text-decoration:underline;}  

/* Sections */

#container {
	background-image:url('new_site_images/back_main_ropes.png');
	background-repeat: repeat-y;
	position: relative;
	margin: 0 auto;
	width: 955px;
	height: 1700px;
	max-height: 2200px;
	text-align: left;
}

#top_section {
	background-image:url('new_site_images/back_top_section_moty.jpg');
	background-repeat: no-repeat;
	width: 955px;
	height: 109px;
}

#top_advert_section {
	position:relative;
	top:3px;
	left:2px;
}

#login_section {
	position: absolute;
	top: 0px;
	left: 732px;
	background-image:url('new_site_images/back_myaccount.png');
	background-repeat: no-repeat;

	width: 223px;
	height: 89px;
}

#nav_section {
	background-image:url('new_site_images/back_navigation.jpg');
	width: 193px;
	height: 298px;
	position:absolute;
	left:0px;
	top:128px;

}

#left_section {
	background-image:url('new_site_images/back_lower_left.jpg');
	width: 193px;
	height: 571px;
	position:absolute;
	left:0px;
	top:422px;

}

#middle_section {
	width: 600px;
	position:absolute;
	left:190px;
	top:128px;
}

#right_section {
	background-image:url('new_site_images/back_right.jpg');
	width: 207px;
	height: 1225px;
	position:absolute;
	left:748px;
	top:298px;

}

#hosted_section {
	background-image:url('new_site_images/back_lower_left_ad.jpg');
	position: relative;
	top: 870px;
	width: 193px;
	height: 131px;
	left: 0;
}

#progress {
	position: absolute;
	width: 207px;
	height: 189px;
	top: 109px;
	left: 748px;
}

#right_ad {
	position:absolute;
	border: 1px black solid;
	left:764px;
	top: 910px;
	height: 572px;
	width: 160px;
	
}
/* Sub Sections */

#sub_dev_threads {
	position:relative;
	left: 28px;
	top: 40px;
	width: 140px;
	height: 133px;

	overflow:hidden;

	border: 1px solid black;
	background-color: #FAFAFA;

}

#sub_forum_threads {
	position:relative;
	left: 28px;
	top: 74px;
	width: 140px;
	height: 175px;

	overflow:hidden;

	border: 1px solid black;
	background-color: #FAFAFA;

}

#sub_clan_information {
	position:relative;
	left: 28px;
	top: 118px;
	width: 140px;
	height: 115px;

	overflow:hidden;

	border: 1px solid black;
	background-color: #FAFAFA;

}

#sub_community_section {
	width: 183px;
	height: 416px;
	position: relative;
	left:749px;
	top:192px;
	overflow: hidden;

	margin-left:13px;
	margin-top:40px;
	z-index: 100;
}

#sub_developer_section {
	width: 183px;
	height: 428px;
	position: relative;
	left:749px;
	top:-62px;	
	overflow: hidden;
	margin-left:13px;
	margin-top:40px;
	z-index: 100;

}

#news_section {
	position:absolute;

	background-image:url('new_site_images/news_back_middle.jpg');
	background-repeat: repeat-y;
	width: 555px;
	top: 223px;
	left: 0px;
}

#news_inner {

	background-image:url('new_site_images/news_back_top.jpg');
	background-repeat: no-repeat;
	padding-top:10px;
	padding-left: 45px;
	padding-right: 45px;
	min-height: 250px;

}

#news_bottom {
	background-image:url('new_site_images/news_back_bottom.jpg');
	background-repeat: no-repeat;
	height:168px;
	
}

#hosted_tag {
	position: relative;
	top: -26px;
	left: 780px;
	width: 160px;
	z-index: 10;
	
}

#files_section {
	position: relative;
	top: 45px;
	left: 15px;

	width: 160px;
	height: 112px;
	text-align: center;
	overflow: hidden;

}

/* Section Tables */

#nav_table {
	margin-left: 33px;
	margin-top: 30px;
}
#nav_table2 {
	margin-left: 64px;
	margin-top: 6px;
}
/*
.news_table {
	/*background-image:url('site_images/news_background.png');*/
	/*background-image:url('site_images/news_background_static.png');*/
	/*background-repeat: no-repeat;*/
/*	width: 100px;*/
/*	padding-left: 30px;
	padding-right: 35px;*/
/*	font-size: 0.9em;
	overflow: auto;

}
*/

.news_title {
	font-size: 140%;
	color: black;
	font-weight: bolder;
	text-decoration: underline;
}

.news_date {
	font-size: 95%;
	color: #505050;
}

.news_comments {
	text-align: right;
	width:100%;

}

.recent_threads {
	border-top: 1px #F9F9F9 solid;
	border-bottom: 1px #A0A0A0 solid;
	font-size: 90%;
}


.article_box {
	border: 1px black solid;
	background-color: #FFFFFF;
	width:158px;
	height:168px;
	vertical-align: text-top;
}

.login_box {
	padding-top: 9px;
	padding-left: 15px;
}

.login_textarea {
	background-color: #8C7041;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 3px;
}

.login_inputfields {
	background-color: #9B7C48;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 0px;
	border-bottom: 0px;
	width:70px;
	
	font-size: 80%;
}

.myaccount_box {
	padding-top: 38px;
	padding-left: 20px;
	font-size:90%;
}

.general {
	font-size: 100%;
}

.rope_right {
	background-image:url('site_images/rope_right.png');
	background-repeat: repeat-y;
	background-position: top left;
}

.rope_left {
	background-image:url('site_images/rope_left.png');
	background-repeat: repeat-y;
	background-position: top right;
}

.news_divider {
	padding-left: 90px;
}

.thumbnail_area {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.thumbnail_area td {
	text-align: center;
	vertical-align: center;
	border: 1px #6e572d solid;
	padding: 2px 2px 2px 2px;

}

.thumbnail {
}


.thumbnail:hover {
	filter: alpha(opacity=25);
 	-moz-opacity: 0.25; 
	opacity:0.25;
}

#medium_image_area {
	text-align: center;
}


h1 { 	
	font-size: 170%;
	font-family: Verdana, sans-serif;
	color: black;
	font-weight: bolder;
	text-decoration: underline;
	margin: 10px 0px 4px 0px;
}

h2 { 	
	font-size: 150%;
	font-family: Verdana, sans-serif;
	color: black;
	font-weight: bold;
	text-decoration: underline;
	margin: 15px 0px 4px 0px;
}

h3 { 	
	font-size: 130%;
	font-family: Verdana, sans-serif;
	color: black;
	font-weight: bold;
	text-decoration: underline;
	margin: 10px 0px 3px 0px;
}

h4 { 	
	font-size: 100%;
	font-family: Verdana, sans-serif;
	color: black;
	font-weight: bold;
	text-decoration: underline;
	margin: 5px 0px 2px 0px;
}

h5 { 	
	font-size: 95%;
	font-family: Verdana, sans-serif;
	color: black;
	font-weight: bold;
	font-style: italic;
	margin: 3px 0px 1px 0px;
}