body { 
	margin:0px 0; 
	padding:0;
	background:#000 url(../images/bodybg.gif) repeat; 
	font: 74%/1.4em Arial, Sans-Serif; 
	color:#ffcccc; 
}

.content {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	border-left:6px solid #333;
	border-right:6px solid #333;
	color: #999999;
	background: #161616;
	border-bottom: 4px solid #333333;
}

.img {
	padding: 0;
    margin: 0 10px 0 0;
	float: left;
	border: 6px solid #333333;
}

.img2 {
	padding: 0;
	margin: 0 0px 0 10px;
	float: right;
	border: 6px solid #333333;
}



/* 
 Here is the start of the header Information
*/
#top {
	padding: 0;
	margin: 0;
	height: 44px;
}

#top .rightlinks {
	float: right;
	color: #ff9933;
	padding: 20px 25px 0 0;
	font-size: 90%;
	background: #202020;
}

.line {
	border-top: 1px dotted #ccc;
	margin: 1em 0px;
}

#top a {
	color: #ff9933;
	background: #202020;
}


#header { 
margin: 0; 
width: 800px; 
background: url(../images/head.jpg) no-repeat;  
height: 127px; 
}


#header .info {	
padding: 25px 0 0 30px; 
}
#header h1 {
	margin: 0;
	padding: 0;
	font: bold 29px Geneva, Arial, Helvetica, sans-serif;
	visibility: hidden;
}

#header h2 {
	margin: 0;
	padding: 6px 0 0 2px;
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	visibility: hidden;
}


/**/
.nav {
	text-align: left;
	padding: 39px 0 0 0px;
	width: 200px;
	margin-bottom: 40px;
}
.nav li { 
margin: 5px 0 5px 0px; 
padding: 0px 0 0 0px; 
border-bottom: 1px dotted #ccc; 
list-style: none;
}
.nav li a { 
color:#999999;
font-weight:normal;
text-decoration: none;  
padding: 0px 0 1px 5px; 
background: #161616;
display: block; 
margin-bottom: 0px;
}
.nav li a:visited {
	color: #999999;
	background: #161616;
}

.nav li a:hover { 
color: #fff; 
text-decoration: none;
padding: 0px 0 1px 5px;  
background:#161616;
display: block; 
margin-bottom: 0px;
}


/* The meat and potatoes*/
#main { 
background: inherit;  
width: 800px; 
margin: 0 ; 
color: #999999; 
}  
#main .right_side {
	float: right;
	padding:0px 4px 0 10px;
	margin:0;
	width: 206px;
}

#main .left_side {
	float: left;
	width: 540px;
	padding:20px 15px 0;
	margin:0;
}
#main h3 {  
font: bold 1em Georgia, "Times New Roman", Times, serif; 
margin: 2px 0 10px 0px; 
padding: 0 0 3px; 
color: #ff9933; 
background: #161616; 
border-bottom: 1px dotted #ccc;
}
h4 {
	font-size: 1em;
	color: #ff9933;
	background: #161616;
}
h5 {
font: bold 1.3em Georgia, "Times New Roman", Times, serif; 
margin: 2px 0 10px 0px; 
padding: 0; 
color: #ff9933; 
background: #161616; 
border-bottom: 1px dotted #ccc;
}
h6 {
	font: 0.9em Arial, Helvetica, sans-serif;
	margin: 2px 0 10px 0px;
	padding: 0 0 10px 0;
	color: #999999;
	background: #161616;
	border-bottom: 1px dotted #ccc;
	text-transform: uppercase;
}

#main .right_side ul {
	margin: 5px 0 5px 0;
	padding : 0;
	list-style : url(none);
	border-bottom: 0px solid #eee;
	color: #808080;
	background: #161616;
}
	
#main .right_side li { 
margin: 0 0 2px 2px;
padding: 0 0 0 0px;
}

#main .right_side  .padding {
margin: 0 0 20px 2px;
padding: 0 0 0 0px;
}

/* the footer info*/
#footer {
	clear:both;
	height: 45px;
	background:#161616;
	border-top:1px dotted #888;
	font-size:0.9em;
	padding: 0;
	text-align:center;
	color: #616161;
}

#footer .info { padding: 20px 0px 0px 5px; }
#footer .right { 
	float:right; 
	clear:right; 
	text-align:right; 
}

#footer a {
	color: #808080;
	text-decoration: underline;
	background: #161616;
}
#footer a:hover {
	color: #33ff00;
	background: #161616;
}

.list {
	list-style: none;
	font-weight: bold;
}






/* Odds and ends*/
/* link popups*/
a.screen, a.screen:visited {
	color:#999999;
	position:relative;
	z-index:1;
	background: #161616;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:100px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
left:-120px; /* position:the image */
top:-20px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:100px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}
/* end link popups*/

ul { 
margin-left: 5px; 
list-style : none; 
}

li {
	margin: 0 0 2px 15px;
	padding: 0 0 0 0px;
	color: #999;
	background: #161616;
}
td {
	border-bottom: 1px dotted #CCCCCC;
}



p { 
margin: 0 0 5px 0; 
padding: 0; 
color: #868686; 
background: inherit; 
}
a {
	color:#CCCCCC;
	background: inherit;
	text-decoration:none;
}
a:hover { 
color:#996600;
background: inherit; 
text-decoration:underline; 
}

h1 { 
padding:0; 
margin:0; 
color:#0088af; 
background: inherit;
font: bold 23px Arial, Sans-Serif; 
letter-spacing: -1px;
}

h2 {
	color:#ffff33;
	margin: 5px 0 5px 0px;
	padding:0 0 0 2px;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
	background: inherit;
}
.date { 
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #999999;
	background: #161616;
	text-transform: uppercase;
}
.f_name {
	color: #FFFF33;
	background: #161616;
	border-bottom: 1px dotted #CCCCCC;
}
/* -----contactform----- */
#form {
	width: 100%;
	padding: 0px;
	text-align: center;
	margin-top: 30px;
}
.dropdown {
	width: 450px;
	font-size: 1em;
	color: #fff;
        background-color:#555;
        float: right;   
	border: 1px;
	border-style: solid;
	border-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.row {
	clear: both;
	padding-top: 15px;
	width: 100%;
}
.label {
	float: left;
	width: 50px;
	text-align: left;
}
.input {
	width: 448px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
    background-color:#555;
    float: right;   
	border: 1px;
	border-style: solid;
	border-color: #000;
}
textarea {
	width: 448px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
    background-color:#555;
    float: right;   
	border: 1px;
	border-style: solid;
	border-color: #000;
}
.button {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
	background: #ff9933;
	text-align: center;
	padding: 0px;
	width: 100px;
	border: 1px;
	border-style: solid;
	border-color: #000;
	margin: 0px -40px 0px 0px;
}
/* ---------------- */
