* {margin:0; padding:0; outline:none;}

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:16px;
	background:url(http://images.hazecash.com/rubhim/t1/wood-bg-pattern.jpg) repeat;
}

a{
	color:#0201FD;
	text-decoration:underline;
}

a:hover{
	color:#0201FD;
	text-decoration:none;
}
a img{border:none;}

/*____ siteInfo ____*/
#siteInfo{
	border-top:3px solid #ccc;
	padding:2px 0;
	color:#fff;
	text-align:center;
	background:#000;
}
#siteInfo h1{
	margin-top:3px;
	font-size:22px;
	line-height: 22px;
}
#siteInfo h6{
	margin-top:3px;
	font-size:11px;
}

/*____ wrapper ____*/
#wrapper{
	margin:0 auto;
	width:1200px;
	color:#000;
}

/*____ header ____*/
#header #nav {
	height:50px;
	background:#000;
}
#header #nav ul{
	margin:0 auto;
	padding-top:16px;
	font-family:'Arial Black', 'Arial Black', Gadget, sans-serif;
	list-style:none;
	color:#464646;
	width:835px;
}
#header #nav li{
	float:left;
	margin-right:30px;
}
#header #nav li a{
	font-size:22px;
	color:#fff;
	text-decoration:none;
}
#header #nav li a:hover{
	color:#ffff00;
	text-decoration:none;
}

/*____ contentArea ____*/
#contentArea{
	padding:15px;
	background:#fff;
}

/*____ footer ____*/
#footer{
	padding:10px 0 13px 0;
	text-align:center;
	color:#fff;
	background:#000;
	width:100%; /* IE6 */
}
#footer .usc{
	font-size:18px;
	font-weight:bold;
	margin-bottom:1px;
}

#footer ul.link1,
#footer ul.link2{
	list-style:none;
}

#footer ul.link1{
	width:415px;
	margin:4px auto;
}

#footer ul.link2{
	clear:both;
	width:415px;
	margin:0 auto;
}

#footer ul.link1 li,
#footer ul.link2 li{
	float:left;
	margin-right:10px;
}
#footer .copyright{
	clear:both;
	font-size:11px;
}
#footer a{
	color:#fff;
	text-decoration:underline;
}
#footer a:hover{text-decoration:none;}

/*____ common class ____*/
.floatLeft{float:left;}
.floatRight{float:right;}
.alignCenter{text-align:center;}
.displayBlock{display:block;}
.clear{clear:both;}

.imgBorder{border:1px solid #000;}
a:hover .imgBorder{border:1px solid #999;}
.blueImgBorder{border:1px solid #00c;}
.blackImgBorder{border:1px solid #000;}