
#left {
	float: left;
	width: 220px;
	margin-bottom: 5px;
}
#right {
	float: right;
	width: 650px;
	margin-bottom: 5px;
}
a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: 13px sans-serif,Arial;
}
.gfx a {
	background: #F5F5F5 url(img/banner2.jpg) no-repeat; display: block; height: 140px;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 920px;
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 149px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 150px;
	border-right: none;
}
.container {
	margin: 10px;
	height: 920px;
	overflow: auto;
	background-color: #FFF;
	background-image: url(img/Fju_slogo.jpg);
	background-repeat: no-repeat;
	background-position: bottom left; 
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
} 
/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}

#sidebar a:hover {
    color: rgb(186, 122, 76);
    text-decoration: underline;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 0px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(img/img08.jpg) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;	
	background: url(img/img07.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}