	p, li, ul {
		font-family: Arial, Helvetica, sans-serif;
		font-size:   12px;
		color:         black;
		}

	p.one {
		font-family: Arial, Helvetica, sans-serif;
		font-size:   13px;
		color:         #CCCCCC;
		}


	p.two {
		font-family: Arial, Helvetica, sans-serif;
		font-size:   11px;
		color:         #ffffff;
		margin-top: 2px;
		margin-bottom: 2px;
		}


	h2 {
		font-size:     105%;
		font-weight:   bold;
		line-height: 1;
		color:         #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 10px;
		margin-bottom: 3px;
		}

	h3 {
		font-size:     105%;
		font-weight:   bold;
		line-height: 1;
		color:         #FF0000;
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 3px;
		margin-bottom: 3px;
		text-align:center;
		}

	h4 {
		background-color: #000000;
		font-size:     10px;
		color:         #FF0000;
		text-align: right;
		font-family: arial;
		font-style: bold;
		margin-bottom: 2px;
		}


	body {
		background-color: #333333;
		}

	#title {
		position: absolute;
		top: 55px;
		left: 260px;

		}

	#rolling {
		position: absolute;
		top: 2px;
		left: 5px;
		z-index:-1;
		}


	#rolling2 {
		position: absolute;
		top: 2px;
		left: 655px;
		z-index:-1;
		}

	#titlebar {
		float:left;
		position: absolute;
		top: 125px;
		left: 10px;
		width: 800px;
		height: 5px;
		background-color: black;
		border-style: solid;
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 1px;
		border-bottom-width: 1px;		
		border-color: #990000;
		z-index:5;

		}


	#leftmenu {
		position: absolute;
		top: 155px;
		left: 10px;
		background-color: #330000;
		border-style: solid;
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 0px;
		border-bottom-width: 0px;		
		border-color: #990000;
		}

	#rightpic {
		position: absolute;
		top: 155px;
		left: 670px;
		margin: 0px;
		width: 130px;
		}



	#bodytext {
		position: absolute;
		top: 155px;
		left: 165px;
		width: 500px;
		text-align: center;

		}


	a.one:link {
		color: #cccccc; 
		text-decoration: none;
		font-family: arial;
		font-style: bold;
		font-size:     14px;
		}
		
a.one:visited {
		color: #cccccc; 
		text-decoration: none;
		font-family: arial;
		font-size:     14px;
		}

		a.one:hover {
		color: #ff0000;
		font-family: arial;
		font-style: bold;
		font-size:     14px;
		}

