/* CSS Document */
body 	{
text-align:center;
background-image: url('bg.jpg') ;
background-repeat: no-repeat;
background-attachment: fixed;
background-position:center;
font-family:"Trebuchet MS", sans-serif;
 		font-size: 90%;
		color:#FFFFFF;
}
/* ---[ links ]------------------------------- */

a:link {
	color: #D7A32A;
	}
a:visited {
	color: #FFFFFF;
	}
a:hover {
	color: #000000;
	}


#container{
align:center;
width: 770px;
margin:0 auto;

}

#mid {
background-image: url('mid.jpg') ;
background-repeat: no-repeat;
height: 287px;

padding: 25px 25px 25px 25px;

}
#mid1 {
padding: 10px 40px;
}
#bottom {
border-top: 1px #D7A32A;
align:center;
width: 770px
}

#left{
width:400px;
float:left;
}
#right{
float:right;
width:250px;

}
h1 {
font-size:180%;
padding-bottom:8px;

border-bottom: 1px dashed #D7A32A;
font-weight:400;
