/* CSS Document */

/* General Settings */
body {
	margin: 0;
	padding: 0;
	background: #000 url(/image_files/bg.png) repeat top;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

a:link { text-decoration : none; color : #FFFFFF; border: 0px;} 
a:active { text-decoration : none; color : #FFFFFF; border: 0px;} 
a:visited { text-decoration : none; color : #FFFFFF; border: 0px;} 
a:hover { text-decoration : underline; color : #FFFFFF; border: 0px;} 

img { padding: 0px; margin: 0px; border: 0px;}

h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}

/* Layout */
.container {
	background: url(/image_files/container_bg.png) repeat-y top;
	width: 1028px;
	padding: 0px 20px 20px 20px;
}

/* Header */
#header{
	height: 120px;
}
/*- Logo -*/
#header h1 {
	background: url(/image_files/logo.png) no-repeat;
	float: left;
   text-indent: -9999px;
	width: 444px;
	height: 97px;
}

#header p {
	font-size: 12px;
   padding: 20px 0px 0px 10px;
}

/* Sidebar */
#leftsidebar {
	width: 114px;
}

#leftsidebar ul {
	margin: 0;
	padding: 0;
}

#leftsidebar li {
	list-style: none;
	font-size: 12px;
	padding: 0px 0px 2px 0px;
}

#rightsidebar {
	width: 160px;
}

/* Content */
#content {
	width: 698px;
}

#content img { padding: 0px; margin: 0px; border: 1px solid #FFF;}

#content ul {
	margin: 0;
	padding: 0;
}

#content li {
	list-style: none;
	float: left;
	font-size: 12px;
	padding: 0 2px 4px 0;
}

#content li p {
	width: 170px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

/* Text Links */
#text_links {
	width: 698px;
}

#text_links ul {
	margin: 0;
	padding: 0;
}

#text_links li {
	list-style: none;
	font-size: 12px;
	padding: 0px 0px 2px 0px;
}

/* Page Navigation */
.page-navi ul {
	margin: 0;
	padding: 0;
}

.page-navi li {
	list-style: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

/* Footer */
.footer {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


