/* CSS Document */

body{
	background-color:#FCFCFC;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

#pagewrap {
	width:850px;
	margin:0px auto;
}
#header {
	font-size:18px;
	color:#4F0000;
	margin:0 auto;
	background-image:url(images/header.jpg);
	width:850px;
	height:65px;
	padding-top:145px;
}
#header_text {padding-left:355px;}

#topnav {
	background-image:url(images/topnav.jpg);
	width:850px;
	height:42px;
	margin:0 auto 40px 0;
	font-size:14px;
	color:#820000;
	text-align:right;
}
#nav-links {width:425px; float:right; margin:8px 35px 0 0; display:inline;}
#nav-links a {
	color:#820000;
	text-decoration:none;
	margin:0px 3px;
	font-weight:bold;
}
#nav-links a:hover {text-decoration:underline;}

#leftnav {
	clear:left;
	float:left;
	text-align:left;
	width:238px;
	border-right:1px solid #CCCCCC;
}

#leftnav1 {
	background-image:url(images/leftnav1.jpg);
	width:212px;
	height:216px;
	clear:left;
	font-size:20px;
	color:#4F0000;
	position:relative;
	margin-bottom:24px;
}
#leftnav1_text1 {
	display:block;
	position:absolute;
	top:55px;
	left:14px;		
}
#leftnav1_text2 {
	display:block;
	position:absolute;
	top:92px;
	left:14px;	
}
#leftnav1_text3 {
	display:block;
	position:absolute;
	top:129px;
	left:14px;	
}
a.leftnav_link {
	text-decoration:none;
	color:#4F0000;
}
a.leftnav_link:hover{text-decoration:underline;}
#catalog {
	width:212px;
	height:118px;
	margin-bottom:24px;
}

#building {
	width:212px;
	height:206px;
	margin-bottom:40px;
}
#content {
	float:left;
	width:559px;
	padding:14px 26px 40px 26px;
	font-family:inherit;
	font-size:14px;
	color:#000000;
}

#content a {color:#CC0101; text-decoration:none;}
#content a:hover {text-decoration:underline;}
#content img {border:1px solid #262626;}

#footer {
	clear:left;
	height:58px;
	background-color:#6E0019;
	text-align:center;
}

#footer_text {
	width:850px;
	margin:0px auto;
	background:inherit;
	text-align:right;
	padding-top:20px;
	font-size:14px;
	color:#FFFFFF;
}

h1 {font-size:24px; margin-bottom:20px;}
h2 {font-size:18px; margin:20px 0;}
p {line-height:20px; margin-top:20px;}
ul {font-size:12px; margin:12px;}
li {list-style:outside; color:#cc0101; list-style:disc; margin:10px 0 0 10px; line-height:20px;}
.normal {font-size:14px; color:#000000;}

.contact {margin:20px 0; font-size:12px;}
.contact td {padding:6px;}

.odd {background:#fff;}
.even {background:#e4e4e4;}

.catalog {font-size:12px;  margin:25px 15px;}
.catalog td {padding:10px; text-align:center; width:250px; border:1px solid #ccc;}
.catalog img {margin:15px 0; border:1px solid #262626;}

.sidebyside {width:100%; height:300px;}
.sidebyside div {float:left; margin-right:40px; }