@import url("menu.css") screen;
@import url("blog.css") screen;
@import url("album.css") screen;
@import url("template.css") screen;

* {
margin: 0px;
padding: 0px;
}

body {
background-color: #003300;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 11pt;
color: #1f211c;
}

p {
line-height: 15pt;
margin-bottom: 10pt;
}

h1 {
color: #003300;
font-size: 15pt;
margin-bottom: 10pt;
line-height: 25pt;
}

h2 {
font-size: 12pt;
margin-bottom: 6pt;
line-height: 20pt;
}

h3 {
font-size: 12pt;
margin-bottom: 6pt;
line-height: 20pt;
}

h4 {
font-size: 12pt;
margin-bottom: 6pt;
line-height: 20pt;
color: #003300;
}

a {
color: #990000;
text-decoration: none;
}

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

input,textarea,select {
font-family: ;
font-size: 11pt;
border: 1px solid #a8adb4;
padding: 1px;
}

#header {
background: url("../images/header_bg.gif") no-repeat;
width: 1020px;
height: 150px;
}

#header2 {
background: url("../images/header2_bg.gif") no-repeat;
width: 1020px;
height: 50px;
}

#page {
margin: 0 auto;
width: 1020px;
}

#main {
float: left;
background: url("../images/main_bg.gif") repeat-y;
width: 1020px;
}

#main .left {
float: left;
width: 761px;
min-height: 500px;
}

#main .right {
position: relative;
float: left;
width: 259px;
min-height: 500px;
}

#main .left .content {
padding-left: 30px;
padding-right: 20px;
padding-bottom: 20px;
}

#main .left .content img {
border: 1px solid #002409;
}

#main .left .content ul, #main .left .content ol {
margin-bottom: 10pt;
margin-left: 20px;
line-height: 18pt;
}

#main .right .contact {
position: absolute;
padding: 0px 20px 20px 20px;
bottom: 0px;
color: #ffffff;
}

#footer {
clear: left;
background: url("../images/footer_bg.gif") no-repeat;
width: 1020px;
height: 55px;
}

#copyright {
width: 980px;
margin-left: 20px;
height: 40px;
color: #ffffff;
font-size: 11pt;
}

#copyright .left {
float: left;
}

#copyright .right {
float: right;
}
