@charset "utf-8";
/* 
Coding by: CodingPlease.com
Name: Josh Craddock
*/

* {
margin: 0; padding: 0;
}

body {
margin: 0 0 0 0;
background: #121212;
padding: 30px 0px 30px 0px;
font: 11px Tahoma;
color: #ffffff;
}


.container {
width: 820px;
height: auto;
margin-left: auto;
margin-right: auto;
}

.container1 {
width: 160px;
height: 600px;
float: left;
padding: 20px;
}

.container2 {
width: 410px;
float: left;
}

.container3 {
width: 160px;
height: 600px;
float: left;
padding: 20px;
}

h1 {
width: 410px;
height: 173px;
background: url(img/header.jpg) no-repeat
} h1 a {display: block; height: 173px; } h1 span { display: none; }

.content {
width: 350px;
background: #151515;
padding: 30px;
}

.content a {
text-decoration: none;
color: #ffffff;
} .content a:hover { text-decoration: underline; }