html,body {margin: 0; height: 100%; width: 100%}

body {
	font: 10pt arial, helvetica,  sans serif;
	background: #787878 url(/images/background.jpg) repeat-y center;
}

img { border: none; }
form { margin: 0px; }
fieldset { border: none; padding: 0px; }
.clearAll { clear: both; }

a, a:visited {
	color: #ff0000;
}

#header {
	background: url(/images/header.jpg) center no-repeat;
	height: 131px;
	width: 980px;
	margin: 0 auto;
}
#slogan {
	position: relative;
	top: 90px;
	left: 280px;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
}

#contentWrapper {
	width: 980px;
	margin: 0 auto;

}

#menuBlock {
	width: 200px;
	float: left;
	font-size: 13pt;
}

#menuBlock a, a:visited {
	color: #000;
}


#menuBlock ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 0px 20px;
}

#menuBlock ul li {
	padding: 10px 0px 0px 0px;
}

#content {
	width: 780px;
	float: left;
}

div.textColumn {
	padding: 20px;
	font-size: 14pt;
}

div.watchPic {
	float: left;
	width: 350px;
	margin-right: 10px;
}

div.watchPic h3 {
	margin: 0px 0px 5px 0px;
	font-size: 13pt;
}

div.watchPic p {
	margin: 5px 0px 0px 0px;
	font-size: 11pt;
	font-weight: bold;
}

#footer {
	clear: both;
	width: 980px;
	margin: 0 auto;

}

div.footerText {
	clear: both;
	padding-top: 40px;
	margin-left: 220px;
	font-size: 11pt;
}