:root { overflow-y:scroll; }

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

	H1{ font-family: Arial, Helvetica; color: black; font-size : 18pt; }

	H2{ font-family: Arial, Helvetica; color: black; font-size : 16pt; }

	H3{ font-family: Arial, Helvetica; color: black; font-size : 14pt; }

	H4{ font-family: Arial, Helvetica; color: black; font-size : 12pt; }

	p {
	font-family: Arial, Helvetica;
	color: black;
	font-size : 10pt;
}

	table { font-family: Arial, Helvetica; color: black; font-size : 10pt; }

	li { font-family: Arial, Helvetica; color: black; font-size : 10pt; }


    a:link { color : #FFF; 
	text-decoration: none}

    a:visited { color : #FFF;
	text-decoration: none}

    a:hover { color : #F00 
	text-decoration: none}

    a:active { color : #FF0000
	text-decoration: none}


img { border-color : #000000; 
	}
	
#banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

#links {
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	color: #fff;
	background-color: #000;
	text-align:center
}

	
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	border-left: 2px solid white;
	border-right: 2px solid white;
	vertical-align: top;
	padding-right:50px;
    padding-left:50px;
}
	
#addresscontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	border-left: 2px solid white;
	border-right: 2px solid white;
    border-top: 2px solid gray;
}
#linksbottom {
	border-left: 2px solid white;
	border-right: 2px solid white;	
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	color: #fff;
	background-color: #000;
	text-align:center
}

