/*LAYOUT***********/

body {     
	font-family: arial, helvetica, sans-serif;     
	font-size: 0.8em;     
	color: #666;    
	margin: 0px;
	padding: 0px;
	background-color: #757474;
	text-align:center; /*makes box central in ie***********/
}

#container {
	background: none;
	width: 760px;
	margin: 35px auto;
	text-align:left; /*part 2 of makes box central in ie (re-aligns text)***********/
	overflow: hidden;
}
#head {
	height: 113px;
	background: url(images/head.jpg) no-repeat;
}
#navbar {
	height: 46px;
	background:  url(images/navbar.jpg) no-repeat;
}
#mainleft {
	background: url(images/mainleft.jpg) no-repeat;
	height: 437px; width: 201px; float: left
}
#mainright {
	background: url(images/mainright.jpg) no-repeat;
	height: 437px; width: 559px; float: right;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 35px;
	clear: both;
}

/*POSITIONING***********/

#nav { 
	width: 500px; 
	float: left; 
	margin-top: 10px; 
	margin-left: 30px;
	display: inline; /*For ie 6***********/
}
#sidebar { 
	width: 150px; 
	float: left; 
	margin-top: 25px;
	margin-left: 33px;
	margin-right: 10px;
	display: inline;
}
#content { 
	width: 500px; 
	float: left; 
	margin-top: 20px; 
	margin-left: 15px;
	margin-right: 10px;
	display: inline; /*For ie 6***********/
} 

/*TYPOGRAPHY***********/

p {     
	font-family: arial, helvetica, sans-serif;     
	font-size: 0.9em;     
	color: #333;     
	line-height: 1.5em; 
} 
h1 {     
	color: #000;
	font-size: 1.5em;     
	font-weight: bold;     
	text-align: left; 
}    
h2 {     
	color: #FFF;     
	font-size: 1.2em;     
	font-weight: bold;     
	text-align: left; 
}
h3 {     
	font-size: 0.8em;     
	font-weight: normal;     
	text-align: center; 
} 
img {     
	border-style: none;     
	border-width: 2px;     
	border-color: #D0D1D3;
	padding: 2px 
} 
a {     
	text-decoration: none; 
} 
strong {     
	font-weight: bold;     
	text-transform: uppercase; 
} 
table {     
	clear: both;
}

ul {
	font-family: arial, helvetica, sans-serif;     
	font-size: 0.9em;     
	color: #333;     
	line-height: 1.5em; 
	}