* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	min-width:750px;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border: none;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Wrapper */

#wrapper {
	background: url(images/background.jpg) no-repeat top center;
}

/* Header */

#header {
	width: 750px;
	height: 200px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/banner.png);
	min-width:750px;
}

#header h1, #header h2 {
	float: left;
}

#header h1 {
	padding: 150px 0 0 20px;
	letter-spacing: 3px;
	font-size: 136%;
}

#header h2 {
	padding: 153px 0 0 6px;
	letter-spacing: 2px;
	font-size: 107%;
}

#header a {
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img4.jpg) no-repeat;
	font-size:16px;
	min-width: 750px;
	font-weight:bold;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	position:relative;
	left: 55px;
	
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 8px 10px 0 20px;
	border: none;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	width: auto;
	height: 25px;
	margin: 0 auto;
	background: url(images/img8.png) no-repeat;
	text-decoration:underline;
}

#menu .active {
	color: #FFFFFF;
	width: auto;
	height: 25px;
	margin: 0 auto;
	background: url(images/img8.png) no-repeat;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background: url(images/img7.jpg) repeat-y 220px 0px;
}

/* Content */

#content {
	float: right;
	width: 600px;
	padding-right: 50px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 5px;
}

#content h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
	margin-bottom: 5px;
	padding-left:5px;
}

#content .boxed {
	float: left;
	width: 600px;
	padding-right: 2%;
	padding-bottom:20px;
}

#content .boxed h2 {
	padding: 5px 0;
}

/* Welcome */

#welcome {
}

/* Sample1 */

#sample {
}

/* Sample2 */

#sample2 {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
}

#sidebar h2 {
	padding: 5px 20px;
	height:20px;
	font-size: 120%;
	color:#FFFFFF;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	border: none;
}

/* Submenu */

#submenu {
}

/* News */

#news {
	font-size: 85%;
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 600px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bottom.jpg) no-repeat bottom center;
}

#footer p {
	margin: 0;
		font-weight:bold;
	text-align: center;
	font-size: 77%;
	text-decoration: none;
}

#footer a {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
	border-bottom: 0px dotted #000000;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

#fix
{
	margin-top:100px;
}