* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #1b1b1b;
	font-family: Verdana, Tahoma, Sans-Serif;
	color: white;
	font-size: 11px;
	font-weight: normal;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

#header {
	width: 361px;
	margin: 0 auto;
	text-align: center;
}

#url {
	width: 361px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

#url ul {
	list-style: none;
	font-size: 1em;
	text-align: center;
}

#url ul li {
	display: inline;
	margin: 3px;
}

#wrapper0 {
	width: 361px;
	background: url('images/url_top.jpg') no-repeat;
	height: 37px;
	margin-top: 6px;
}

#url_top {
	width: 100%;
	height: 41px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

#address_box {
	width: 259px;
	height: 20px;
	background: url('images/url.jpg') no-repeat;
	border: 0;
	padding-top: 4px;
	padding-left: 5px;
	color: #cbc6c3;
	font-family: Verdana, Sans-Serif;
	font-size: 1.1em;
}

#go {
	width: 76px;
	height: 37px;
	background: url('images/go.jpg') no-repeat;
	border: 0;
	cursor: pointer;
	margin-left: 10px;
}

#wrapper1 { /* IE PADDING FIX */
	width: 361px;
	background: url('images/url_bg.jpg') repeat-y;
}

#url_middle {
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #261606;
	text-align: center;
}

#url_bottom {
	width: 361px;
	height: 13px;
	background: url('images/url_bottom.jpg') no-repeat;;
}
	
#wrapper2 { /* IE PADDING FIX */
	width: 397px;
	background: #2d2d2d;
	margin: 0 auto;
}
	
#content {

	padding: 15px;
	margin: 0 auto;
	text-align: left;
}
	
#footer {
	width: 397px;
	height: 24px;
	background: url('images/footer.jpg') no-repeat;
	margin: 0 auto;
	text-align: center;
	color: black;
	text-decoration: underline;
	padding-top: 7px;
}	
	
/* OTHER STYLES */

.clear {
	clear: both;
}

/*END  OTHER STYLES */

/* HEADINGS */

h1 {
	font-size: 2.5em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	width: 287px;
	height: 21px;
	font-size: 2.0em;
	color: black;
}
h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	padding:0;
	color: #feb808;
	text-decoration: underline;
}
h4 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}
h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}
/* END HEADINGS */

/* LISTS */
ul {
	line-height:1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ul li {
	margin: 0 0 0.25em 30px;
	padding: 0;
}
ol {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ol li {
	font-size: 1.0em;
	margin: 0 0 0.25em 30px;
	padding: 0;
}
dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}
dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}
/* END LISTS */

/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height:1.4em;
}
blockquote {
	border-left:10px solid #ddd;
	margin-left:10px;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/* END TEXT */

/* LINK STYLES */

a {
	color: #feb808;
}

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

a img {
	border: 0;
}

#content a {
	color: #cbc6c3;
}

#url ul li a {
	color: #cbc6c3;
}
/* END LINK STYLES */
	