*
{
	margin: 0;
	padding: 0;
}
body{
background-color:#1e1e1e;
margin:0px;
padding:0px;
background-image: url(images/body_bg.gif);
background-repeat:repeat-x;
font-family: Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link{
	color:#b95313;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
}
a:visited{
color:#b95313;
	text-decoration: none;
}
ul{
font-size:10px;
color:#999999;
padding:0 0 0 30px;
margin:5px;
}
form{
padding:0px;
margin:0px;
font-size:10px;
color:#99999b;
padding:10px 15px 10px 15px;
margin:0px;
}
input {
border:1px #666666 solid;
background-color:#333333;
font-size:10px;
color:#99999b;
}
textarea {
border:1px #666666 solid;
background-color:#333333;
font-size:10px;
color:#99999b;
}
#holder{
width:458px;
margin:0px auto;
padding:0px 73.5px 0px 73.5px;
background-image:url(images/vector.gif);
background-position: top right;
background-repeat:no-repeat;
}
#header{
width:458px;
height:138px;
position:relative;
}
#navigation{
height:36px;
width:458px;
background-image:url(images/navback.gif);
background-repeat:no-repeat;
}
#quote{
	position: absolute;
	height: 67px;
	width: 147px;
	left: 311px;
	top: 63px;
}
#logo{
	position: absolute;
	height: 89px;
	width: 312px;
	left: 0px;
	top: 38px;
}
#wrapper{
background-image:url(images/body_main.jpg);
background-repeat:repeat-y;
}
#footer{
width:458px;
padding:4px 0px 0px 0px;
font-size:9px;
text-align:center;
height:16px;
color:#666;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
}
#text{
width:438px;
padding:15px 10px 10px 10px;
background-image:url(images/bodygradient.gif);
background-repeat:no-repeat;
}
#text a:hover{
border-bottom:1px dotted;
}
#text p{
padding:10px 15px 10px 15px;
margin:0px;
font-size:10px;
color:#99999b;
clear:both;
}
h1, h2, h3 {
	font-family:'Trebuchet MS';
	padding:3px 0px 2px 5px;
	margin:0px;
	background-color:#242424;
	color:#b95313;
	border-bottom:1px solid #dd5f08;
	font-size:12px;
}
h1 a, h2 a, h3 a{
	color:#b95313;
}
h4, h5 {
	padding:3px 0px 2px 5px;
	margin:0px;
	font-size:10px;
	color:#CCC;
}
.imgfloatleft
{
	border: 1px solid #333333;
	float: left;
	margin: 5px;
}
.imgfloatright
{
	border: 1px solid #333333;
	float: right;
	margin: 5px;
}


