/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #fffdfb;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000f;
}

h1, h2, h3 {
	font-weight: strong;
	color: #cc3366;
}

h1 { font-size: 160%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
	font-size: 100%;
}

a:link {
	color: #333333;
	weight: strong;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 770px;
	height: 20px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 240px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 530px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ED2024;
}

#splash {
	width: 900px;
	height: 239px;
	margin: 0 auto;
	background: url(images/beverly-hills-california.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 60%
	text-align: center;
}

#splash p {
	float: right;
	width: 800px;
	height: 70px;
	margin: 0;
	padding: 10px 20px 0 50px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 900px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 600px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	background: #fef8eb;
	border: 1px solid #F5E0B7;
	margin-bottom: 25px;
}

#sidebar ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 2px 5px 2px 20px;
	line-height: 120%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 2px;
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica;
	list-style-type: square;
}

#sidebar h2 {
	width: 210px;
	height: 20px;
	padding: 5px 0 0 5px;
	letter-spacing: -1px;
	font-size: 1em;
}


#sidebar h3 {
	width: 210px;
	height: 25px;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
	font-size: 1em;
}

#sidebar a:hover {



#footer {
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: smaller;
}

#legal {
	float: left;
}

#links {
	float: right;
}
#facts {
	width: 770px;
	margin: 0 auto;
}

#facts p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: smaller;
	color: #000000;
}