/* CSS Document */

body {
	background:	#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFA825;
}

#masthead {
	margin: 10 0 12px 0;
	padding-top:50px;

}

#bottomnav{
	padding: 10px;
	position:absolute;
	top:750px;
	left:200px;
	
		}
	
#content {
	margin-top:20px;
	margin-bottom:10px;
	padding:20px;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF9900;
	align: center;
	}

#thumbs {
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF9900;
	align: center;
	}

	
#mainheader {
	margin: 20px}
	
a:link {
	color: #F0900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #af2b00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#loadarea2{
	width:573px;
	height:350px;
	}
	
.galleryimages {
	padding:10px;
	}
	

/*CONTACT PAGE*/
#formtable{

width:250px;
width:500px;
background-color:#000000;
border:thin solid #333333;
margin-top:20px;
	}

.contactcontent{
		color: #FFA825;
		font-size:12px;
		font:Geneva, Arial, Helvetica, sans-serif;
		background-image:url(../images/gradient_bkg4.gif);
		background-repeat:repeat-x;
		background-position:top;
		padding:20px 25px;
		height:350px;
		width: 700px;
}
#contactleftcolumn{
	position:absolute;
	top: 265px;
	left: 145px;
	width:175px;
	padding: 5px;
	padding-left: 8px;
}

#contactleftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
}

#contactleftcolumn a:hover{
background-color: #FFFF80;
}

#contactrightcolumn{
	width:350px;
	position:absolute;
	top: 265px;
	left: 330px;
	text-align:center;
	padding-right: 85px;
	padding-left: 35px;
	padding-bottom: 8px;
	padding-top: 10px;
	background-image:url(../images/client_bkg.gif);
	background-repeat:repeat-x;
	background-position:top;
	border: thin solid #CCCCCC;
}

* html #contactrightcolumn{ /*IE only style*/
height: 400px;
}

/*CLIENT LIST CSS*/

.clientlistcontent{
		color: #FFA825;
		font-size:12px;
		font:Geneva, Arial, Helvetica, sans-serif;
		background-image:url(../images/gradient_bkg4.gif);
		background-repeat:repeat-x;
		background-position:top;
		padding:20px 50px;
		height:350px;
		width: 700px;
}
#leftcolumn{
position:absolute;
top: 275px;
left: 100px;
	width:175px;
	padding: 5px;
	padding-left: 8px;
}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
}

#leftcolumn a:hover{
background-color: #FFFF80;
}

#rightcolumn{
	width:350px;
	position:absolute;
top: 275px;
left: 300px;
	text-align:center;
	padding-right: 85px;
	padding-left: 85px;
	padding-bottom: 8px;
	padding-top: 10px;
	background-image:url(../images/client_bkg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}

/*ABOUT US CSS*/

.aboutcontent{
		color: #FFA825;
		font-size:12px;
		font:Geneva, Arial, Helvetica, sans-serif;
		background-image:url(../images/gradient_bkg4.gif);
		background-repeat:repeat-x;
		background-position:top;
		padding:20px 50px;
		height:350px;
		width: 700px;
		margin-left:135px;
		margin-top:20px;
		margin-bottom:25px;
}
