* {
    padding: 0;
    margin: 0;
} 

body {
background: #121212;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
color: #ccc;
}

img { border: none; }
a {
	color: #FFDD00;
	text-decoration: none;
}
a:hover { text-decoration: underline; color : #fff; }

#wrap {
width: 760px;
background: #222;
margin: 0px auto;
}

.navigation { 
padding-top: 20px;
float : left ;
list-style: none; 
width: 200px;
font-size: 1em;
}
.navigation ul { list-style-type: none; }
.navigation li { 
padding: 0; 
margin: 0; 
}
.navigation a, 
.navigation a:visited {
text-transform:uppercase;
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #ffffff;
background: #222;
text-decoration: none;
border-bottom: 1px solid #171B20;
}
.navigation a:hover {
color: #000;
background-color: #FFDD00;
}

.content {
	padding: 10px 10px 10px 0;
	float: right;
	width: 540px;
	font-size: 10px;
	text-align: justify;
}

.content h1 {
color: #fff;
font-size: 15px;
letter-spacing: -1px;
font-weight: 100;
padding: 10px 0 10px 0;
text-transform: uppercase;
}
.content h1 a { }
.content h1 a:hover { text-decoration: none; }

.content h2 {
color: #fff;
font-size: 12px;
letter-spacing: -1px;
font-weight:500;
padding: 10px 0 10px 0;
text-transform: capitalize;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

.content h3 {
	color: #fff;
	font-size: 12px;
	font-weight: 200;
	padding: 10px 0 10px 0;
	text-transform: none;
}
.content h3 a { }
.content h3 a:hover { text-decoration: none; }

.media { 
padding-top: 20px;
padding-left: 10px;
list-style: none; 
width: 200px;
font-size: 1em;
}

.footer {
padding: 10px;
font-size: 9px;
color: #aaa;
text-align: center;
background: #333;
}
.footer a {
color: #aaa;
}
table.ondeck {
	border-width: 2px;
	border-spacing: 0px;
	border-style: none;
	border-color: #333333;
	border-collapse:collapse;
	background-color: #ffffff;
}
table.ondeck th {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: #222222;
	background-color: #333333;
	color: #FFDD00;
	-moz-border-radius: ;
}
table.ondeck td {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: #222222;
	background-color: #333333;
	color: #ccc;
	-moz-border-radius: ;
}
table.ondeck sh {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: #red;
	background-color: #333333;
	color: #ccc;
	-moz-border-radius: ;
}
table.ondeck bd {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: #green;
	background-color: #333333;
	color: #ccc;
	-moz-border-radius: ;
}