html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#nav {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 328 px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	background: url(images/nav_buttons.jpg) no-repeat;
	height /**/:25px; /* for IE5/Win only */

	}
	
#nav_home a {
	width: 80px;
	}
	
#nav_home a:hover {
	background-position: 0 -50px;
	}

#nav_home a:active, #nav_home a.selected {
	background-position: 0 -25px;
	}

#nav_services a {
	width: 85px;
	background-position: -80px 0;
	}

#nav_services a:hover {
	background-position: -80px -50px;
	}

#nav_services a:active, #nav_services a.selected {
	background-position: -80px -25px;
	}
	
#nav_contact a {
	width: 163px;
	background-position: -165px 0;
	}
	
#nav_contact a:hover {
	background-position: -165px -50px;
	}

#nav_contact a:active, #nav_contact a.selected {
	background-position: -165px -25px;
	}
#header {
	background-image: url(images/bg_header_curvefinish.jpg);
	background-repeat: no-repeat;
	background-position: 725px 0px;
	background-color: #003471;
}	
#content {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
	color: #000000;
	padding: 15px 35px;
	font-size: 10pt;
	background-image: url(images/bg_grad_page.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}
#content a, #footer a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#content a:visited, #footer a:visited {
	color: #BB5056;
}
#content a:hover, #footer a:hover {
	margin-bottom: -1px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #CC0000;
}
#footer {
	background-image: url(images/bg_line_footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
h1 {
	font-size: 14pt;
	color: #CC0000;
	margin-bottom: 0px;
}
h2 {
	font-size: 12pt;
	color: #CC0000;
	margin-bottom: 0px;
}
p {
	margin-top: 5px;
}
ul {
	margin-top: 5px;
}
