/* CSS Document */

/* global */

a, b, body, h1, h2, h3, input, li, ol, p, select, span, textarea, ul {
	font-family: verdana,arial,helvetica,sans-serif; 
}

/* layout */

body   {
	text-align: center;
	margin: 15 auto;
	background-color: #ffffff;
}  

#topblock   {
	width: 100%;
	position: absolute;
	top: 15px;
	left: 0;
	height: 70px;
	background-color: #eff0e8;
}

#container   {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#logo   {
	width: 300px;
	height: 70px;
	float: left;
	background-color: #ffffff;
}

#nav   {
	width: 700px;
	height: 46px;
	float: left;
	background-color: #ffffff;
}

#jumpmenu   {
	width: 700px;
	height: 20px;
	float: left;
	background: #ffffff url(../images/tan_orange.gif) repeat-y;
}

#flash   {
	width: 700px;
	float: left;
	background: transparent;
}

#leftcontent   {
	width: 520px;
	float: left;
	background: transparent;
}

#rightnav   {
	width: 180px;
	margin-top: 9px;
	float: right;
	background: transparent;
}

#footer   {
	width: 700px;
    clear: both;
	margin-top: 50px;
	background: transparent;
}

html>body #footer   {
	width: 700px;
    clear: both;
	padding-top: 50px;
	background: transparent;
}

#quote   {
	border: #F0EFEF 1px solid;
	height: 70px; 
	width: 470px; 
	background: transparent; 
	margin-left: 18px;
}

#reba  {
	width: 80px;
	position: absolute;
	top: 0px;
	left: 310px;
	height: 15px;
}

/* images */

img   {
	border-style: none;
}

img.logo   {
	margin: 6px 0 0 71px;
}

#rightnav img  {
	margin: 0 0 0 12px;
}

img.orangediv   {
	position: absolute;
	top: 377px;
	left: 500px;
}

/* paragraphs */

p.content   {
	color: #C5AC5E;
	font-size: 12px;
	margin: 18px 18px 0 18px;
	line-height: 1.6em;
}

p.homelist   {
	color: #C5AC5E;
	font-size: 10px;
	margin: 18px 18px 0 18px;
	line-height: 2em;
}

#footer p   {
	color: #C2B8AB;
	font-size: 10px;
	margin: 0px 18px;
}

#jumpmenu p   {
	color: #777874;
	font-size: 10px;
	margin: 3px 0 0 10px;
	letter-spacing: 1px;
}

html>body #jumpmenu p   {
	color: #777874;
	font-size: 9px;
	margin: 4px 0 0 10px;
	letter-spacing: 2px;
}

/* links */

a.inside  {
	color: #9E1A34;
	text-decoration: underline;
}

a.inside:hover   {
	color: #9E1A34;
	text-decoration: none;
}

#nav a   {
	margin-right: 20px;
}
 
#footer a  {
	color: #C2B8AB;
	text-decoration: none;
}

#footer a:hover   {
	color: #C2B8AB;
	text-decoration: underline;
}

#jumpmenu a   {
	color: #777874;
	font-size: 10px;
	text-decoration: none;
}

#jumpmenu a:hover  {
	color: #777874;
	text-decoration: underline;
}

html>body #jumpmenu a   {
	color: #777874;
	font-size: 9px;
	text-decoration: none;
}

a.link  {
	color: #9E1A34;
	text-decoration: none;
}

a.link:hover   {
	color: #9E1A34;
	text-decoration: underline;
}

/* lists */

ul  {
	color: #C5AC5E;
	font-size: 11px;
	line-height: 1.7em;
	list-style-type: square;
	margin: 15px 0 0 45px;
}

html>body ul  {
	color: #C5AC5E;
	font-size: 11px;
	line-height: 1.7em;
	list-style-type: square;
	margin: 15px 0 0 5px;
}

/* music player */
#music {
	margin-left: 10px;
	margin-top: 10px;
}