body {
	background-color: #130A04;
	font-family: "Lucida Sans", "Lucida Grand Unicode", sans-serif;
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat-x;
	background-position: 0px 15px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 40px;
}
#page {
	width: 770px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/pageBG.gif);
	background-repeat: repeat-y;
	position: relative;
	border-right: solid 7px #130A04;
}
h1 {
	border-top: 15px solid #130A04;
	border-bottom: solid 7px #130A04;
}
h1 a {
	background-image: url(../images/logo.gif);
	display: block;
	height: 120px;
	width: 632px;
}

/* ------------------------------------------------------------ NAVIGATION */

ul#nav {
	position: absolute;
	height: 155px;
	width: 131px;
	top: 0px;
	background-color: #fff;
	border-bottom: solid 7px #130A04;
	right: 0px;
	padding: 20px 0px;
}
ul#nav a {
	background-image: url(../images/navBG.gif);
	display: block;
	height: 31px;
	width: 131px;
}
ul#nav .home a:hover {
	background-position: -131px 0px;
}
ul#nav .home a#youarehere {
	background-position: -262px 0px;
}
ul#nav .about a {
	background-position: 0px -31px;
}
ul#nav .about a:hover {
	background-position: -131px -31px;
}
ul#nav .about a#youarehere {
	background-position: -262px -31px;
}
ul#nav .services a {
	background-position: 0px -62px;
}
ul#nav .services a:hover {
	background-position: -131px -62px;
}
ul#nav .services a#youarehere {
	background-position: -262px -62px;
}
ul#nav .media a {
	background-position: 0px -93px;
}
ul#nav .media a:hover {
	background-position: -131px -93px;
}
ul#nav .media a#youarehere {
	background-position: -262px -93px;
}
ul#nav .contact a {
	background-position: 0px -124px;
}
ul#nav .contact a:hover {
	background-position: -131px -124px;
}
ul#nav .contact a#youarehere {
	background-position: -262px -124px;
}

/* ------------------------------------------------------------ CONTENT */

.column {
	float: left;
	padding: 0px 0px 25px 0px;
}
.column p {
	margin-top: 14px;
	line-height: 18px;
}
.left {
	width: 201px;
}
.left img {
	border-bottom: solid 7px #130A04;
}
.djdeals {
	width: 175px;
	padding: 0px 13px;
}
.djdeals h2 {
	background-image: url(../images/feature1title.gif);
	width: 175px;
	height: 125px;
	margin-top: 25px;
}
.djdeals p {
	padding: 0px 8px;
}
.right {
	margin: 0px 0px 0px 7px;
	position: relative;
	padding-bottom: 195px;
}
.content {
	width: 374px;
	padding: 0px 25px 35px 25px;
}
.content h2 {
	font-size: 22px;
	color: #051550;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
}
.content a {
	border-bottom: 1px solid #999;
	color: #000;
}
.content a:hover {
	border-bottom: 0px;
}
.content img {
	border: solid 1px #333;
}
.home {
	padding: 0px;
}
.home .slideshow {
	position: relative;
	width: 424px;
	height: 233px;
	background-color: #000;
}
.home .slideshow img {
	position: absolute;
	border: 0px;
}

/* ------------------------------------------------------------ FEATURES */

.features {
	border-top: 7px solid #130A04;
	border-bottom: solid 7px #130A04;
	height: 137px;
	width: 562px;
}
.features a {
	display: block;
	float: left;
	height: 137px;
}
.features a.one {
	background-image: url(../images/feature2.gif);
	background-repeat: no-repeat;
	background-position: 30px 48px;
	width: 158px;
	border-right: 7px solid #130A04;
}
.features a.two {
	background-image: url(../images/feature3.gif);
	width: 397px;
}

/* ------------------------------------------------------------ FOOTER */

#footer {
	position: absolute;
	bottom: 0px;
}
.info {
	border-top: solid 1px #FF6752;
	border-bottom: solid 1px #FF6752;
	background-color: #DE1A00;
	width: 532px;
	padding: 5px 15px;
	font-size: 10px;
}
.info p {
	margin: 0px;
	line-height: 16px;
}
.info a {
	color: #000000;
	border-bottom: 1px solid #8A1500;
}
.info a:hover {
	border-bottom: 0px;
}
