body 
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9ca06d;
}

#header
{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100%;
	height: 83px;
	margin: 0;
	
	line-height: 80px;
	
	overflow: hidden;
	
	background-image: url(images/bg_header.png);
	background-repeat:repeat-x;
	
	z-index: 100;
}

#logo
{
	float: left;
}

#topNav
{
	float: left;
	margin: 0;	
}

#topNav ul
{
	float: left;
	list-style: none;
}

#topNav li
{
	float: left;
}

#topNav a
{
	color: #ffffff;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

#topNav a:hover
{
	color: #9ca06d;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}


#vertical
{
	position: absolute;
	top: 0px;
	left: 18px;
	width: 210px;
	min-height: 100%;
	
	overflow: hidden;
	
	background-image: url(images/bg_content.png);
	background-repeat:repeat-y;
	
	z-index: 80;

}

#mainBody
{
	position: absolute;
	top: 110px;
	left: 10px;
	width: 180px;
	min-height: 100%;
	
	overflow: hidden;
	
	z-index: 85;

}

#mainBody h1
{
	font-size:16px;
	text-decoration: underline;
	margin-below: 3px;
}

#phone
{
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#content
{
	width: 180px;
	
	

	font-family: ariel, sans-serif;
	font-size:12px;
	
	text-align: justify;
	
}

#content h2
{
	font-size: 1.2em;
	text-decoration: underline;
	width: 90%;

}

#fork
{
	position: absolute;
	top: 100px;
}

#mainPhoto
{
	position: absolute;
	top: 100px;
	left: 220px;
	height: 78px;
	width: 500px;
	
	background-color: #000000;
	
	overflow: hidden;
	
	z-index: 40;
}

#footer
{
	position: absolute;
	top: 500px;
	left: 0px;
	width: 100%;
	height: 78px;
	
	background-image: url(images/bg_footer.gif);
	background-repeat:repeat-x;
	
	z-index: 60;
}


.alert
{
	width: 171px;
	border: 1px #000000 solid;

	padding: 3px;
	margin: auto;
}

.alert h2
{
	font-size: 14px;
	font-weight: bold;

}

