/* css document */

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#000000;
	background-image: url(images/bg22hw.jpg);
	background-attachment: fixed;
	background-repeat:repeat-x;
	margin:0;
}

p, blockquote, h3, h2{
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	color: #fbd87f;
}

p.space{
	padding-top: 20px;
}
strong{
	color: #339900;
}

a:link{
   color: #00CC00;
   text-decoration: underline;
}

a:visited{
	color: #006600;
	text-decoration: underline;
}

a:hover{
	color: #00FF00;
	text-decoration: none;
}

a:active{
	color: #00CC00;
	text-decoration: underline;
}

#container{
	width: 100%;
	height: auto;
}

#wrap{
	width: 800px;
	height: auto;
	background-color: #000000;
	background-image: url(images/back.jpg);
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
}

#header{
	width: 800px;
	height: 138px;
}

#nav{
	position: relative;
	margin-top: 15px;
	padding-left: 10px;
}

#main{
	width:500px;
	float: left;
}

#sidebar{
	width:165px;
	min-height: 600px;
	background-color:#d9e6ed;
	float: right;
}

#bottom{
	width:800px;
	height:142px;
	background-color:#000000;
	background-image: url(images/bottom.jpg);
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	clear:both;
}

div.right{
	width:202px;
	height:152px;
	text-align:right;
	float: right;
	margin: 10px;
}

div.left{
	width:202px;
	height:152px;
	text-align: left;
	float: left;
	margin: 10px;
}

img.imgleft{
	text-align: left;
	float: left;
	margin: 10px;
}

img.imgright{
	text-align: right;
	float: right;
	margin: 10px;
}

img.space{
	padding-right: 5px;
}

table.spc{
	padding-left: 10px;
	padding-right: 10px;
}

p.news{
	font-size: 10px;
}

p.justify{
	text-align:justify;
}

p.center, h3.center{
	text-align:center;
}