body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#container {
	position: relative;
}

a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content a {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
h1 {
	font-size: 18px;
	color: #058BEA;
}

#head {
	position: relative;
	height: 512px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
}
#bar {
	background-image: url(images/barbg.jpg);
	width: 100%;
	position: relative;
	background-color: #058FF1;
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
}
#feature-right {
	float: right;
	width: 540px;
	position: relative;
	padding-right: 40px;
}
#left-feature {
	float: left;
	width: 1020px;
	position: relative;
	min-height: 100%;
}
#footer {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
	font-size: 12px;
	color: #FFF;
}
#footer a {
	color: #058FF1;
	font-weight: bold;
}

#footer-wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

#content {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#book-me {
	float: right;
	padding-top: 280px;
}
#wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 2px;
}

