body {
	background-image:url("images/bg.gif");
	background-repeat:repeat-x;
	margin:0;
	padding:0px;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:verdana; font-size:12px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	COLOR:inherit;
	text-decoration:inherit;
}
#main {
	width:950px;
	margin: 0px;
	background-color: #FFFFFF;
	margin: 0px auto;

}
#header {
	width:950px;
	height:145px;
	float:left;
	display:inline;
	background-image:url("images/header_bg.gif");
	background-repeat:no-repeat;
	border-top:5px solid #000000;
	border-bottom:5px solid #000000;

}
#header img {
	float:left;

}
#contact-details {
	border:1px solid red;
	float:right;
	width:200px;
	margin:100px 0px 0px 0px;

}
#contact-details p {
	float:right;
	color:#FFFFFF;

}
#nav {
	width:169px;
	float:left;
	display:inline;

}
#nav ul {
	list-style-type:none;
	margin:20px 10px 10px 10px;
	padding:0px;

}
#nav li {
	background-image:url("images/nav-bg.gif");
	background-repeat:no-repeat;
	height:18px;
	width:154px;
	padding:5px 0px;
	text-align:center;
	margin:5px;

}
#nav a {
	color:#000000;
	text-decoration:none;
	font-family:"Century Gothic";
	font-size:120%;
	font-weight:bold;

}
#nav a:hover {
	color:#FF7E00;
	text-decoration:underline;

}
#nav img {
	padding:5px 10px;

}
#main-content {
	width:761px;
	margin:20px 10px 10px 10px;
	float:left;
	display:inline;

}
#footer {
	width:950px;
	float:left;
	display:inline;
	background-image:url("images/footer-bg.gif");
	background-repeat:repeat-x;
	margin:10px 0px 0px 0px;

}
#footer p {
	color:#FFFFFF;
	padding:5px 10px;
	font-size:90%;

}
#footer a {
	color:#FFFFFF;
	text-decoration:none;

}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;

}

