/* Adapted from Zeldman.com, 4-feb-2005*/
body {
	padding: 0;
	margin: 0;
	border: 0;
	background: rgb(0,133,225) url(http://www.draisin.us/images/bodyback.jpg) top center repeat-y;;
	}
#container {
	width: 750px;
	margin: 0px auto;
	padding-right: 0px;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-top: 0px solid black;	
	}
#header {
	width: 737px;
	height: 80px;
	float: left;
	position: relative;
	background-image: url(http://www.draisin.us/images/headerback.jpg);
	border-bottom: 1px solid gray;
	margin-left: 1px;
	}
#headertext {
	width: 170px;
	margin-right: 35px;
	margin-top: 35px;
	float: right;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 20px;
	}
#redband {
	width: 738px;
	height: 5px;
	float: left;
	position: relative;
	background-color: red;
	border-bottom: 1px solid gray;
	margin-left: 1px;
	}
#navbar {
	width: 738px;
	margin-left: 1px;
	float: left;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	background-color: rgb(220,220,220);
	border-bottom: 1px solid gray;
	}
.navlinks {
	width: 75px;
	float: left;
	text-align: center;
	}
.navlinksm {
	width: 50px;
	float: left;
	text-align: center;
	}
.navlinklg {
	width: 140px;
	float: left;
	text-align: center;
	}
#homebody {
	width: 70px;
	float: left;
	text-align: center;
	}
a.nav {
	text-decoration: none;
	}
a.navgift {
    text-decoration: none;
	color: red;
	}
#divleft {
	float: left;
	width: 150px;
	padding: 15px 10px 5px 10px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	background-color: rgb(177,210,243);
	margin-left: 1px;
	}
#divright {
    margin: 0 0 0 191px;
	width: 482px;
	padding: 15px 20px 5px 20px;
	border-left: 1px solid gray;
	font-family: Verdana, Geneva, Arial, Trebuchet MS, sans-serif;
	font-size: 14px;
	background-color: rgb(177,210,243);
	}
	
#footer {
	clear: left;
	width: 737px;
	float: left;
	background-color: rgb(177,210,243));
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid gray;
	}
p.footertext {
	text-align: center;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size:12px;
    }