#root {
	margin: 25px auto 0;
	padding: 0;

	width: 800px;
	border: 0;
}

#ad {
  	width: 100%;
  	height: 25px;
  	padding: 0;
  	margin: 0;
  	
  	line-height: 25px;
  	font-family: Verdana;
  	font-size: 9pt;
  	text-align: center;
  	
  	border-bottom: 1px solid #000000;
  	
  	background: #606060;
}

#ad a {
  	color: #ffffff;
}

#header {
	margin: 0;
	padding: 0;

	width: 800px;
	height: 137px;
	border: 0;
}

#contentbox-1 {
  	float: right;

	 
  	width: 526px;
  	
	background: #ececec url('../img/layout/content-bg-main.gif') repeat-y;
}
#contentbox-1 .top {
  	float: left;
  	
  	width: 526px;
  	height: 19px;
  	
  	background: #ffffff url('../img/layout/content-bg-top.gif') no-repeat;
}
#contentbox-1 .bottom {
  	float: left;
  	
  	width: 526px;
  	height: 19px;
  	
  	background: #ffffff url('../img/layout/content-bg-bottom.gif') no-repeat;
}
#contentbox-1 .content {
	float: left;
	
	width: 486px;
	padding: 0 20px;
}

#subcontent {
  	float: left;
  	
  	width: 274px;
}

.contentbox-2 {
  	float: left;
  	
  	width: 274px;
  	background: #ffffff url('../img/layout/subcontent-bg-main.gif') repeat-y;
  	
  	margin: 0 0 5px 0;
}
.contentbox-2 .top {
  	width: 274px;
  	height: 19px;
  	
  	background: #ffffff url('../img/layout/subcontent-bg-top.gif') no-repeat;
}
.contentbox-2 .bottom {
  	width: 274px;
  	height: 19px;
  	
  	background: #ffffff url('../img/layout/subcontent-bg-bottom.gif') no-repeat;
}
.contentbox-2 .content {
	width: 244px;
	padding: 0 15px 0 15px;
	line-height: 1.5em;
}

.contentbox-2 .content b {
  	font-weight: bold;
  	font-size: 9pt;
  	font-family: Verdana;
  	color: #0044cd;
}
.contentbox-2 .content a {
  	text-decoration: underline;
  	color: #5a5a5a;
}
.contentbox-2 .content a.forum {
  	font-weight: normal;
  	font-size: 9pt;
  	font-family: Verdana;
  	color: #0044cd;
  	text-decoration: none;
}
.contentbox-2 .content a.forum:hover {
  	text-decoration: underline;
}
.contentbox-2 .content input, textarea {
  	border: 1px solid #5a5a5a;
  	font-family: Verdana;
  	font-size: 9pt;
  	color: #000000;
  	background: #ffffff;
  	width: 238px;
  	margin-bottom: 2px;
}

#footer {
	margin: 0;
	padding: 0;

	width: 270px;
	border: 0;
	
  	text-align: center;
}
#footer a {
  	color: #FFFFFF;
}
