body {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#666;
	background-color:#c5c5c5;
	background-image:url("template-background.jpg");
	background-repeat:repeat-x;	
	margin:0;	
}

a, a:link {
	text-decoration:none;
	color:#666;
}

a:hover {
	text-decoration:none;
}

#logo-bar {
	width:760px;
	height:49px;
	margin:auto;

}

#logo-top {
	float:left;
	width:240px;
	height:49px;
	background-image:url("logo-top.gif");
	background-repeat:no-repeat;
}

#top-nav {
	width:707px;
	height:27px;
	padding:0 53px 0 0;
	margin:auto;
}

#logo-bottom {
	float:left;
	width:240px;
	height:27px;
	background-image:url("logo-bottom.gif");
	background-repeat:no-repeat;	
}

#home-button a {
	float:right;
	width:103px;
	height:27px;
	background-image:url("homepage.gif");
	background-repeat:no-repeat;
	margin:0 1px 0 0;
}
#search-button a {
	float:right;
	width:103px;
	height:27px;
	background-image:url("search.gif");
	background-repeat:no-repeat;
	margin:0 1px 0 0;
}

#contact-button a {
	float:right;
	width:103px;
	height:27px;
	background-image:url("contact.gif");
	background-repeat:no-repeat;
	margin:0 1px 0 0;
}

#header-image {
	width:760px;
	height:95px;
	background-image:url("header-image.gif");
	background-repeat:no-repeat;
	margin:auto;
}

#main-white {
	width:760px;
	background-color:#fff;
	margin:auto;
}

#main-footer {
	width:760px;
	height:32px;
	background-image:url("main-footer.gif");
	background-repeat:no-repeat;
	margin:auto;
}

.main-top {
	width:730px;
	height:19px;
	background-image:url("main-top.gif");
	background-repeat:no-repeat;
	margin:auto;
}

.main-content {
	width:730px;
	background-color:#efefef;
	margin:auto;
}

.main-bottom {
	width:730px;
	height:19px;
	background-image:url("main-bottom.gif");
	background-repeat:no-repeat;
	margin:auto;
}

.content {
	padding:0 15px 0 15px;
}
