/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {

	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/img01-09.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
}

h1 {
	font-size: 197%;
	color: #AD1112;
}

h2 {
	font-size: 167%;
	color: #000000;
}

h3 {
	color: #000000;
	font-size: 100%;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }


blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
}

a:hover {
	color:#000000;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 927px;
	height: 151px;
	margin: 0 auto;
	background: url(images/stars-banner5.jpg) no-repeat right center;
}

/* Logo */

#logo {
	float: left;
	width: 300px;
	height: 151px;
	background: #FFFFFF url(images/img03-06.png) no-repeat;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 200px 0 0 0;
	letter-spacing: -1px;
	font-size: 36px;
}

#logo h2 {
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	width: 100%;
	height: 40px;
	padding: 10px 0 0 0;
}

/* Page */

#page {
	width: 927px;
	margin: 60px auto;
}

/* Content */

#content {
	float: right;
	width: 880px;
	padding: 20px;
	background: #FFFFFF url(images/img07-04.jpg) no-repeat left top;
}

#topper {
	float: right;
	width: 707px;
	height: 22px;
	background: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;

}


#sidebar a:link {
	color:#5465d1;
}

#sidebar a:hover {
	color:#FFFFFF;
}

#sidebar a:visited {
	color:#5465d1;
}

#sidebar a:active {
	color:#FFFFFF;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 92%;
}

#sidebar ul li {
	padding: 5px 14px;
	border-top: 1px solid #0B0B0B;
}

#sidebar ul li.first {
	border: none;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 92%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	margin-bottom: 10px;
	color:#FFFFFF;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 0px;
}

/* Footer */

#footer {
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}

#footer a {
	color: #000000;
}