/* 
    Document   : cccfi
    Created on : Nov 13, 2011, 3:07:19 PM
    Author     : locotamale
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
    background-image:url(../images/background.jpg);
    text-align: center;
}
header_logo {
    background-image:url(../images/header_logo.png);
}
main_menu {
    margin-left: auto;
    margin-right: auto;
}
.title {
    font-size:25px;
    font-weight:bold 
}
#content_font {
    font-size:15px;
    background-color:white;
    padding:5px; 
}

#galleryBackground {
    position:relative;
    float:right;
    background-image:url(../images/gallery_bg.png);
    background-repeat:no-repeat;
    width:583px;
    height:427px
}
#galleryContainer {
    position:relative;
    margin-top:50px;
    margin-left:-8px; 
}
#redbox {
    background-color:#990000;
    width:150px;
    height:120px;
    border-width:2px;
    border-color:#000000;
    font-weight:bold;
    color:#FFFFFF;
    font-size:30px;
    text-align:center;
    border-style:solid;
}
.newsletter {
    font-size: 25px;
    color:#660000;
    font-weight:bold
}
#main_content_bg {
    background-image:url(../images/transbackground.png);
    background-repeat:repeat;
    border-style:solid;
    border-color:#FFFFFF;
    padding:5px;
}
#main_content_bg2 {
    background-color: #ffffff;
    border-style:solid;
    border-color:#6ea3ab;
    padding:30px;
}
 .input_box1 {
    width: 330px; 
    height: 40px; 
    border: 1px solid #1a4ab9; 
    background-color: #daedf3;
    color: #747d82;
    font-size: 12px;
    font-family: Arial;
    padding-left: 15px;
    margin-bottom: 5px;
}
.main_content_text {
    color:#000000;
    font-size:18px;
    text-align:left
}
.main_content_header {
    color:#000000;
    font-weight:bold;
    font-size:16px 
}
.main_content_text li {
    margin-left:12px;
}