 * {
	margin:0;
	padding:0;
}
body{
	background-color:#cccccc;
	background-image:url("/images/skin-08-03/background.jpg");
	background-position: center;
	background-repeat: repeat-y;
	text-align:center; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	font-size:8pt;
}
#container{
	margin: 0 auto;
	padding:0;
	text-align: center;
	overflow:hidden;
	width:1000px;
	overflow:hidden;
}
#header{
	background-image:url("/images/skin-08-03/header.jpg");
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
	width:1000px;
	height:375px;
	position:relative;
	top:0px;
	left:0px;
}
#sidebar{
	float:left;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	width:200px;
	height:500px;
	position:relative;
	top:10px;
	left:65px;
	overflow:hidden;
}
#adspot-1{
	position:absolute;
	top:355px;
	left:680px;
	z-index:100;
}
#adspot-2{
	display:hidden;
	visibility:none;
	position:absolute;
	top:530px;
	left:1280px;
	background:#FFFFFF;
	z-index:100;
}
#menubar{
	text-align:left;
	padding: 0;
	margin: 0 auto;
	white-space:nowrap;
	overflow:hidden;
	position:absolute;
	top:256px;
	left:58px;
}
#menubar ul, #menubar li{
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;
}
#menubar a, #menubar a:visited{
	display:block;
}

#content{
	float:right;
	margin: 0 auto;
	color:black;
	text-align:justify;
	font-size:9pt;
	padding:10px;
	width:600px;
	position:relative;
	left:-100px;
	top:-2px;
	min-height:350px;
}
/*---------------------------------*/
#footer{
	float:none;
	clear:both;
	color:#FFFFFF;
	font-size:8pt;
	text-align:right;
	background-image:url("/images/skin-08-03/footer.jpg");
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding:0;
	width:1000px;
	height:228px;
	overflow:hidden;
	position:relative;
	top:10px;
}
#footer p{
	position:relative;
	top:150px;
	left:-40px;
}
/*---------------------------------*/
.title{
	font-size:16pt;
	color:#4d1520;
}
.subtitle{
	font-size:12pt;
	color:#4d1520;
}
.emphasize{
	font-size:12pt;
	color:green;
	font-weight:bold;
}
/*---------------------------------*/
#header .button{
	background:url(/images/skin-08-03/button-off.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	font-size:12pt;
	overflow:hidden;
	display:block;
	width:115px;
	height:80px;
	margin:0; 
	padding:0;
	position:relative;
}
#header .button a{
	font-family:"Times New Roman", times, serif;
	color:#a44355;
	text-decoration:none !important;
	vertical-align:top;
	height:115px;
}
#header .button a:hover{
	font-size:12.5pt;
	background:url(/images/skin-08-03/button-on.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:bottom;
	height:115px;
}
#header .button a span{
	position:relative;
	left:0px;
	top:21px;
}
/*---------------------------------*/
/* TEXT */
p {
	font-size:1em;
	margin:.5em 0 .5em 0; /* some air around p elements */
	line-height:1.7em;
	padding:0;
}
br {
	line-height:15px;
}
blockquote {
	border-left:10px solid #ddd;
	margin-left:10px;
}
pre {
	font-family:monospace;
	font-size:1.0em;
}
strong, b {
/* explicit setting for these */
	font-weight:bold;
}
em, i {
/* explicit setting for these */
	font-style:italic;
}
u {
	text-decoration:none;
	font-size:10px
}
ol{
	position:relative;
	left:35px;
}
#content ul{
	position:relative;
	left:35px;
}
img{
	border:0px;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
	white-space:pre-wrap; /* css-3 */
	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
}
pre {
	border:1px solid #000; /* black border for pre blocks */
	background-color:#ddd;
	margin:0 1em 1em 1em;
	padding:0.5em;
	line-height:1.5em;
	font-size:90%; /* smaller font size, as these are usually not so important data */
}
/* END TEXT */
