* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c93;
}

h1, h2, h3 {
	color: #c93;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}
h3 {
	margin-bottom: 0.5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: 3px;
	background-color: #CC9933;
	color: #FFFFFF;
	padding-left: .5em;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	padding-right: 30px;
	padding-left: 30px;
}

p {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 100%;
	font-size: 100%;
	padding: 0px 30px 0px 50px;
	color: #c93;
}

.subhead {
	font: bold normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

ul {
	list-style: url(file:///../images/star-bullet.jpg) none outside;
}

ul li {
	padding-left: 0;
}

a {
	text-decoration: underline;
	color: #CC9933;
}

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

/* Menu */

#menu {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	background-image: url(file:///../i/top.gif);
	background-position: bottom;
}

/* Logo */

#logo {
	width: 940px;
	height: 270px;
	margin: 0 auto;
	background: #000;}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	background: #000 url(images/artesia-ad.jpg) no-repeat center top;
	border: thin solid 600002;
}

/* Content */

#content {
	float: right;
	width: 672px;
	padding: none;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(file:///../images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 12px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(file:///../images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #548CE0;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
	word-spacing: .5em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#links ul {

}

#links li {
	padding: 5px 0;
}

#links a {
	padding-left: 1em;
	color: #336699;
}

#bottom {
	width: 940px;
	height: 102px;
	margin: 0 auto;
	background: url(file:///../images/bottom.jpg);
	margin-top: -20px;
}

#star {
	padding-top: 9px;
	padding-left: 7px;
	z-index: 1;
}

/* Footer */


#footer {
	width: 940px;
	height: 40px;
	margin: -5px auto 0;
	background-image: url(images/bottom.gif);
	background-position: top;
	text-align: center;
}

#footer .wrapper {
	width: 940px;
	margin:-12 auto 0;
	background-image: url(file:///../i/bottom.gif);
	height: 40px;
	background-position: top;
	text-align: center;
}

#footer .links {
	float: none;
	width: 940px;
	padding: 16px 0 0;
	font-size: 85%;
	text-align: center;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}
.floatleft {
	float: left;
	padding-right: 8px;
}
.floatright {
	float: right;
	padding-left: 8px;
}
