/*****************************************************/
/*Standards Section */
/*****************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #0A0A0A url(images/img1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
}

h1, h2, h3 {
	color: #CCCCCC;
}

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: #00FF00;
	border-bottom: 1px dotted #FFFFFF;
}

/*****************************************************/
/* Wrapper Section */
/*****************************************************/

#wrapper {
	background: url(images/img2.jpg) repeat-x;
}

/*****************************************************/
/* Header Section */
/*****************************************************/

#header {
	width: 750px;
	height: 181px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/img3.png);
}

#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 Section */
/*****************************************************/

#menu {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img4.jpg) no-repeat;
}

#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 20px 0 20px;
	border: none;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFF00;
	width: auto;
	height: 25px;
	margin: 0 auto;
	background: url(images/img8.png) no-repeat;
}

/*****************************************************/
/* Page Section */
/*****************************************************/

#page {
	width: 750px;
	margin: 0 auto;
	background: url(images/img7.jpg) repeat-y 220px 0px;
}

#page2 {
	width: 750px;
	margin: 0 auto;
}

/*****************************************************/
/* Content Section */
/*****************************************************/

#content {
	float: right;
	width: 489px;
	padding-right: 20px;
}

#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;
}

#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
	background: url(images/img5.jpg) repeat-x left bottom;
}

#content2 {
	width: 700px;
	padding-right: 20px;
	padding-left: 20px;
}

#content2 h1, #content h2, #content h3 {
	margin-bottom: 5px;
}

#content2 h1 {
	font-size: 136%;
}

#content2 h2 {
	font-size: 107%;
}

#content2 h3 {
	font: 92%;
}

#content2 ul, #content ol {
	list-style-position: inside;
	margin-bottom: 5px;
}

#content2 .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content2 .boxed h2 {
	padding: 5px 0;
	background: url(images/img5.jpg) repeat-x left bottom;/**/
}

/*****************************************************/
/* Special Sections */
/*****************************************************/

#welcome {
}

/*****************************************************/
/* Sidebar Section */
/*****************************************************/

#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;
	background: url(images/img6.jpg);
	font-size: 120%;
	color:#FFFFFF;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	border: none;
}


/*****************************************************/
/* News Section */
/*****************************************************/

#news {
	font-size: 85%;
}

#news a {
	font-size: 85%;
}

/*****************************************************/
/* Footer Section */
/*****************************************************/

#footer {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img4.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
	text-decoration: none;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 0px dotted #000000;
}

#footer a:hover {
	text-decoration: none;
	color: #00FF00;
	border-bottom: 1px dotted #FFFFFF;
}
