.error{
color: #990000;
}

body {
	background-image:url(/images/page_bg.jpg); 
	background-position:center; 
	background-repeat:repeat-y; 
	background-color:#CC99CC; 
	margin:0;
	}
body, td, p {
	font-family:Georgia, 'Times New Roman', Times, serif; 

}
p{
margin-right:25px;
}

#menu {
	float:left;
	
	margin-top:48px;
	width:190px; 
	font-size:small; 
	font-weight:bold; 
	background-image:url(/images/menu_bg.jpg);
	text-align:center;
	margin-left:3px;
}
#menu td{
vertical-align:middle;
text-align:left;
}
#menu a,  #menu a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

#menu a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#990000;
	
}
	
a, a:visited{
	text-decoration:none;
	color:#0000FF;
	
}

a:hover{
	text-decoration:none;
	color:#990000;
}
#wrapper {
	text-align:center;
	margin:0 auto;
	width:800px;
	
	}

#content {
	float:right;
	position:relative;
	width:580px;
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:small; 
	color:#000000;
	text-align:justify;	
	overflow: hidden;
	background-color:#FFFFFF;
	}

#container {
	background-repeat:no-repeat;
	text-align:left
	}



h1 {
padding-top:10px;
font-size:large;
text-align:center;
}
h2 {
font-size:medium;
margin-bottom:0px;

}
h3 {
font-size:small;
text-align:center;
margin-bottom:0px;

}
marquee{
font-size:20px;

}
#scroll{
	border-bottom:1px solid #CC66CC;
	border-top:1px solid #CC66CC;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:2px;
	padding-bottom:2px;

	}