﻿a.menu:link 
	
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707073;
	text-decoration: none;
	text-indent: 35px;
	display: block;
	width: 184px;
	height: 20px;
	font-weight: bolder;
	background-image: url('images/nav.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height:20px;
	
	}
	
a.menu:visited 
	
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707073;
	text-decoration: none;
	text-indent: 35px;
	display: block;
	width: 184px;
	height: 20px;
	font-weight: bolder;
	background-image: url('images/nav.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: baseline;
	line-height:20px;
}
	
	
a.menu:hover 
	
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707073;
	text-decoration: underline;
	text-indent: 35px;
	display: block;
	width: 184px;
	height: 20px;
	font-weight: bolder;
	background-image: url('images/nav.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
}
	
	
a.menu:hover 
	
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707073;
	text-decoration: underline;
	text-indent: 35px;
	display: block;
	width: 184px;
	height: 20px;
	font-weight: bolder;
	background-image: url('images/nav.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
}

body {
background: #fdf5e0 url('images/bg.jpg') repeat-x scroll center top;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
}

/* ----------container to center the layout-------------- */
#container {
width: 912px;
margin-top:0px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;

}

img.download {vertical-align:middle;}

/* ----------banner for logo-------------- */
#top-banner {
background-image:url('images/top-logo.jpg');
background-repeat:no-repeat;
background-color:#211811;
padding: 0px;
margin: 0px;
height: 49px;
}

#menu{
height:57px;
text-align: left;
}

#banner {
text-align: left;
height: 334px;
background-image:url('images/banner.jpg')
}

#mid{
height:232px;
width:912px;
text-align: left;
}

/* -----------------content--------------------- */
#content {
background-image:url('images/content-bg.jpg');
background-repeat:no-repeat;
background-position:center top;
background-color:#fdf5e0;
margin-top:0px;
margin-left: 240px;
min-height:425px; 
}

/* --------------right col------------- */
#right-col {
float: right;
width: 200px;
height:100%;
margin-top:15px;
margin-right:15px;
padding-left:5px;
background-color:#ececec;
}

/* --------------left navi------------- */
#left {
float: left;
margin-left:0px;
margin-top:0px;
width: 184px;
padding: 0px;
background-color: #fdf5e0;
}

/* --------------business card------------- */
#bcard {
margin-bottom:5px;
width:507px;
height: 315px;
margin-left:500px;
text-align: center;
}

/* -----------footer--------------------------- */
#footer {
margin: 0px;
padding-left:10px;
height:76px;
background-color:#493423;
background-image: url('images/footer.jpg');
color:white;
font-size:x-small;
text-align: left; }


