@import url("nav.css");
@import url("home-showroom.css");
@import url("common.css");

body{
margin: 0;
padding:0;
text-align: center;
font-family: arial,verdana;
font-size: 13px;
background: #fff;
}

#site-template{
width: 1000px;
margin: 0 auto;
text-align: left;
}

#masthead{
float: left;
height: 96px;
}

#main-content{
float:left;
padding: 12px 0;
width: 100%;
}

	#main-content a {
		color: #3b5997;
	}
	#main-content a:hover {
		color: #555;
	}

h1 {
	font-size: 22px;
	color: #00376d;
	margin: 0 0 10px 0;
	padding: 0;	
}		
		
h2 {
	font-size: 18px;
	color: #00376d;
	margin: 0 0 10px 0;
	padding: 0;	
}	

.pic-right {
	margin-left: 10px;	
}

.table1 {
	border-collapse: collapse;
}
	.table1 td {
		border: 1px solid #555;	
	}

.staff, .staff-right {
	border: 1px solid #555;
	width: 179px;
	float: left;
	text-align: center;
	padding: 3px;
	margin-right: 16px;	
	min-height: 180px;
}	
	.staff-right {
		margin-right: 0px;	
	}	

.staff img, .staff-right img	{
	margin-bottom: 3px;	
}
	
#footer{
font-size: 11px;
padding-top: 15px;
float: left;
width: 1000px;
color: #777;
}

#footer a{
color: #777;
text-decoration: none;
}

#footer a:hover{
color: #444;
text-decoration: underline;
}
