/* Coding by Me@joshcraddock.com */

body {
background: url(img/background.jpg);
color: #ffc600;
font-size: 12px;
font-weight: bold;
font-family: "Trebuchet MS";
margin: 0px;
}

.content {
width: 640px;
float: left;
background: #000000 repeat;
border-right: 3px #ffc600 solid;
padding: 20px 0px;
}

.header {
width: 578px;
height: 105px;
background: url(img/header.jpg);
}

.main {
width: 578px;
height: 137px;
background: url(img/main.jpg);
}

.nav {
color: #fff;
text-transform: uppercase;
}
.yellow {
color: #ffc600;
}

.breaker {
width: 578px;
height: 2px;
background: #171717;
}

.nav a, a:active, a:link, a:visited {
color: #fff;
text-transform: uppercase;
text-decoration: none;
margin: 0px 20px 0px 0px;
}
.nav a:hover {
color: #ffc600;
text-transform: uppercase;
text-decoration: none;
margin: 0px 20px 0px 0px;
}

#middle {
width: 578px;
}

.text {
color: #ffc600;
text-align: left;
}

.right {
border: 3px solid #ffc600;
}