html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div {
	position:relative;
}

img {
	display:block;
	margin: 0px;
	padding: 0px;
}


/* MAIN STYLES */

body {
	background-color: #414141;
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size:12px;
	z-index: 0;
}

a {
	color:#000000;
	text-decoration: none;
}

a:link {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}
a:active {
	color:#000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: none;
}

strong {
	font-weight:normal;
}

p {
	margin: 0px 0px 10px 0px;
}

h1, h2, h3, h4, h4, h6 {
	color:#000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}


.container {
	padding:0px;
	background-color: #bcc3c9;
	height: 500px;
	z-index: 0;
	width:100%;
	background-attachment: scroll;
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.topline {
	background:#333333;
	height:5px;
}
.sideimage {
	width: 315px;
	height: 500px;
	background-color: #BCC3C9;
	z-index: 50;

}

.textcontent{
	padding:15px 15px 0px 15px;
	top:130px;
	background-color: #999999;
	height:355px;
	position: relative;
}

.textcontent h1, .textcontent h2 {
	font-size:15px;
	margin: 0px 0px 5px 0px;
	color: #000000;
}

.textcontent p {
	font-size:11px;
	margin: 0px 0px 5px 0px;
	color: #333333;
}

.textcontent ul {
	font-size:11px;
	margin: 0px 0px 10px 0px;
	color: #333333;
}

.thumbnav {
	margin: 0 0 0 315px;
	height: 80px;
}

.headermenu {
	height: 70px;
	position:relative;
}

.content {
	position:absolute;
	top:60px;
	left:315px;
	height: 440px;
	z-index: 100;
	
}

.blackline {
	height:18px;
	
}

.menuitems {
	height:20px;
}

#maincontent {
	margin-top:50px;
	width: 500px;
}

#maincontent p {
	color:#333333;
}

#pressContainer {
	width:600px;
	visibility:hidden;
	background-color:#999999;
	height:450px;
}

