body {
		margin: 0;
		padding: 0;
		background-color: gray;
		background: #ededed url(../images/bg_body.jpg);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 130%;
		text-align: center;
	}
	#homecolumn {
		width: 150px;
		float: right;
		font-size: 10px;
		border: 1px solid gray;
		margin: 20px 0 10px 15px;
		padding: 10px;
		background-color: #F4F4F4; 
	}
	#htwo {
		clear: right;
	}
	#container {
		width: 770px;
		background: #ededed url(../images/bg_container.gif) repeat-y;
		position: relative;
		margin: 0 auto;
		text-align: left;
		border-left: solid 1px black;
		border-right: solid 1px black;
		border-bottom: solid 1px black;
	}
	#column1 {
		float: left;
		width: 220px;
		padding-top: 18px;
		clear: left;
	}
	#column2 {
		float: left;
		width: 450px;
		z-index: 0;
	}
	#column2 img {
		margin-bottom: 15px;
	}
	#footer {
		clear: both;
		width: 745px;
		font-size: 9px;
		height: 22px;
		text-align: right;
		padding-top: 55px;
		padding-bottom: 15px;
		color: gray;
	}
	#footer a {
		color: gray;
	}
	#navigation {
		padding: 0;
		margin: 0;
		float: left;
		margin-left: 16px;
		list-style: none;
	}

	#navigation li {
		float: left;
		list-style: none;
		width: 195px; 
		margin-top: 3px;
		background-color: #e7e8e9;
		padding: 0 0 0 9px;
	}

	#navigation li a {
		display: block;
		width: 195px;
		font-size: 11px;
		text-decoration: none;
		color: red;
		padding: 7px 0 7px 0;
		margin: 0 0 0 0;
	}

	#navigation li a:hover {
		color: #000;
	}
	
	#navigation div ul {
		float: left;
	}
	#navigation div li {
		background-color: #eaecec;
		margin: 0;
		border-bottom: 1px solid white;
	}
	#navigation div li a {
		color: black;
	}
	#navigation div li a:hover {
		color: red;
	}
	
	#content {
		width: 498px;
		margin: 0;
		padding: 0;
		padding: 0 0 0 25px;
		float: left;
	}
	#content h1 {
		font-size: 18px;
		color: black;
		padding: 0 0 8px 0;
		margin: 10px 0 0 0;
		background: url(../images/bullet_h1.gif) no-repeat 0 2px;
		padding-left: 23px;
		border-bottom:  3px solid #DCDCDC;
	}

	#content h2 {
		font-size: 17px;
		color: #ee2e24;
		font-family:  Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		background: url(../images/white_aarow.gif) no-repeat 490px 1px;
		margin-top: 15px;
	}

	#content h3 {
		font-size: 12px;
		color: #9d1f18;
		font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

	#content p {
		font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #282828;
		font-size: 11px;
		text-align: justify;
		line-height: 1.3em;

	}
	#content img {
		border: 1px solid black;
	}
	#phone {
		margin-top: 45px;
		margin-left: 18px;
	}
a.link:link {
	color: #282828;
	text-decoration: none;
}
a.link:active {
	text-decoration: underline;
}
a.link:hover {
	text-decoration: underline;
}
a.link:visited {
	color: Maroon;
	text-decoration: underline;
}
#flash {
	position: relative;
	width: 500px;
	height: 342px;
	overflow: hidden;
}
.homelist {
	color: gray;
	font-size: 12px;
}
ul li, ol li {
	font-size: 11px;
}
ul {
 	list-style-type: image;
	list-style: url(../images/bullet.gif);
}
#logo {
	position: relative;\
	top: 0px;
	width: 199px; 
	height: 104px;
	margin-left: 13px;
	z-index: 50;
}
#logo2 {
	display: none;
}