
body {
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	background: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	border-bottom: 1px solid #de5909;
}

h3 {
	font-size: 1em;
	border-bottom: 1px solid #de5909;
}

p, ul, ol {
	line-height: 100%;
}

a {
	color: #de5909;
	text-decoration: none;
}

a:hover {
	color: #777777;
	text-decoration: none;
}

dt {
	font-size: 18;
}

img { border: none; }
img.content {
	float:right;
	border:1px solid #de5909;
	margin:0px 0px 15px 20px;
}
img.content2 {
	border:1px solid #de5909;
	margin:0px 0px 15px 20px;
}
img.gallery {
	border:1px solid #de5909;
	margin:10px 10px 10px 10px;
}

/* Header */

#header {
	position:absolute;
	left: 220px;
	width: 800px;
	height: 150px;
	background: #000000;
	border: 1px solid #de5909;
}

#logo {
	position:absolute;
	width: 200px;
	height: 150px;
	background: #000000;
	border-top: 1px solid #de5909;
	border-left: 1px solid #de5909;
	border-right: 1px solid #de5909;
	background: url("images/logotop.jpg") no-repeat;
}

#Menuholder {
	clear:both;
	position:absolute;
	top:160px;
	width:200px;
	height:620px;
	background: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #de5909;
	border-left: 1px solid #de5909;
	border-right: 1px solid #de5909;
	background: url("images/logobottom.jpg") no-repeat;
}
#menu {
	position:relative;
	top:150px;
	left:20px;
	width:160px;
	background: #000000;
	color: #FFFFFF;
}
#menu td {
	border-bottom: 1px solid #000000;
	text-align: center;
	color: #FFFFFF;
}

#menu a{
	padding-top:5px;
	display:table-cell;
	width: 160px;
	height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	background: #de5909;
}
#menu a:hover{
	text-decoration: none;
	letter-spacing: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: #777777;
	filter:alpha(opacity=50);
	opacity:0.6;
}
#menu td.active a{
	text-decoration: none;
	letter-spacing: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: #777777;
	filter:alpha(opacity=50);
	opacity:0.6;
}


#content {
	position:absolute;
	top:180px;
	left: 220px;
	width:810px;
	height:auto;
	background: #FFFFFF;
	border: 1px solid #de5909;
	color: #000000;
}
#content table {
	
	border: 0px;
	color: #000000;
}
#content a{

	text-decoration: none;
	color: #de5909;
}	
#content a:hover{

	text-decoration: none;
	color: #777777;
}
#container {
	height:95%;
	width:100%;
	}
#title {
	position:relative;
	top:5px;
	left:10px;
}

#footer {
	clear:both;
	height:5%;
	width:100%;
	text-decoration: none;
	font-size: x-small;
	color: #000000;
}
	
#footer a{

	text-decoration: none;
	letter-spacing: 3px;
	color: #000000;
}	
#footer a:hover{

	text-decoration: none;
	letter-spacing: 5px;
	color: #777777;
}	