body {
margin:10px;
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color: white;
background-image:url('bg.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;
text-align:center;
padding:10;
}


#outer {
	text-align:left;
	border:0px;
	width:900px;
	margin:auto;
}


#topsec {
	position:relative;
	text-align:center;
	background-color:#DBDBDB;
	border:1px solid #000000;
	width:900px;
	top:5;
}

#innertopsec {
	position:relative;
	top:-2;
	left:-2;
}




#menu {
	position:relative;
	text-align:center;
	background-image:url('border.jpg');
	background-repeat:repeat-x;
	background-color:#DBDBDB;
	border:1px solid #000000;
	width:900px;
	top: 25px;
}


#main {
	position:relative;
	text-align:left;
	background-image:url('border.jpg');
	background-repeat:repeat-x;
	background-color:#DBDBDB;
	border:1px solid #000000;
	width:900px;
	top: 50px;
}


#footer{
	position:relative;
	text-align:center;
	background-repeat:repeat-x;
	background-color:#DBDBDB;
	border:1px solid #000000;
	width:800px;
	top: 75px;
	left:50;
}






#bottom {
	position:relative;
	text-align:center;
	border:0px;
	width:800px;
	top: 90px;
	left:50;

}


A:link {font-size:16; font-weight:bold; color: black; font-family: Arial; text-decoration: none}
A:visited {font-size:16; font-weight:bold; color: GRAY; font-family: Arial; text-decoration: none}
A:active {font-size:16; font-weight:bold; color: yellow; font-family: Arial; text-decoration: none}
A:hover {font-size:16; font-weight:bold; color: red; font-family: Arial; text-decoration: none}


p { color: black; }
h1 { color: black; }
p.one{font-weight:bold;font-size:14}
p.two{font-weight:bold;font-size:22}
