@charset "utf-8";

* {
	padding:0px;
	margin:0px;
}
body {
	background-color:#383838;
}
#wrapper {
	xheight: 600px;
	width: 1000px;
	margin:auto;
}
#head_wrapper {
	background-color:#FFFFFF;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	height: 100px;
	width: 800px;
}

/* main content */
#maincontent{float:left;}

/* vertical banner on the right */
#rightbanner{
	width:160px;
	float:left;
	margin:0;
	padding-left:8px;
}

#header {
	height: 50px;
	width: 480px;
	padding-left: 320px;	
	padding-top: 20px;	
}

#menu {
	height: 30px;
	width: 660px;
	padding-left:138px;
}

/*General Content Layout Styles*/
#content_wrapper {
	xheight:500px;
	width:800px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
}

#index_content1 {
	float: left;
	height: 470px;
	width: 250px;
	padding-top:10px;
	padding-left:25px;	
}

#index_content2a {
	float: right;
	height: 470px;
	width: 250px;
	padding-top:10px;
	padding-right:13px;	
}

#index_content2b {
	height: 470px;
	width: 250px;
	margin-left: 281px;
	margin-right:250px;
	padding-top:20px;
}

.ctop{
	height:25px;
	width:248px;
	background-image:url(../img/maincontenttop.jpg);
	background-repeat:no-repeat;
}

.cbot {
	height:27px;
	width:248px;
	background-image:url(../img/maincontentbottom.jpg);
	background-repeat:no-repeat;
}

#footer {
	text-align:right;
	padding-right:25px;
	margin-top:-7px;
	clear:both;
}
/*General Content Layout Styles*/


/*Content One Layout style*/
#c1mid {
	height:418px;
	width:248px;
	background-image:url(../img/maincontentmiddle.jpg);
	background-repeat:repeat-y;
}

#c1content {
	padding-left:15px;
	width:218px;
	height:400px;
	overflow:auto;	
}



/*Content One Layout style*/

/*Content Two A Layout style*/
#c2amid {
	height:220px;
	width:248px;
	background-image:url(../img/maincontentmiddle.jpg);
	background-repeat:repeat-y;	
}

#note2a {
	height:190px;
	width:227px;
	background-image:url(../img/sticky2.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}


#c2acontent {
	padding-left:15px;
	width:218px;
	height:220px;
	overflow:hidden;	
}


/*Content Two A Layout style*/

/*Content Two B Layout style*/
#c2bmid {
	height:240px;
	width:248px;
	background-image:url(../img/maincontentmiddle.jpg);
	background-repeat:repeat-y;
}

#note2b {
	height:164px;
	width:195px;
	background-image:url(../img/sticky1.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	padding-bottom:4px;
}


#c2bcontent {
	width:218px;
	height:220px;
	overflow:auto;
	padding-left:15px;		
}


/*Content Two B Layout style*/

/*Lines Decoration style*/

.twolines{
	width:200px;
	height:30px;
	background-image:url(../img/twolines.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	padding-top:5px;
	clear:both;
}

.oneline{
	width:200px;
	height:25px;
	background-image:url(../img/oneline.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
		
}

.inner_sidemenu_line {
	width:180px;
	height:5px;
	background-image:url(../img/oneline.jpg);
	background-repeat:no-repeat;
	margin-left:-5px;
	clear:both;	
}

/*Lines Decoration style*/

/*Text Control Styles*/
#sidemenu_title {
	float:left;
	width:152px;
}

#textcontrol {
	padding-top:6px;
}
/*Text Control Styles*/

/*Inner Content One Layout style*/
#large_mid {
	height:414px;
	width:537px;
	background-image:url(../img/large_mid.jpg);
	background-repeat:repeat-y;
}

#inner_content1 {
	float: left;
	height: 470px;
	width: 537px;
	padding-top:10px;
	padding-left:25px;	
}

#inner_main_content {
	padding-left:15px;
	width:500px;
	height:390px;
	overflow:auto;	
}

#inner_wanted_content {
	padding-left:15px;
	width:500px;
	height:390px;
	overflow:auto;	
}

#large_top{
	height:31px;
	width:537px;
	background-image:url(../img/large_top.jpg);
	background-repeat:no-repeat;
}

#large_bot {
	height:26px;
	width:537px;
	background-image:url(../img/large_bot.jpg);
	background-repeat:no-repeat;
}

/*Inner Content One Layout style*/

/*submenu Layout style*/
#inner_content2 {
	float:left;
	height: 470px;
	width: 218px;
	padding-top:10px;
}

#inner_submenu {
	padding-left:15px;
	width:207px;
	max-height:450px;
	height:auto;
	overflow:auto;	

}

#small_top{
	height:26px;
	width:207px;
	background-image:url(../img/small_top.jpg);
	background-repeat:no-repeat;
}

#small_bot {
	height:25px;
	width:207px;
	background-image:url(../img/small_bot.jpg);
	background-repeat:no-repeat;
}

#small_mid {
	max-height:450px;
	height:auto;
	width:207px;
	background-image:url(../img/small_mid.jpg);
	background-repeat:repeat-y;
	
}

#inner_sidemenu_title {
	float:left;
	width:120px;
}

/*submenu Layout style*/

#mainimg {
	float: left;
	padding-right:	10px;
}

#inner_wanted_content #mainimg {
	float: right;
	text-align:center;
	padding: 0 10px 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:80%;
}

#inner_wanted_content h3 { margin-bottom:8px;}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	text-decoration:none;
	color: #666;
}

/* Ads */
#ads-bottom, #ads-wanted{ text-align:center; padding: 10px 0;}
