body{
font-family: Trebuchet MS, Arial, Helvetica, sans serif; 
color:#630;
background-color: #fff;
}


div#global{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
top: 0px;
width: 813px; 
}

div#links{
position: absolute;
top: 400px;
left: -20px;
width: 250px;
text-align: center;
z-index:4;
}


div#content{
position: absolute;
width: 813px;
top: 369px;
left: 0px;
text-align: left;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
}

div#margin{
width: 560px;
margin-left: 245px;
margin-right: 10px;
margin-top: 40px;

}


a:link {  
	color:#936; 
	text-decoration: none; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 17px; 
	font-weight: bold;
	}

a:visited { 
	color:#936; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 17px; 
	font-weight: bold;
	text-decoration:none; 
}

a:hover {  
	color: #936; 
	text-decoration:none; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 17px; 
	font-weight: bold;
}

