body {
width: 750px;
margin: 10px auto;
padding: 0px;
color: black;
background: #369 url(graphics/fb.gif) repeat scroll 0% 0%;
font: 100% Verdana, Arial, sans-serif;
}

#wrapper {
background: white;
border-top: 1px solid white;
border-bottom: 10px solid white;
border-left: 10px solid white;
border-right: 10px solid white;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#border{
border-bottom: 3px solid #2f4f4f;
border-right: 3px solid #2f4f4f;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* HEADER */

#header {
margin-top: -10px;
height:60px;
background:white url(graphics/banner.jpg) no-repeat scroll 50% 30%;
}

#header h1 {
position: absolute;
left: -1000px;
width: 900px;
}

#header h2 {
font: 140% Verdana;
color: white;
padding: 4px 0px 0px 7px;
text-transform: lowercase;
letter-spacing: 5px;
}

#header h2 a:link, #header h2 a:visited, #header h2 a:hover, #header h2 a:active {
color: white;
text-decoration: none;
}

#header h2 span { /* Sub Header */
color: navy;
display: block;
margin: 2px 0 0 3px;
font: bold 50% Arial, Helvetica, sans-serif;
letter-spacing: 2px;
text-transform: none;
}

#bookmark {
float: right;
margin: -22px 2px 0px 0px;
}

#content {
margin: 7px 0px 0px 0px;
padding: 10px 10px 20px 10px;
background: #F0F0F7;
font: 80% Verdana, Arial, sans-serif;
border: 1px solid #DEDEED;
}

/* MENU */

#menu h2 {
margin: 0 0 3px 0;
padding: 0;
color: #004080;
font: bold 100% Verdana, Arial, Sans-Serif;
letter-spacing: normal;
}

#menu {
width: 125px;
margin-right: 0px;
padding: 0px 0px 0px 20px;
float: right;
}

#menu li h2{
width: 125px;
margin: 0;
padding: 2px 2px 2px 2px;
color: #004080;
background-color: #DEDEED;
font: bold 100% Verdana, Arial, sans-serif;
border: 1px solid #BEBEDC;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font: 85% Verdana, Arial, sans-serif;
}

#menu li {
margin: 0 0 3px 0;
}

#menu a {
padding: 2px 2px 2px 2px;
display: block;
width: 125px;
background-color: white;
}

#menu a:link {
color: #0080C0;
text-decoration: none;
border: 1px solid #DEDEED;
}

#menu a:visited {
color: #0080C0;
text-decoration: none;
border: 1px solid #DEDEED;
}

#menu a:hover {
background-color: white;
color: red;
border: 1px solid #BEBEDC;
}

#menu a:active {
border: 1px solid #BEBEDC;
}

/* GALLERY */

#gallery img {
width: 100px;
height: 75px;
margin: 0 2px 3px 0;
border: 3px solid white;
}

/* HTML ELEMENTS */

a:link {
color: #0080C0;
text-decoration: none;
}

a:visited {
color: #0080C0;
text-decoration: none;
}

a:hover {
color:red;
text-decoration: underline;
}

a:active {
color: #0080C0;
text-decoration: none;
}

#content h2, h3, h4, h5, h6 {
margin: 0 0 3px 0;
padding: 0;
color: #004080;
font: bold 100% Verdana, Arial, Sans-Serif;
letter-spacing: normal;
}

b { color: #004080; }

/* ADS */

#rightblock {
clear: both;
float: right;
margin: 0px;
padding: 0px;
}

#footerad {
clear: both;
margin: 10px 0px;
padding: 0;
}

/* FOOTER */

#footerline {
margin-top: 10px;
height: 6px;
background:white url(graphics/banner.jpg) no-repeat scroll 90% 10%;
}

#footer {
margin: 0;
padding: 5px 1px;
color: black;
font: 70% Arial, Helvetica, sans-serif;
border-top: 0px solid navy;
}

#footer a:link, #footer a:visited {
color: black;
text-decoration: none;
}

#footer a:hover {
color: red;
text-decoration: underline;
}