/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#fff;
background-color: #000;
}

a:link {
color: #665eec;
}
a:visited {
color: #48267C;
}
a:hover, a:active { 
color: #9E99F5;
}

#logo {
margin: 10px;
}

#logo2 {
margin: 10px 10px 10px 50px;
}

#menu {
font-size: 11px;
font-weight: bold;
text-align: center;
background-color: #000;
color: #fff;
z-index:100;
text-decoration: none;
width: 600px;
}

table#menu {
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}

table#menu td {
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
padding: 3px;
background-color: #000;
width: 25%;
}

table#menu2 {
border-right: 1px solid #fff;
}

table#menu2 td {
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
padding: 3px;
background-color: #000;
}

#menu a:link, #menu a:visited {
color:#fff;
font-size: 11px;
text-decoration: none;
background-color: #000;
}

#menu a:hover, #menu a:active {
color:#fff;
font-size: 11px;
text-decoration: underline;
background-color: #000;
}

#titlepic {
border: 1px solid #000;
}

#content {
min-height: 450px;
height: auto !important; height: 450px;
width: 700px;
}

#slidetable {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

#contenttable {
background-color: #fff;
color: #000;
}

h1 {
font-size: 16px;
font-weight: bold;
padding-top: 5px;
text-decoration: none;
display: block;
border-bottom: 1px dotted #000;
}

h2 {
font-size: 13px;
font-weight: bold;
padding-top: 5px;
display: block;
}

#gallery {
width: 33%;
text-align: center;
float: left;
}

#gallery img {
margin-bottom: 10px;
}

#email {
color: #fff;
margin: 5px 15px;
float: right;
text-decoration: none;
}

#email a:link, #email a:visited {
color: #fff;
text-decoration: none;
}

#email a:hover, #email a:active {
color: #fff;
text-decoration: underline;
}

