a {
text-decoration : none;
outline-style : none;
}
html {
height : 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,  blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul,  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, * {
	margin : 0;
	padding : 0;
	outline : 0;
	vertical-align : baseline;
	background : transparent;
	height: auto;
	width: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul, li {
list-style : none;
}

body {
text-align : center;
height : 100%;
background : #111111 url(../pix/header.jpg) repeat-x top left;
}
#header {
text-align : left;
width : 900px;
height : 100px;
margin : 0 auto;
background:url(../pix/motto.png) bottom right no-repeat;
}
#universe {
width : 900px;
padding : 10px;
min-height : 100px;
margin : 10px auto;
}
#menu {
width : 222px;
text-align : left;
}
#nav-top {
height : 24px;
width : 222px;
background : url(../pix/nav-top.jpg) no-repeat top left;
}
#nav {
color : #fff;
width : 202px;
padding : 0 10px 0 10px;
background : url(../pix/nav.jpg) repeat-y top left;
}
#nav-bottom {
height : 28px;
width : 222px;
background : url(../pix/nav-bottom.jpg) no-repeat top left;
}
#main {
width : 678px;
}
#main-top {
height : 24px;
width : 678px;
background : url(../pix/main-top.jpg) no-repeat top left;
}
#solar {font-size : 9pt;
font-weight : 600;
font-family : "Lucida Grande", Verdana, Arial, sans-serif;
line-height:1.5em;
text-align:left;
color : #fff;
min-height : 124px;
width : 598px;
color:#777777;
padding : 0 40px 0 40px;
background : url(../pix/main.jpg) repeat-y top left;
}
#solar p {
	position:relative;
	left:15px;
	visibility: inherit;
}
#solar hr {
	border:1px solid #ff0000;
	position:relative;
	margin-bottom:15px;
	margin-top:4px;
	
}
#main-bottom {
height : 28px;
width : 678px;
background : url(../pix/main-bottom.jpg) no-repeat top left;
}
#navigation li {
width : 183px;
padding-left : 16px;
margin-left : 2px;
padding-top : 4px;
padding-bottom : 4px;
height : 20px;
}
#navigation  li a {
color : #777777;
font-size : 9pt;
font-weight : 600;
font-family : "Lucida Grande", Verdana, Arial, sans-serif;
}
#navigation li:hover{
background : #111111;
}
#navigation li.new {
background : url(../pix/new.png) right center no-repeat;
}
#navigation li.new:hover  
{
background : #111111 url(../pix/new.png) right center no-repeat;
}
#navigation a:hover{
color:#FFF;
}
.left {
float : left;
}
.clear {
clear : both;
}
#footer {
background:url;
padding-left:230px;
width : 670px;
text-align:left;
margin : 0px auto;
padding-top:4px;
padding-bottom:14px;
color:#777777;
font-size : 9pt;
font-weight : 600;
font-family : "Lucida Grande", Verdana, Arial, sans-serif;
}
h1{
	color:#FFAA00;font-size : 13pt;
	font-weight : 500;
	font-family : "Lucida Grande", Verdana, Arial, sans-serif;
	position:relative;
	top:15px;
	margin-bottom:15px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
/* Table Style */
table {
	border-collapse: collapse;
	width: 50em;
	border:1px solid #666;
}

th, td {
	padding: 0.1em 5px;
	
}
col {
	border-right: 1px solid #ccc;
}
col#location {border:none;}
thead {
	background: #000000;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	font-size: 18px;
	font-family:arial;
	color:#FFAA00;
}
td {
	font-family:arial;
	letter-spacing:1px;
	font-weight:bold;
}
th {
	font-weight: normal;
	text-align: left;
}
.odd {
	background-color: #e7e7e7;
}
tr:nth-child(odd) {
	background-color: #edf5ff;
}
tr:hover {
	background-color:#7a7a7a;
	color:#fff;
}
thead tr:hover {
	background-color:transparent;
	color:inherit;
}
#gallery img {
	max-height:250px;
	max-width:250px;
	
}
