body {
background : #fefefe url(images/bckg.jpg) repeat-x;
margin : 0;
padding : 0;
text-align : center;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #525252;
}
.red {
color : #003e13;
}
a {
color : #003e13;
text-decoration : none;
}
a:hover {
color : #000;
text-decoration : none;
}
#container {
width : 90%;
}
#main {
width : 90%;
min-width : 780px;
margin : 0 auto;
text-align : left;
}
#navbar {
height : 60px;
font-family : Helvetica, Arial, sans-serif;
font-size : 14px;
font-weight : bold;
text-transform : uppercase;
color : #ffffff;
}
#navbar ul {
margin : 0;
padding : 30px 0 0 40px;
}
#navbar ul li {
display : inline;
background : url(images/li.gif) no-repeat;
background-position : 10px 5px;
padding : 0 5px 0 20px;
}
#navbar ul li a {
color : #ffffff;
text-decoration : none;
}
#navbar ul li a:hover {
color : #ffffff;
border-bottom : 2px solid #2a3d16;
}
#header {
height : 222px;
background : #fff url(images/head_bckg.jpg) repeat-x;
min-width : 780px;
}
.title {
font-family : Helvetica, Arial, sans-serif;
color : #f73602;
font-size : 24px;
}
.title_dark {
font-family : Helvetica, Arial, sans-serif;
color : #77b838;
font-size : 24px;
}
#left_bar_header {
float : left;
width : 40%;
height : 160px;
padding : 55px 0 0 50px;
}
#left_bar_header p {
font-family : Arial, Helvetica, sans-serif;
color : #a2a2a2;
font-size : 11px;
width : 300px;
}
#right_bar_header {
float : right;
width : 50%;
height : 222px;
text-align : right;
}
#content {
width : 100%;
background-color : #ffffff;
padding : 0;
float : left;
}
#content h1 {
font-family : Helvetica, Arial, sans-serif;
color : #77b838;
font-size : 20px;
font-weight : normal;
padding-left : 15px;
border-left : 3px solid #003e13;
}
#first_column {
width : 27%;
float : left;
padding : 0 20px 0 10px;
margin-right : 1%;
margin-left : 1%;
}
#second_column {
width : 27%;
float : left;
padding : 0 10px 0 10px;
margin-right : 1%;
margin-left : 1%;
}
#third_column {
width : 27%;
float : left;
padding : 0 10px 0 20px;
margin-right : 1%;
margin-left : 1%;
}
.gallery {
width : 95%;
background-color : #fff;
padding : 10px;
float : left;
text-align : center;
}
.gallery .picture {
float : left;
margin : 5px;
width : 156px;
border : 1px solid #d1d1d1;
background-color : #f2f2f2;
}
.gallery .picture_2 {
float : left;
margin : 5px;
width : 156px;
text-align : center;
border : 1px solid #003e13;
background-color : #f2f2f2;
}
.gallery .picture .image {
width : 150px;
height : 150px;
margin : 3px;
}
.gallery .picture_2 .image {
width : 150px;
height : 150px;
margin : 3px;
}
.gallery .footer {
text-align : center;
width : 156px;
border-top : 1px solid #d1d1d1;
color : #003e13;
font-weight : normal;
padding-top : 7px;
padding-bottom : 7px;
margin-top : 10px;
}
#footer {
width : 100%;
float : left;
padding : 30px 0 30px 0;
border-top : 10px solid #f3f3f3;
}
#footer a {
color : #525252;
text-decoration : none;
}
#footer a:hover {
color : #003e13;
text-decoration : none;
}
#footer .left_footer {
width : 52%;
padding-left : 30px;
margin-bottom : 10px;
}
#footer .right_footer {
width : 42%;
padding-left : 30px;
}