body {	margin: 0; 
	padding: 2px; 	 
	background-color: #000; 
	font-family: Helvetica, Arial, sans-serif;}
	
p { 	font-size: 0.7em
	}

img a, img a:link, img a:active, img a:visited, img a:hover{
	border:0px;
	}


a, a:visited {color: #373737; text-decoration: none; padding-bottom: 2px; background:url(images/linkdeco.png) repeat-x bottom left;} 
a:hover, a:active{border-bottom: 0; background: none}
a img{border:0}

h1{font:25px normal Helvetica, Arial, sans-serif;}
h2{font:1.4em Helvetica, Arial, sans-serif;}
h3{font:18px normal Helvetica, Arial, sans-serif;}

table {border-collapse: collapse;
	}

table caption {
	color: #777;
	margin: 0 0 5px 0;
	text-align: center;
	text-transform: uppercase;
	}
	
.image2 { background: url(images/bg2.jpg) no-repeat center top;
	width: 1000px;
	height: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
	
.image { background: url(images/bg2long.jpg) no-repeat center top;
	width: 1000px;
	height: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}

#left { background: url(images/sidebg.jpg) repeat-x;
	font-size: 0.9em;
	display: inline-block;
	line-height: 0.9em;
	border-right: solid 5px;
	border-right-color: #999;
	border-width: medium;
	width: 200px;
	height:480px;
	position: absolute;
	text-align: left;
	top: 58px;
	left: 0;
	padding: 10px;
	
	}
	
.center {width: 450px;
	position: relative;
	line-height: 1.2;
	font-family: MS Verdana, Univers, Futura, ITC Stone Sans, Gill Sans;
	font-weight: bolder;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

#right { background: url(images/sidebg.jpg) repeat-x;
	font-size: 0.9em;
	border-left: solid 5px;
	border-left-color: #999;
	border-width: medium;
	text-align: left;
	display: inline-block;
	position: absolute;
	width: 200px;
	height:480px;
	line-height: 1.2;
	right: 0;
	top: 58px;
	padding: 10px;
	}

.footer {
	background-color: #999;
	text-align: center;
	width: 980px;
	font-weight: bolder;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	bottom: 1px;
	}
	
.box h2 {
	margin-top: 0;
	}

.headerleft {background: url(images/header.jpg) no-repeat center top;
	font-size: 1.4em;
	text-align: center;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	width: 150px;
	position: absolute;
	z-index: 3;
	top: 35px;
	left: 10px;
	}
	
.headerright {background: url(images/header.jpg) no-repeat center top;
	font-size: 1.4em;
	text-align: center;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	width: 150px;
	position: absolute;
	z-index: 4;
	top: 35px;
	right: 50px;
	}

