html {
	height:100%;
	width:100%;
}

body {
	width:100%;
	height:100%;
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color:#816b5a;
	background:#000;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

#container {
	width:100%;
	height:100%;
}

#main {
	width:100%;
	height:749px;
	background:url(images/main_bkg1.gif) repeat-y #111;
}

#main1 {
	width:100%;
	height:749px;
	float:left;
	background:url(images/main_bkg2.gif) repeat-y #111;
}

#homeflash {
	width:449px;
	float:left;
}

#subflash {
	width:630px;
	float:left;
	margin:60px 30px 0 0;
}

#subbodycontent {
	width:630px;
	float:left;
	margin:60px 30px 30px 0;
}

#homecontent {
	width:330px;
	float:left;
}

#subcontent {
	width:330px;
	float:left;
}

#logo {
	float:left;
	margin:50px 0 0 0;
}

#contactinfo {
	width:330px;
	float:left;
	text-align:center;
	margin:15px 0 0 0;
	letter-spacing:2px;
}	

#contactinfo a:link { color:#816b5a; text-decoration:none; }
#contactinfo a:visited { color:#816b5a; text-decoration:none; }
#contactinfo a:active { color:#816b5a; text-decoration:none; }
#contactinfo a:hover { color:#fff; text-decoration:none; }

#nav {
	width:70px;
	float:left;
	margin:50px 0 0 130px;
}

#nav a:link { display:block; width:70px; height:30px; padding-top:20px; border-top:1px solid #816b5a; }
#nav a:visited { display:block; width:70px; height:30px; padding-top:20px; border-top:1px solid #816b5a; }
#nav a:active { display:block; width:70px; height:30px; padding-top:20px; border-top:1px solid #816b5a; }
#nav a:hover { display:block; width:70px; height:30px; padding-top:20px; border-top:1px solid #816b5a; }

#client_gallery {
	width:223px;
	height:103px;
	float:left;
	margin:50px 0 0 55px;
}

#footer_text {
	width:100%;
	float:left;
	text-align:center;
	color:#816b5a;
	font-size:11px;
	margin:25px 0 0 0;
}

.bodytext {
	font-size:13px;
	color:#fff;
	letter-spacing:.075em;
}