* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #404040 url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 0;
}

blockquote {
	margin-right: 0;
}
a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img { border: none; }

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 1px 1px;
	background: url(images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 1px;
	background: url(images/img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 160px;
	height: 111px;
	margin: 0 auto;
	background: #000000 url(images/img02-h.jpg) no-repeat;
}

#logo h1 {
	display: none;
}

#logo h2 {
	display: none;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#page {
	width: 165px;
	margin: 0 auto;
	background: #000000;
}

/* Content */

#content {
	float: left;
	width: 160px;
	padding: 5px;
	
}
#welcome {
	padding-bottom: 5px;
}

#olist {
	clear: left;
	float: left;
	width: 160px;
}

#ulist {
	float: left;
	width: 160px;
	padding-left: 1px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 160px;
	padding: 1px;
	background: #000000;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}
/* Menu */

#menu {
	margin-bottom: 4px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 160px;
	padding: 1px 1px 1px 1px;
	text-transform: uppercase;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#menu a:hover {
	background-color: #0A0A0A;
}

/* Footer */

#footer {
	width: 160px;
	margin: 0 auto;
	padding: 2px 0;
	background: url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}

