body 
{
}
A:link
{
	color:#ffffff;
	text-decoration:underline;
}
A:visited
{
	text-decoration:underline;
	color:#ffffff;
}
A:hover
{
	text-decoration:underline;
	color:#ffffff;
}
A:active
{
	text-decoration:underline;
	color:#ffffff;
}

div.mainBody
{
	position:relative;
	width:100%;
	height:110%;
	left:0px;
	top:0px;
	margin-top:-15px;
	background-color:#362d25;
	/*background-image:url(../siteImages/home_padding.gif);
	background-repeat:repeat;
	*/
}
div.home_background
{
	background-repeat: no-repeat;
	background-image:url(../siteImages/home.jpg);
	border-left:0px solid #666666;
	border-right:0px solid #666666;
	width:1024px;
	height:610px;
	position:absolute;
	left:50%;
	top:0%;
	margin-left:-512px;
	margin-top:-15px;
}
div.homeTitle
{
	float:right;
	color:#cccccc;
	font-family:Tahoma;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	text-transform:lowercase;
}
div.left_box
{
	font-family:Arial;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#ffffff;
	
	background-color:#4c4238;
	width:200px;
	height:300px;
	position:absolute;
	top:150px;
	left:100px;
	border:10px solid #362d25;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard - to work out IE, move decimal two places to the right */
	opacity:0.8;
}
div.inner_border
{
	border-left:10px solid #4c4238;
	border-right:10px solid #4c4238;
}
div.right_box
{
	font-family:Arial;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#ffffff;
	text-align:justify;
	
	background-color:#4c4238;
	width:550px;
	/*height:320px;*/
	position:absolute;
	top:150px;
	left:424px;
	border:10px solid #362d25;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard - to work out IE, move decimal two places to the right */
	opacity:0.8;
}
div.generalText
{	
	font-family:Arial;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#ffffff;
	text-align:justify;
}
div.footerText
{
	font-family:Arial;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	color:#cccccc;
	
	position:absolute;
	top:460px;
	left:218px;
}

div.contactsCell
{
	width:200px;
	float:left;
}

img.outline
{
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
}
div.titleSpace
{
	height:10px;
}
