body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #333;
	
	background: #e1e1e1 url(images/JARinteractive5-3_03.png) repeat;

}

#wrapper {
	width: 725px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: transparent;
}

img {
	border: 0px;
}

.hidden {
	display: none;
}

#header {
	height: 148px;
	width: 800px;
	margin: 0px;
	
	padding: 0px;

}


#header #title {
	
	position: relative;
	
	top: 0px;
	
	left: 182px;
	
	width: 367px;
	
	height: 148px;
	
	background: transparent url(images/JARinteractive5-3_02.png) no-repeat;
}

#menu {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	width: 215px;
	height: 350px;
	background: transparent url(images/JARinteractive5-3_04.png) no-repeat right top;
	float: left;
}

#menu ul {
	margin: 75px 0 0 0;
	padding: 0px;
	
	position: relative;
}

#menu li {
	list-style-type: none;
	
	padding: 5px;
}

#main {
	width: 500px;
	margin: 5px 0 0 215px;
	background: #ccc;
	
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#2c2c2c')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#2c2c2c');
}


#content {
	padding: 10px;
	line-height: 1.3em;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
	color: #2C4976;
}
#content a:hover {
	color: #999;
	text-decoration: none;
}
#content h1 {
	font-size: 1.5em;
	margin: 10px 0 5px 0;
}
#content h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0;
}

#footer {
	
	height: 20px;
	text-align: right;
	font-size: 0.8em;
	padding: 5px 10px 0 0;
	color: #666;
}
#footer a:link, #footer a:visited {
	color: #ccc;
}
#footer a:hover {
	text-decoration: none;
}

