@charset "utf-8";
/* CSS Document */

/*body*/
html, body {background: #000000; background-attachment:fixed; margin: 0; padding: 0; height: 100%; font-family:Arial, Helvetica, sans-serif; display: inline; font-size: 1em; }
body lh {font-weight: bold;}


body h1, h2, h3 {font-family: /*"monotype Corsiva"*/"Palatino Linotype, Book Antiqua";}

#all {margin: 0; padding:0; min-height: 100%;}

#content { background: white; margin: auto; width: 800px;}


/*header*/
#header {height: 320px; position: relative;}
#caption {height: 275px;}
#group {float: right; margin: 0px; padding: 0px;}
#header h1 { position: relative; top: 50px; font-size: 3em; color:#000099; font-family: "Bookman Old Style"; text-align: center;}
#nav {background: #bc0210; font-size: 16px; color: white; height: 30px; width: 100%; margin: 0px; padding: 0px; position: relative; bottom: 20px;}
#nav ul li {list-style: none; display: inline; margin: 0px 10px; line-height:30px;}
#nav ul li.active, #nav ul li:hover { font-size: 20px; font-style: bold; color: #000000;}
#nav a:visited, a:link {color: white;}
#nav a { text-decoration: none;}

#info {clear:right;}
#form {text-align: center;}
#news { position: relative; float: left; width: 272px; margin-left: 20px;}
#news p, h2 {padding: 0px; margin: 20px 0px 0px 0px;}
#main {margin: 20px 20px 20px 292px;}
.clear {clear: both;}
td {vertical-align: middle; padding: 20px;}

