body {
	margin-top: 20px;
	background: #FF6633 url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFAA77;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}
.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: FFAA99 url(images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 15px;
	background: FFAA99 url(images/img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

#welcome {
	padding-bottom: 20px;
}

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: #FFAA88 url(images/img07.gif) repeat-x;
}


#menu li.first {
	background: #FF6633;
}
#menu a {
	display: block;
	width: 100px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}


#menu a:hover {
	background-color: #0A0A0A;
}
#footer {
		margin: 0 auto;
	padding: 20px 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;
}


