body {
	background: #e9e9e1 url(../images/gradient-2.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}



#container {
	background: #ffffff;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	border-top: none;
	border-right: 1px solid #81827e;
	border-left: 1px solid #81827e;
}

#header {
	background:#fff;
	height: 70px;
	border-top: 1px solid #666;
}
	
#side_nav {
	background:url(../images/ACGlogo.gif) top left no-repeat;
	background-color:#fff;
	float: left;
	width: 236px;
	height: 100%;
}

#side_nav ul {
	list-style-type: none;
	font-weight:bold;
	font-size: 0.9em;
	line-height: 2.0em;
	padding: 5px;
	margin-top: 130px;
	
}

#side_nav li a {
	display: block;
	text-decoration: none;
	text-indent: 20px;
	background: #e9e9e1;
	border-bottom: 1px solid #fff;
	border-left: 20px solid #ccc;
	width: 75%;
	color:#666;
}

#side_nav li a:hover {
	display: block;
	text-decoration: none;
	text-indent: 20px;
	background: #f8f9f2;
	border-bottom: 1px solid #fff;
	border-left: 20px solid #cc3333;
	width: 75%;
	color:#666;
}

#side_nav li a:hover {
	display: block;
	text-decoration: none;
	text-indent: 20px;
	background: #f8f9f2;
	border-bottom: 1px solid #fff;
	border-left: 20px solid #cc3333;
	width: 75%;
	color:#666;
}

#side_nav li a.selected {
	display: block;
	text-decoration: none;
	text-indent: 20px;
	background: #f8f9f2; !important
	border-bottom: 1px solid #fff;
	border-left: 20px solid #cc3333; !important
	width: 75%;
	color:#666;
}

#content {
	float: left;
	width: 642px;
	height: 100%;
	padding: 0 10px 40px 10px;
	background: #fff);
}

#content p {
	font-size: 0.8em;
	padding-right: 40px;
}

table {
	line-height: 1.5em;
}

#footer {
	background:#cc3333;
	height: 25px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	color: #fff;
	text-align:center;
	padding-top: 5px;
	clear:left;
	border-bottom: 1px solid #666;
}

table.projects {
	width: 585px;
	margin-top:20px;
	background:#fff;
}

table.projects td{
width: 33%;
border:1px solid #CCC;
font-size:0.8em;
padding-left:8px;
text-align:left;	
}

table tr.categories {
font-weight: bold;
text-align:center;
}

table th{
background:#cc3333;
color:#fff !important;
font-size:1.0em;
border:1px solid #CCC;
}

table tr.odd td{
background:#f4f4f4 !important;
}

img.small_icon {
	margin-right: 10px;
}

img.feature {
border: 3px double #CCC;
margin-bottom:10px;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery { padding: 2px; }
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery li img {border-style: none; }
	
#a {padding:10px; border: 1px solid #e9e9e1; background:#f8f9f2;}
#b {padding:10px; border: 1px solid #e9e9e1; background:#f8f9f2;}
#c {padding:10px; border: 1px solid #e9e9e1; background:#f8f9f2;}