/* CSS Document */

/* General Layout --------------------------------*/
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #CCC;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, p {margin-top: 0;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
ul li, ol li {margin-bottom: 1em;}
/* Container -------------------------------------*/
#container {
	margin: 15px auto;
	width: 750px;
}
/* Header ----------------------------------------*/
#header {
	width: 750px;
	height: 100px;
	background: url(../../images/header_bg.jpg) no-repeat;
}
/* Navigation ------------------------------------*/
#nav {
	width: 750px;
	height: 30px;
	font-weight: bold;
	background: url(../../images/nav_bg.gif) repeat-x;
}
#nav a {
	float: left;
	display: block;
	padding: 0 8px;
	color: #DDD;
	font-size: 11px;
	line-height: 30px;
	height: 30px;
}
#nav a:hover {
	background: url(../../images/nav_hover_bg.gif) repeat-x;
	color: #FFF;
	text-decoration: none;
}
/* Sidebar ---------------------------------------*/
#side {
	width: 170px;
	padding: 150px 15px 10px 15px;
	height: 100%;
	color: #FFF;
	background: url(../../images/side_bg.jpg) no-repeat #030;
}
/* Content ---------------------------------------*/
#content {
	width: 510px;
	padding: 20px;
	height: 100%;
	background-color: #FFF;
}
.outline {
	list-style: none;
	margin-top: 0;
	padding-top: 0;
}
.outline li {
	margin-bottom: 0;
}
/* Footer Links ----------------------------------*/
#footer-links {
	padding-top: 10px;
	border-top: 1px solid #CCC;
}
#footer-links a {
	margin: 5px;
	font-size: 11px;
	line-height: 18px;
}
#cjfooter{
	text-align: right;
	padding: 3px;
}
