body {
width: 800px;
margin:auto;
margin-top:0px;
background-color:#600;
font-family: arial;
text-align: center;  /*   for IE */

}


/* Wrapper */
#wrapper {
width:800px;
margin-left: auto;
margin-right: auto;
}


/* ----- HEADER ----- */



#header {
width:800px;
height:217px;
background: url(images/header.jpg) no-repeat;
background-color:#600;
margin-bottom:10px;

}



/* ----- NAVIGATION ----- */



#navigation {
float: left;
width:125px;
height:153px;
font-size:18px;
padding:15px;
color:#ff9;
text-align:right;
background: url(images/menu_bg.jpg) no-repeat;
background-position: right top;
letter-spacing: 1px;
line-height:25px;


}

/* ----- MAIN CONTENT ----- */



#content { 
float:right;
background: url(images/content_bg.jpg) no-repeat;
background-position: left top;
width:600px;
padding:15px;
min-height:350px;  /* for modern browsers */
height:auto !important; /* for modern browsers */
height:350px;  /* for IE5.x and IE6 */
background-color:#600;
margin-left:0px;
text-align: left;
color:#fff
}

#services-desc{ 
width:520px;
margin-left:auto;
margin-right:auto;
color:#fff
}
#footer{
	width:600px;
	margin-left: 200px;
}

/* --- Font Styles -- */

a{
	font-family: arial;
	font-size: 16px;
	font-weight:bold;
	color:#ff9;
	text-decoration: none;
}

a:hover{

	text-decoration: underline;
	color:#fff;
}

a.contentlink{
	
	font-family: arial;
	font-size: 16px;
	font-weight:normal;
	color:#fff;
	text-decoration: underline;
}


a:hover.contentlink{
	
	font-family: arial;
	color:#c99;
	text-decoration: underline;
}
h1{
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color:#ff9;
	
}
ul{
	width:350px;
	font-size:12px;
	list-style-position: inside;
	margin-left:auto;
	margin-right:auto;
		
	
}

ul{
	list-style-position: inside;
		
	
}