body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image:  url("../img/nav/home.gif");
	background-repeat: repeat-x;
	}

a, a:active, a:focus, a:visited {
	color: #990000;
}

a:hover {
	color: #000000;
}

h1 {
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 5px 0px;
	color: #000000;
}

h3 {
	font-size: small;
	font-weight: normal;
	text-transform: none;
	padding: 10px 0px 5px 0px;
	color: #cc0000;
}

p {
	padding: 0px;
	line-height: 18px;
	text-align: justify;
}

#container {
	width: 748px;
	margin: 0px auto;
	min-height: 100%;
	}
	 
#header {
	position: absolute;
	top: 0px;
	width: 748px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/nav/logo-rudding.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
	
#mainnav {
	margin: 70px 0px 0px 0px;
	padding: 0px;
	}

#content {
	position: absolute;
	top: 142px;
	width: 748px;
	z-index: 10;
	}
	
#logo {
	margin: 0px;
	} 
	
#footer {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 748px;
	border-top: 1px dashed #666666;
	}
	
#footer a:link, #footer a:active, #footer a:focus, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #FF6600;
	text-decoration: none;
}
	
#address {
	width: 748px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: right;
	color: #666666;
	}
	
.photo_padding {
	padding: 0px 10px 0px 0px;
	}

table.rudding {
	width: 100%;
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: separate;
	background-color: ;
}
table.rudding th {
	border-width: 0px;
	padding: 5px;
	border-style: ;
	border-color: ;
	background-color: #CCCCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.rudding td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #CCCCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}
