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

body{
font-family:"Trebuchet MS";
font-size:12px;
color:#333333;
background-color:#FFFFFF;
margin-top:0;
margin-bottom:0;
margin:auto;
}

#bkg{
background-image:url(../img/bkg.jpg);
background-repeat:no-repeat;
background-position:center top;
width:1028px;
margin:auto;
padding-top:20px;
}

#top{
width:555px; 
height:20px; 
background-image:url(../img/content_top.png); 
background-repeat:no-repeat;
}


#middle{
width:535px;
background-image:url(../img/content_middle.png);
background-repeat:repeat-y; 
padding-left:10px; 
padding-right:10px;
}

#bottom{
width:555px; 
height:22px; 
background-image:url(../img/content_bottom.png); 
background-repeat:no-repeat;
}

#home{
float:left; 
padding-right:10px;
padding-top:57px;
}	

#about{	
float:left; 
padding-left:10px; 
padding-right:10px; 
padding-top:57px;
}

#contact{
float:left; 
padding-left:10px; 
padding-top:57px;
}

.title{
font-size:25px;
font-weight:bold;
}

.subtitle{
font-size:16px;
font-weight:bold;
}

a{
color: #cd4b57;
text-decoration: none;
} 
	
a:Hover {
color: #707070;
text-decoration: none;
}
