* {
	padding:0;
	margin:0;
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	background-color: #000000; 
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;

}

a {
	outline: none;
	text-decoration: none;
} 
a:link,
a:visited {
	color:#ffffff;
	text-decoration: none;
}
a:hover {
	color:#C6524E;
	text-decoration: underline;
}

img, a img {
	border:none;
}

code {
	font-family: "Courier New", Courier, mono;
	color: #FA7040;
}


.clear {
	clear: both;
}

/*		
//////////////////////////////////////////////////////
						LAYOUT
//////////////////////////////////////////////////////
*/ 

#wrapp {
	width: 882px;
	margin: 0px auto;
	background-image: url('images/header_bg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

/*		
//////////////////////////////////////////////////////


/******* HEADER ********/

.logo {
width:250px;
float:left;
}

.topmenu {
float:right;
text-align:right;
margin-top:25px;
}

.topmenu ul{
background:#;
margin:2px 0 0 0;
padding:7px;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
}

.topmenu ul li{
list-style:none;
display:inline;
}

.topmenu ul li{
font-size:14px;
padding:0 3px 0 3px;
}


.dplink {
float:right;
text-align:right;
margin-top:7px;
}



.dplink ul{
background:#EB7527;
margin:2px 0 0 0;
padding:7px;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
}

.dplink ul li{
list-style:none;
display:inline;
}

dplink ul li{
font-size:13px;
padding:0 10px 0 10px;
}





						HEADER
//////////////////////////////////////////////////////
*/ 

#header {
	width: 970px;
	height: 86px;
}

#HederTitle {
	width: 800px;
	height: 200px;
	
}




//////////////////////////////////////////////////////


						MAIN
//////////////////////////////////////////////////////
*/ 
#wrappinner {
	width: 800px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 800px;
	float: left;
	margin-top: 0px;
	/*margin-left: 8px;*/
}
#main .navigation {
	width: 800px;
	
}
#main .navigation .alignleft {
	float: left;
}
#main .navigation .alignleft a:link,
#main .navigation .alignleft a:visited {
	color:#BD413D;
	text-decoration: none;
	
}
#main .navigation .alignleft a:hover {
	color:#BD413D;
	text-decoration: underline;
	
}
#main .navigation .alignright {
	float: right;
}

#main .navigation .alignright a:link,
#main .navigation .alignright a:visited {
	color:#BD413D;
	text-decoration: none;
}
#main .navigation .alignright a:hover {
	color:#BD413D;
	text-decoration: underline;
}


/*		
//////////////////////////////////////////////////////
					
						
//////////////////////////////////////////////////////

/*header_text*/
.header_text_java { height:394px; margin:0 auto; padding:0; width:800px; background: url(images/slider_bg_main.gif) top no-repeat;}
.header_text_java .div .left1 { float:right; width:390px; padding:30px 0 0 0; margin:0; }
.header_text_java .div .left1 h2 {font:bold 18px  Arial, Helvetica, sans-serif; color:#fff;  padding:20px 0 10px 0; margin:0;}
.header_text_java .div .left1 img { float:left; margin:20px 20px 0 0; padding:0;}
.header_text_java .div .left1 ul { width:190px; float:right; margin:10px 10px; padding:0; list-style:none;}
.header_text_java .div .left1 li { font: normal 11px Arial, Helvetica, sans-serif; color:#5c5c5c; padding:5px 0 5px 15px; margin:0; background:url(images/slider_ul_li.gif) left no-repeat;}
.header_text_java p { font:normal 11px  Arial, Helvetica, sans-serif; color:#c0bfbf; padding:0; margin:0; line-height:1.8em;}

/////////////

.bottom{
	width:100%;
	background:#313131;
	padding-bottom:20px;
}


.bottomsection{
	background:#000000;
	width:950px;
	min-width:940px;
	margin:0px auto;
}

.bottombox{

	width:30%;
	margin-top:15px;
	margin-left:10px;
	float:left;
	
}

.bottombox h3{
 	color:#EFEFEF;
	font-size:20px;
	padding:10px 0px;
	background:url(images/botline.png) bottom repeat-x;
}

.botpostlist{

	width:98%

}

.botpostlist ul{

	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.botpostlist ul li{

	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	
}

.botpostlist ul li a:link, .botpostlist ul li a:visited{

	color:#7F7F7F;
	
}
.botpostlist ul li a:hover{

	color:#eee;
	
}

.botcomlist{

	width:98%

}


//////////////////////////////////////////////////////FOOTER
#footer{
	width:100%;
	background:#181818;
	height:110px;
	border-top:2px solid #3F3F3F;
}

.credit{
	width:950px;
	padding:20px 0px 0px 0px ;
	margin:0px auto;
	text-align:center;
	color:#999;
	font-size:12px;
line-height:18px;
}

.credit a:link,.credit a:visited{
	color:#FE701B;
}

.credit a:hover{
	color:#fff;
}

