@charset "utf-8";
/* CSS Document */
body {
color: #555555;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
background: url('images/stripebg.png') top left #e8e9d5;
margin:0;
}
#stripebg {
background: url('images/topbg.gif') top left repeat-x;
}
#raybg {
background:url('images/raybg.png') no-repeat top center;
min-height:816px;
}
img {
border:0;
}
#wrap {
width: 842px;
margin:auto;
}
#header {
height: 208px;
background: url('images/images/header.png') top center;
}
.nav {
background: url('images/nav_body.png') repeat-y center;
width: 198px;
margin:auto;
margin-top: 10px;
}
.navtop {
background: url('images/nav_top.gif') no-repeat top center;
}
.navbottom {
background: url('images/nav_foot.gif') no-repeat bottom center;
padding: 5px;
}
#content {
background: url('images/images/content.png') repeat-y center;
}
#contentb {
background: url('images/images/contentnavbg.png') no-repeat top left;
padding-left: 8px;
padding-right: 8px;
}
#mainpage {
padding: 10px;
float: right;
width: 580px;
}
#rightblock {
float: left;
width: 225px;
color: #fff;
}
#footer {
background: url('images/images/footer.png') no-repeat bottom center;
height: 90px;
text-align: center;
color: #333;
font-weight: bold;
font-size: 10px;
font-family: Verdana;
}
#absfooter {
padding-top: 60px;
}
#footer a:link, #footer a:visited {
color: #333;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
h1 {
color: #bfba97;
font-size: 36px;
margin-top: 0;
font-weight: normal;
margin-bottom: 10px;
letter-spacing: -1px;
font-variant:small-caps;
text-align: center;
}
p {
margin-top: 0;
margin-bottom: 10px;
line-height: 21px;
}
ul {
margin-left: 35px;
margin-bottom: 15px;
}
#content li {
line-height: 21px;
}
.navmenu{
list-style:none;
margin:0;
padding:0;
}
.navmenu li {
list-style:none;
margin:0;
padding:0;
}
.navmenu a:link, .navmenu a:visited {
color: #b0ac92;
color: #777777;
text-decoration: none;
display: block;
font-weight: bold;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left: 20px;
border-bottom: 0px solid #e1e1cb;
background: url('images/nav_arrow.gif') left center no-repeat;
line-height: 23px;
}
.navmenu a:hover {
background: url('images/nav_arrow_hover.png') #b0ac92 left center no-repeat;
color: #fff;
}
.navmenu ul {
padding-left: 20px;
display: none;
margin:0;
}
.navmenu ul a:link, .navmenu ul a:visited {
line-height: 20px;
}
a:link, a:visited {
color: #003399;

text-decoration: none;
}
a:hover {
text-decoration: underline;
}
input, textarea {
background: #FCFAE9;
border: #555555 1px solid;
font-size: 11px;
font-family: Verdana, Arial;
padding: 3px;
}
.button {
padding-left: 8px;
padding-right: 8px;
font-weight: bold;
color: #555555;
background-color: #DEEEAC;
}
.button:hover {
background-color: #EADB84;
}
.error {
background: #FFF2F2;
font-weight: bold;
padding: 10px;
font-family: Verdana, Arial;
font-size: 12px;
display: compact;
-moz-border-radius:15px;
-webkit-border-radius: 15px;
margin:auto;
margin-bottom: 10px;
width: 300px;
}
.success {
background: #F3FBDB;
font-size: 12px;
display: compact;
text-align: center;
font-family: Verdana, Arial;
font-weight: bold;
padding: 10px;
-moz-border-radius:15px;
-webkit-border-radius: 15px;
margin-bottom: 10px;
}
.gallery a:link, .gallery a:visited {
float: left;
border: 1px #ccc solid;
padding: 5px;
margin: 3px;
}
.gallery a:hover {
background: #ccc;	
}
