html * {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	text-align: center;
	
}

#main {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee9da;
}

#hdr {
	height: 192px;
	background: url(images/hdr.gif) no-repeat;
}

#nav {
	width: 760px;
	background: url(images/links_btn.gif) no-repeat;
	height: 35px;	
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style-type: none;
	display: block;
	float:left;
}

#nav ul li a:link, #navi ul li a:visited {
	display: block;
	height: 35px;
}

#home a:link, #home a:visited, #home a:active {
	background-image:url(images/home_btn.gif);
	background-position: top;
	width: 101px;
	height: 35px;
}

#home a:hover {
	background-position: bottom;
}

#contact a:link, #contact a:visited, #contact a:active {
	background-image:url(images/cont_btn.gif);
	background-position: top;
	width: 109px;
	height: 35px;
}

#contact a:hover {
	background-position: bottom;
}

#request a:link, #request a:visited, #request a:active {
	background-image:url(images/req_btn.gif);
	background-position: top;
	width: 112px;
	height: 35px;
}

#request a:hover {
	background-position: bottom;
}

em {
	margin-left: -999em;
}

#content {
	clear: both;
	background-color: #eee9da;
	padding-left: 8px;
	padding-right: 8px;
}

#left {
	float: left;
	width: 203px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#columns {
	background-image: url(images/left_mid_col.gif);
	background-repeat: repeat-y;
}

#right {
	float: right;
	width: 523px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#columns_large {
	background-image: url(images/right_col_mid.gif);
	background-repeat: repeat-y;
}

.menu {
	padding-right: 16px;
	padding-left: 16px;
	line-height: 2em;
	font-family: Tahoma, Arial, Verdana, sans-serif;	
	font-size: 12px;
	display:block;
	height: 25px;
}

.menu a:link, .menu a:visited {
	text-decoration: none;
	color: #000;
}

.menu a:hover {
	text-decoration: none;
	color: #660000;
}

.catg {
	padding-right: 16px;
	padding-left: 16px;
	line-height: 2em;
	font-family: Tahoma, Arial, Verdana, sans-serif;	
	font-size: 12px;
}

.catg a:link, .catg a:visited {
	text-decoration: none;
	color: #000;
}

.catg a:hover {
	text-decoration: none;
	color: #660000;
}



p {
	line-height: 1.4em;
	font-size: 11px;
}

h1 {
	font-size: 13px;
	color: #330000;
}


#footer {
	clear:both;
	height: 30px;
	background: url(images/foot.gif) no-repeat;
	line-height: 30px;
	padding-left: 30px;
	text-align: left;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: none;
	color: #660000;
}
