/* BODY */

body{
	background: #096 url(../_img/bg.png);
	color: #333;  
	font-family: Verdana;  
	font-size: 10px;
	text-align: center;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

/* BASIC CONTENT */

#container{
	background: #EEE;
	border-left: 1px solid #063;
	border-right: 1px solid #063;
	width: 760px;
}

#header{
	background: #333 url(../_img/head.png) repeat-x;
	border-bottom: 4px solid #096;
	clear: both;
	height: 96px;
}

#footer{
	background: #063;
	border-top: 1px solid #096;
	color :#096;
	clear: both;
	padding-top: 2px;
	height: 20px;
}

#content{
	background: #FFF;
	border-left: 1px solid #CCC;
	text-align: left;
	float: right;
	width: 600px;
	margin: 0px;
	padding: 8px;
}

#sidebar{
	text-align: left;
	float: left;
	width: 125px;
	margin: 0px;
	padding: 8px;
}

/* SIDEBAR */

#sidebar ul{
	margin: 0px;
	padding: 0px;
}

#sidebar ul li{
	border-bottom:1px solid #ddd;
	margin-bottom: 0.3em;
	padding: 0.3em;
}

/* Hn */

h1, h2, h3, h4{
	color: #096;
	font-weight: bold;
	letter-spacing: -1px;
}

/* LINK */

a{
	color: #096;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #0C9;
}