* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1C1C1C;
	color: #cfcfcf;
	background-attachment: scroll;
	background-image: url(images/bgbody.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h2{
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;
	padding-bottom: 5px;
}

a{
	color: #CFCFCF;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #FFFF00;
}
#wrapper {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#header {
	width: 800px;
	float: left;
	height: 180px;
	margin: 0px;
	background-image: url(images/bghead.jpg);
	background-position: center top;
}
#leftcolumn {
	margin: 0px;
	height: 360px;
	width: 550px;
	float: left;
	background-color: #2d2d2d;
	border: 1px solid #333333;
	background-image: url(images/BGBOXLEFT.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: scroll;
	text-align:justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#leftcolumn ul{
	list-style-position: inside;
	margin-left: 10px;
}
#rightcolumn {
	float: right;
	margin: 0px;
	display: inline;
	background-color: #2D2D2D;
	border: 1px solid #333333;
	padding-right: 5px;
	background-image: url(images/BGBOXLEFT.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 390px;
}
#footer {
	width: 800px;
	clear: both;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	margin: 0px;
}

#footer p{
	background-color: #2D2D2D;
	padding: 10px;
	background-attachment: scroll;
	background-image: url(images/BGBOXLEFT.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
		border: 1px solid #333333;
}
#navigation {
	float: left;
	width: 800px;
	margin: 0px;
	height: 50px;
	padding-top: 17px;
}
#navigation li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
}
#navigation li a
{
	text-decoration: none;
	color: #CFCFCF;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
}

#navigation li a:hover
{
	color: #FFFF00;
}

