/* CSS Document */

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/faintcolor.gif);
	margin-top: 30px;	
	}

img {
	border: none;	
}
	
#Content {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:750px;
	border:1px solid #333;
	background-color: #FFEBBD;
			}
#main {
	font-size: 14px;
	color: #333333;
	text-align: left;
	padding: 15px;	
}
#main a{
	color: #333333;
	text-decoration: underline;
}
#main a:hover{
	color: #990033;
	text-decoration: underline;
}


#topmast  {
	padding: 10px;

}
#basemast {
	background-image: url(images/montage.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100px;
	}
#nav {
	clear: both;
	color: #FFFFFF;
	padding: 5px 0px 4px 0px;
	text-align: center;
	font-size: 12px;
	background-color: #993333;
	text-decoration: none;
	letter-spacing: 5px;	
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;	
	border-bottom-style: solid;	
	border-top-color: #333333;	
	border-bottom-color: #333333;	
	}	
		
/*#nav A:hover {
	color: #FFCC33;
	text-decoration: none;
}

#nav A:link, #nav A:active, #nav A:visited {
	color: #FFFFFF;
	text-decoration: none;
}*/
 a:link,  a:active,  a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
 a:hover {
	color: #FFCC33;;
	text-decoration: none;
}

		
.address {
	font-size: 12px;
	font-weight: bold;
}
.addressmed {
	font-size: 12px;
	font-weight: normal;
}
p {
	font-size: 14px;
}
.contact {
	font-size: 14px;
	color: #990033;
	text-align: center;
}
.left	{width: 350px;
	text-align: left;
	float: left;
		}
.spacer	{width: 10px;
	float: left;
	}
.right	{width: 350px;
	float: left;
	text-align: left;
	}
	
.footer {
	clear:both;
	background-color: #9C3031;
	height: 5px;
		 }
h1 {
	font-size: 16px;
	color: #9C3031;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC99;
}
