
body {
	padding: 0;
	margin: 0;
	background: #210c0e;
	color: #210c0e;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
}

h1{
	margin: 30px 0 20px 0;
	line-height: 150%;
	font-size: 180%;
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	margin: 30px 0 20px 0;
	line-height: 120%;
	font-size: 130%;
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #210c0e 1px dotted;
}

#hold {
	background: #210c0e url(images/red_sky_bg.jpg) top left no-repeat;
	margin: 0px auto;
	/*padding-top: 200px;*/
	height: 768px;
	width: 1024px;
}

#homelink {
	float: left;
	margin-top: 15px;
	position: relative;
	width: 140px;
	height: 120px;
}

#content {
	padding: 10px;	
	margin: 0 auto;
	height: 460px;
	width: 640px;
	overflow-y: scroll; 
	scrollbar-arrow-color:#d07a25; 
	scrollbar-face-color: #210c0e; 
	scrollbar-3dlight-color: #6f464a; 
	scrollbar-darkshadow-color:#070102;
}

#contentnoscroll {
	padding: 10px;	
	margin: 0 auto;
	height: 460px;
	width: 640px;
	overflow-y: hidden; 
}

#footer {
	color: #FFFFFF;
	margin: 0 auto 20px auto;
	height: 30px;
	width: 1024px;
	display: block;
	clear: both;
}

#header {
	width:100%; 
	height:200px;
}

#navhold {
	float: left;
	padding: 60px 0 0 50px;
	width: auto;
}

ul.headerlinks {
	font-size: 16px;
	border: 0 none;
	width: 100px; /*For KHTML*/
	list-style: none;
	display: inline;
	line-height: 1.2em;
}

ul.headerlinks li {
	margin: 0 5px;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
}

.divider {
	color:#d07a25;
}

ul.headerlinks a:link  {
	text-decoration: none;
	color:#d07a25;
}
	
ul.headerlinks a:hover {
	color: #FFCC00;
	text-decoration: none;
}

ul.headerlinks a:visited  {
	text-decoration: none;
	color:#d07a25;
}
	
ul.headerlinks a:hover {
	color: #FFCC00;
	text-decoration: none;
}

table.ing {
	margin: 10px 0;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #CACACA;
	border-collapse: collapse;
	
}
table.ing th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: grey;	
	-moz-border-radius: 0px 0px 0px 0px;
}
table.ing td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: grey;
	-moz-border-radius: 0px 0px 0px 0px;
}

ul.footerlinks {
	float: left;
	border: 0 none;
	padding-top: 10px;
	width: 60%; /*For KHTML*/
	list-style: none;
	display: inline;
}

ul.footerlinks li {
	margin: 0 5px;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
}
	
.otherlink a:hover {
	color: #FFCC00;
	text-decoration: none;
}

ul.footerlinks a:link  {
	text-decoration: none;
	color:#d07a25;
}
	
ul.footerlinks a:hover {
	color: #FFCC00;
	text-decoration: none;
}

ul.footerlinks a:visited  {
	text-decoration: none;
	color:#d07a25;
}
	
ul.footerlinks a:hover {
	color: #FFCC00;
	text-decoration: none;
}