
#wrapper {width:98%;
	min-width:770px;
	max-width:1000px;
	margin:0 auto;
	background-color: #ff0000; } 

H1, H2, H3, H4, H5, H6 {font-family:"verdana", sans-serif}
H1, H2, H3, H4, H5, H6 {color:#000088}
p { font-family:"arial", sans-serif}
p{color:black}

body {background-image:url('graphics/bluebg.jpg');}
a:link {color: navy; text-decoration: none; font-weight: bold; }
a:visited {color: purple; text-decoration:none;font-weight: bold; }
a:hover {color: black; text-decoration: underline; }
a:active {color: red; } 

table.title_header {
	border-width: 4px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #a0a0a0;
	border-collapse: separate;
	background-color: black;
background-image:url(graphics/main_header_bg.jpg);
}
table.title_header th {
	border-width: 10px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: rgb(0, 0, 192) rgb(0, 0, 192) rgb(0, 0, 192) rgb(0, 0, 192);
	background-color: rgb(192, 192, 255);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.title_header td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: rgb(0, 0, 192) rgb(0, 0, 192) rgb(0, 0, 192) rgb(0, 0, 192);
	background-color: rgb(192, 192, 255);
	-moz-border-radius: 0px 0px 0px 0px;
}

table.menu_table {
	border-width: 0px 4px 4px 4px;
	border-spacing: 4px;
	border-style: solid;
	border-color: #a0a0a0;
	border-collapse: separate;
	background-color: white;
}
table.menu_table th {
	border-width: 6px;
	padding: 4PX;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: rgb(224, 224, 255);
	-moz-border-radius: 9px 9px 9px 9px;
}
table.menu_table td {
	border-width: 0px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
}