body {
	background-color: #63463c;
	background-image: url(images/background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
}
.smalltext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #666666;
}
.white {
	background-color: #FFFFFF;
	border: 1px solid #A39870;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A39870;
}
p {
	padding: 0px 60px 5px 60px;
	line-height:160%;
	font-size: 11px;
}

p.tight {
	padding: 0px 10px 0px 40px;
	line-height: 100%;
}

#nav, #nav_services {
	position: relative;
	padding-top:15px;
	font-size: 12px;
}
#nav a {
	color: #663300;
	text-decoration:none;
	background-image: url(images/littlessquare.gif);
	padding-left : 13px;
	margin-left:30px;
	padding-bottom : 3px;
	line-height:150%;
	background-repeat: no-repeat;
}

#nav_services a {
	color: #0000ff;
	text-decoration:underline;
	background-image: url(images/littlessquare.gif);
	padding-left : 13px;
	margin-left:30px;
	padding-bottom : 3px;
	line-height:150%;
	background-repeat: no-repeat;
	font-weight: normal;
}

#nav a:hover, #nav a.active, #nav_services a:hover, #nav_services a.active {
	color: #a39870;
	text-decoration:none;
	background-image: url(images/littlessquare-gold.gif);
	background-repeat: no-repeat;
	padding-left : 13px;
	padding-bottom : 3px;
}

#nav_services a:hover {
	font-weight: bold;
}

#nav a:visited, #nav_services a:visited {
	text-decoration:none;
}
#nav a:active, #nav_services a:active {
	color: #cccccc;
}

ul {
	list-style-image: url(images/bullet-square.gif);
	margin-left:50px;
	font-size: 11px;
}
h1 {
	padding: 15px 60px 0px 60px;
	font-size:15px;
}
.goldunderline {
	border-top: 1px solid #A39870;
	padding-bottom:0px;
}
h3 {
	padding: 15px 60px 0px 60px;
	font-size:14px;
}
a {
	color: #311800;
	text-decoration:underline;
}
a:hover {
	color: #A39870;
	text-decoration:none;
}
a:visited {
	color: #311800;
	text-decoration:none;
}
a:active {
	color: #cccccc;
	text-decoration:underline;
}
td {
	font-size: 11px;
}

#player {
	position: relative;
	left: 100px;
	height: 400px;
	top: -30px;
}
