body	{
	margin : 0;
	font-family : courier,'courier new',fixed-width;
	font-size : 13px;
	line-height : 18px;
	color : #e6e6e6;
}
body#interior	{
	background : url(img/int_bg.gif) repeat-x #d7d7d7;
}
body#home	{
	background : url(img/home_bg.gif) repeat-x #3a3a3a;	
}
td	{
	vertical-align : top;
}
div	{
	margin : 0px;
	padding : 0px;
}
p	{
	margin : 0px;
	padding : 0px 0px 10px 0px;
}

h1	{
	margin : 30px 0px 0px 0px;
	padding : 0px;
	color : #b5121b;
	font-family : arial,helvetica,sans-serif;
	text-transform : uppercase;
	letter-spacing : -0.05em;
	font-size : 24px;
	font-weight : bold;
}

div#homePhotos	{
	height : 148px;
	width : 100%;
	overflow : hidden;
}

div#homeLogo	{
	background : url(img/home_stripe.gif) repeat-x #fff;
	border-top : 5px solid #000;
	border-bottom : 5px solid #000;
	height : 146px;
	width : 100%;
}
div#mainWrap	{
	background-color : #3a3a3a;
	min-height : 400px;
	width : 100%;
	position : relative;
}

div#mainHome	{
	width: 950px;
}
div#mainNavHome	{
	width : 450px;
	float : left;
	margin-right : 50px;
	clear : left;
}
div#mainTextHome {
	width : 450px;
	padding : 0px;
	float : right;
	position : relative;
	top : -70px;
	}
div#footer	{
	border-top : 5px solid #000;
	border-bottom : 5px solid #000;
	background-color : #fff;
	width : 100%;
	clear : both;
}
#footer	p	{
	padding : 5px;
	font-size : 11px;
	color : #000;
	margin : 0px;
	text-transform : uppercase;
}

img#bigLogo	{
	z-index : 100;
	position : relative;
	top : -31px;
	left : 5px;
	float : left;
}
img#tag	{
	position : relative;
	float : left;
	left : 20px;
	top : 110px;
}

td#intNav	{
	background-color : #3a3a3a;
	width : 234px;
	border-right : 5px solid #000;
	padding : 10px 0px 20px 10px;
}

td#intMain	{
	padding : 10px 0px 10px 10px;
	color : #000;
	font-size : 14px;
}
