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

#header {
height: 50px;
overflow: hidden;
position: relative;
width: 900px;
left: 50%;
margin-left: -450px;
text-align: right;
}
#headerpadding {padding:0px;}

#page {
position: relative;
width: 900px;
left: 50%;
margin-left: -450px;
border: solid 4px #fff;
}
#pagepadding {padding: 0px;}

#homeframe1 {width: 900px; height: 91.125px; background: url(images/homeframe_01.png) no-repeat;}
#homeframe2 {width: 900px; height: 382px; background: url(images/homeframe_02.png) no-repeat;}
#homeframe3 {width: 900px; height: 126.875px; background: url(images/homeframe_03.png) no-repeat;}

#homecontactinfo {padding: 10px;}

#contentframe1 {height: 64px; background: url(images/contentframe_01.png) no-repeat;}
#contentframe2 {height: 240px; background: url(images/contentframe_02.png) no-repeat;}

#cols {
position: relative;
width: 900px;
left: 50%;
margin-left: -450px;	
}
#col1 {float: left; margin-top: 10px; width: 250px; padding: 5px 10px 10px 5px;}
#col2 {float: left; width: 600px; padding: 10px;}

#footer {
position: relative;
width: 900px;
left: 50%;
margin-left: -450px;
text-align: right;
font-size: 10px;
border-top: solid 4px #fff;
}
#footerpadding {padding: 10px;}
