body {
	background-color: #FFFFFF;
	background-image: url(../assets/bgmain.jpg);
	background-repeat: repeat-x;
}
p, div, ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999966;
}
.bordered {
	/*/*/border: 1px solid #666666;/* */
	width: 130px;
	margin: 4px 0px 4px 0px;
}
#navigation {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 200px;
}
#navigation ul {
	/*/*/margin: 0px;
	padding: 0px;
	list-style-type: none;/* */
}
#navigation li {
	/*/*/margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;/* */
}
#navigation a {
	/*/*/background-image: url(../assets/nav_up.jpg);
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 26px;
	width: 100px;
	display: block;/* */
}
#navigation a:link, #navigation a:visited {
	color: #993300;
	/*/*/text-decoration: none;/* */
}
#navigation a:hover {
	/*/*/background-image: url(../assets/nav_over.jpg);
	border: 1px solid #000000;/* */
}
#current a:link, #current a:visited, #current a:hover {
	/*/*/background-image: url(../assets/nav_over.jpg);
	border: 1px solid #000000;/* */
}
#navigation p {
	margin: 4px 4px 4px 5px;
	font-size: 10px;
	color: #CC9966;
	text-align: justify;
}
#logo {
	position: absolute;
	left: 0px;
	top: 20px;
}
#maincontent {
	position: absolute;
	top: 120px;
	left: 210px;
	margin-right: 10px;
}
#maincontent p {
	margin: 0px 20px 10px 0px;
	text-align: justify;
}
#maincontent h1 {
	color: #CC9966;
}
#maincontent ul {
	/*/*/list-style-image: url(../assets/bullet1.jpg);/* */
}
#maincontent a:link, #maincontent a:visited {
	color: #CC6633;
	font-weight: bold;
}
#maincontent a:hover {
	color: #990000;
	font-weight: bold;
}
#footer {
	/*/*/border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999966;
	border-bottom-color: #999966;/* */
}
#footer p {
	color: #993300;
	margin: 5px;
}
#footer strong {
	color: #666666;
}
