@charset "utf-8";
/* CSS Document */

body { background-color: #000000; color: #CCCCCC;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   background-image: url(../images/main-bg-top.jpg);
	   background-position: top center;
	   background-repeat: repeat-y;
	   font-size: 0.9em;
}
	   
.vidframe { border: 0px;
	   padding: 0px;
	   margin: 0px;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

#wrapper {  border: 0px;
	       padding: 0px;
	       margin: 0px;
		   width: 960px;
}

#header1 { border-top: 0px;
		 width: 960px;
		 clear: left;
}

#header2 { width: 960px;
		 height: 51px;
		 background-image: url(../images/header.jpg);
		 background-position: center center;
		 background-repeat: no-repeat; 
 		 clear: left;
}

#main { border: 0px;
	    padding: 0px;
	    margin: 0px;
		width: 960px;
		text-align: left;
}

#mainleft { width: 680px;
			float: left;
			text-align: left;
			margin-top: 20px;
}

#mainright { width: 240px;
			float: right;
			text-align: left;
			margin-top: 20px;
}
#mainleft_s { width: 640px;
			float: left;
			text-align: left;
			margin-top: 20px;
}

#mainright_s { width: 280px;
			float: right;
			text-align: left;
			margin-top: 20px;
}

.h1underline {  border-bottom: solid 2px #999999; margin-right: 20px; padding-bottom: 10px;}

#videorow { width: 690px;
			border: 0px;
			padding: 0px;
			margin: 0px;
}

#video { width: 200px; 
		 height: 250px;
		 float: left;
		 padding: 0px;
		 margin: 0px;
		 border: 0px;
		 margin-right: 25px;
		 margin-bottom: 10px;
		 border-bottom: solid 1px #999999;
}

#linkblock { width: 270px; 
		 height: 210px;
		 float: left;
		 padding: 0px;
		 margin: 0px;
		 border: 0px;
		 margin-left: 25px;
		 margin-bottom: 10px;
		 line-height: 2.0em;
		 font-size: 1.1em;
}

#picblock { width: 280px; 
		 float: left;
		 padding-left: 15px;
		 margin: 0px;
		 border: 0px;
}


#footer { background-image: url(../images/main-bg-bot.jpg);
		  background-position: center center;
	      background-repeat: no-repeat;
		  border-bottom: 0px;
		  width: 960px;
		  height: 55px;
		  font-size: 0.95em;
		  clear: left;		  
}

img { border: 0px; }

ul { list-style-type: none;
	 text-indent: 30px;
}

h2, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif;}

a { color: #CCCC33; 
	font-weight: bold;
}

div.aboutus { height: 444px; margin-top: 20px; }
h3.aboutus { margin-top: 0px; }
p.aboutus { font-size: 0.9em; }
p.tiny {font-size: 0.5em; }
p.yellow { color: #FFFF00; }
p#smaller { font-size: 0.92em; line-height: 1.6em; }

#clearleft { clear: left; padding-top: 10px; }

#lh5 { line-height: 1.6em;
	font-size: 1.1em;
}

<!-- from template -->
#contact-form {
	width: 248px;
	padding: 4px 0 0 0;
}

	#contact-form label {
		background: url(images/contact-input.gif) no-repeat 1px 1px;
		display: block;
		width: 100%;
		height: 34px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: none;
		width: 238px;
		height: 18px;
		padding: 2px 4px 2px 4px;
		border: 1px solid #292929;
		float: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.083em;
		color: #8c8c8c;
	}
	
	#contact-form strong {
		background: url(images/contact-textarea.gif) no-repeat 1px 1px;
		display: block;
		width: 248px;
		height: 333px;
		overflow: hidden;
		font-weight: normal;
	}
	
	#contact-form textarea {
		background: none;
		width: 238px;
		height: 357px;
		padding: 2px 4px 2px 4px;
		border: 1px solid #292929;
		float: left;
		overflow: auto;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.083em;
		color: #8c8c8c;
	}
	
	#contact-form a {
		float: right;
		margin: 17px 0 0 25px;
		line-height: 1.308em;
		font-size: 1.083em;
		color: #a4a3a4;
	}


