@charset "utf-8";
/* 
Coding by: Josh Craddock & Daniel
Website: Theme ~ View Prison Break
Date: 07/03/2008

 */

* { margin: 0px; padding: 0px; }

body {
background: #272727;
font: 11px Arial, Helvetica, sans-serif;
padding: 20px 0px 20px 0px;
}

.container {
	width: 500px;
	margin: 0 auto;
}

.container2 {
	width: 800px;
	margin: 0 auto;
}

h1 {
width: 500px;
height: 196px;
background: url(img/header.jpg) no-repeat center;
} h1 a { display: block; height: 118px; } h1 span { display: none; }

h2 {
width: 800px;
height: 196px;
background: url(img/header.jpg) no-repeat center;
} h1 a { display: block; height: 118px; } h1 span { display: none; }

#navigation {
	width: auto;
	height: auto;
	background: url(img/navigation.jpg) no-repeat;
	color: #ffffff;
	padding: 10px 0px 10px 10px;
}

#navigation a { 
color: #ffffff;
text-decoration: none;
padding: 0px 15px;
} #navigation a:hover { color: #999999; text-decoration: underline; }

.content {
width: auto;
background: url(img/ContentBack.jpg) repeat;
padding: 10px;
}

.left {
	float: left;
	width: 470px;
	color: #6d6d6d;
}

.right {
float: right;
}

#contentbox {
width: 149px;
height: 25px;
background: url(img/contentbox.jpg) no-repeat;
color: #ffffff;
text-align: right;
padding: 12px 10px 0px 0px;
} #contentboxcontent { width: 151px; border-style: solid; border-color: #ebebeb; border-width: 0px 1px 1px 1px; padding: 3px; }

#contentboxcontent a { color: #727272; text-decoration: underline; }
#contentboxcontent a:hover { color: #ee9700; text-decoration: none; }

h2 {
font-size: 24px;
color: #6d6d6d;
}
h2 span {
color: #c5c5c5;
font-size: 14px;
}
