@charset "utf-8";
/* CSS Document */


body, ul, li, a, img, h1, h2, h3, h4, h5, div, span, p, br {
margin: 0;
padding: 0;
border: 0;

line-height: 1.5;
}

body {
background: url(/data/background.jpg) repeat;

font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}

a, a:active {
	color: #0099CC;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

ul {
	list-style-position: inside;	
}

#container {
	width: 780px;
	margin: 10px auto;
	
	border: 1px solid #548DBD;
	padding: 2px;
	
	background-color: #FFFFFF;
}

#header {
	background: url(/data/header.jpg) no-repeat;
	width: 780px;
	height: 192px;
	clear: both;
}

#header #link {
	float: right;
}

#header h1 {
	text-indent:-20000px;
	line-height: 0;
}

#header ul {
	font-weight: bold;
	margin-top: 145px;
	margin-left: 220px;
	text-transform: uppercase;
}

#header li {
	list-style: none;
	display: inline;
	padding-left: 15px;
}

#header a, #header a:active { 
	text-decoration: none;
	color: #FFCB08;
}

#header a:hover {
	color: #FFFFFF;
}

#center {
	background: url(/data/sidebar.jpg) repeat-y;
	width: 780px;
}

#left_sidebar {
	float: left;
	background: url(/data/sidebar_top.jpg) no-repeat;
	width: 182px;
	min-height: 100px;
	padding: 0 25px;
}

#content {
	float: left;
	background: #FFFFFF;
	padding: 10px;
	width: 518px;
	text-align: justify;
	min-height: 150px;
}

#footer {
	clear: both;
	background: url(/data/footer.jpg) no-repeat;
	text-align: center;
	padding: 10px;
	font-size: 10px;
	width: 780px;
	height: 40px;
	line-height: 15px;
}


