@charset "utf-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
background-color: #fff;
}


#container{
margin: 0;
padding: 0;
font-family: calibri;
width: 100%;
height: 100%;
min-width: 1000px;
background-image: url(images/header_bg.jpg);
background-repeat: no-repeat;
background-position: top left;
}

#header_container{
margin: 0;
padding: 0px;
width: 100%;
height: 180px;
background-image: url(images/header_bg.jpg);
background-repeat: no-repeat;
background-position: top left;
}

#header_logo{
background-image: url(images/logo.png);
background-repeat: no-repeat;
background-position: top left;
height: 150px;
width:300px;
float: left;
}

#header_text{
height: 150px;
width:600px;
float: left;
text-align: center;
}

#header_text h3 {
font-family: monotype corsiva;
font-size: 36px;
padding-top: 20px;
margin: 0;
}

#header_text p{
margin: 0;
padding: 0;
}

#header_edge{
Background-image:url(images/header_edge.png);
background-repeat:repeat-x;
background-position:top left;
height:20px;
width:100%;
clear: both;
}

.links a{
color:#FFF;
}

.links{
color: #FFF;
padding-left:50px;
font-weight: 700;
}

#content_container{
width: 100%;
height: 100%;
}

#content_container h2{
font-family: monotype corsiva;
font-size: 30px;
border-bottom-style: solid;
border-bottom-color: #6699cc;
}

#content_container h3{
font-family: monotype corsiva;
text-align: center;
font-size: 28px;
}

#content_container li{
padding-left: 10px;
margin-left: 20px;
margin-top: 0px;
padding-top: 0px;
}

.centertext{
text-align: center;
}

#content_left{
width: 500px;
height: 100%;
float: left;
}

#content_right{
width: 500px;
height: 100%;
float: right;
}

#content_box_left{
background-image:url(images/bottom_edge.png);
background-repeat:no-repeat;
background-position: bottom left;
width:400px;
padding-bottom:45px;
margin-left: 50px;
}

#content_box_left p{
padding-left: 10px;
padding-right: 15px;
}

#content_box_right{
background-image:url(images/bottom_edge.png);
background-repeat:no-repeat;
background-position: bottom left;
width:400px;
padding-bottom:45px;
margin-right: 50px;
}

#content_box_right p{
padding-left: 10px;
padding-right: 15px;
}