* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-repeat: repeat;
	background-color: #1A1A1A;
	color: #000;
}




#wrapper {
	width: 960px;
	margin-right:auto;
	margin-left:auto;
	background-repeat: no-repeat;
	background-image: none;
	background-color: #000;
	color: #000;
}
#header {
	height: 149px;
	line-height: 150px;
	background-image: url(images/header.png);
}


h1 {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 5px;
	text-transform: uppercase;
	font-style: normal;
	margin-right: -600px;
	color: #000;
}

#navigation {
	list-style-type: none;
	background-image: url(images/navbar.png);
	height: 29px;
	width: 100%;
	text-align: right;
	line-height: 29px;
}
#navigation ul li {
	line-height: 29px;
	list-style-type: none;
	display: inline;
	text-align: right;
	margin-right: 30px;
}
#sidebar {
	float: left;
	background-repeat: no-repeat;
	width: 222px;
	background-color: #000;
}
#contentarea {
	width: 737px;
	background-image: url(images/contentbgimg.png);
	float: left;
	background-repeat: repeat-y;
}
#footer {
	clear: both;
}

#sidebar img {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 11px;
}

#contentarea h3 {
	padding-top: 25px;
	padding-left: 20px;
	margin-bottom: 25px;
}
#contentarea p {
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: justify;
	font-weight: bold;
}
#contentarea img {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 40px;
}

#sidebar p {
	color: #FFF;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#contentarea a {
	padding-left: 15px;
}
