/* CSS Document */
body { 	font-family:Arial, Helvetica, sans-serif;
		margin: 0
}

a:link {color: #990000}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #FF6633}   /* mouse over link */
a:active {color: #FF3333}   /* selected link */

#header {
	background-image: url(images/blackbkg.gif);
	background-repeat: repeat-x;
	height: 100px;
	margin: 0px;
}
#header_menu{
	background-image: url(images/header_menu.jpg);
	background-repeat: repeat-x;
	color:#000000;
	text-align: left;
	height: 45px;
	font-size: 12px;     
	padding-top: 10px;
}
#content {
	width: 460px;
	margin-right: 210px;
	margin-left: 255px;
}
#contact_content {
	margin-left: 255px;
}

#left {
	float: left;
/*	margin-left: 10px;    >>> removed to fix drop down menu problem w firefox and safari   */  
	width: 250px;
}

#right {
	float: right;
	width: 210px;
	margin-right: 5px;
}

.thumbs {border: 1px solid gray;
         margin: 5px;
		 padding: 1px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	font-size: .9em;
	padding-top: 60px;
}

p {
	font-size: 13px;
	line-height: 18px;
	padding-top: 2px;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	color: #000;	
	border-bottom: 1px solid #A7AAB3;
	margin-top: 0;
	padding-bottom: 6px;
}
h3 {
	font-size: 18px;
	color: #FF0000;	
	margin-bottom: 2px;
}
h5 {
	background-image: url(images/menu_tab.jpg);
	height: 22px;
	width: 146px;
	padding-top: 6px;
	padding-left: 15px;
	padding-bottom: 0px;
	color: #666666;
}

.navleft {
	font-size: 12px;
	font-weight: bold;
}

.form {
	font-size: 10px;
}
