@charset "UTF-8";
/* CSS Document */

html, body {
margin: 0;
padding: 0;
background-image:url(../images/gradient_bkg.jpg);
background-repeat:repeat-x;
background-color:#b8ddfb;
}

a img{
border:none;
}

a{
color:#6997FD;
}

#page-container {
width: 1000px;
margin: auto;
background-image:url(../images/clouds.jpg);
background-repeat:no-repeat;
}

#header{
margin:auto;
width:804px;
height:206px;
background-image:url(../images/header.jpg);
}

#main_nav{
margin:auto;
width:804px;
height:50px;
background-color:#006699;
}

#content_area{
margin:auto;
width:804px;
background-color:#FFFFFF;
padding:25px 0 25px 0;
}

#footer{
margin:auto;
width:804px;
height:25px;
background-image:url(../images/footer.jpg);
}

#address_info{
text-align:center;
font-family:trebuchet ms;
font-size:10pt;
color:#FFFFFF;
height:50px;
}

.home_copy{
padding:15px;
font-family:trebuchet ms;
font-size:8pt;
line-height:11pt;
color:#000000;
}

h1{
font-size:16pt;
color:#003399;
margin:0;
}

.contact_copy{
padding:15px;
font-family:trebuchet ms;
font-size:10pt;
line-height:15pt;
color:#000000;
}

.product_copy{
padding:15px;
font-family:trebuchet ms;
font-size:9pt;
line-height:14pt;
color:#000000;
}
