body {
	font: 100% "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(design_images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header p {
	color: #333333;
	padding-left: 630px;
	padding-top: 112px;
	font-weight: bold;
}
#holder #content img {
	padding: 10px;
	float: right;
	clear: both;
}

#footer {
	font-size: 70%;
	color: #333333;
	height: 155px;
	background-image: url(design_images/bg-foot.jpg);
	margin: 0px;
}
#footer p {
	color: #FFFFFF;
	text-align: right;
	padding-top: 125px;
	padding-right: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}


#holder {
	text-align: left;
	width: 850px;
	background: url(design_images/bg_body.jpg) repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	font-size: 70%;
	color: #FFFFFF;
	height: 154px;
	background: url(design_images/bg-header.jpg) no-repeat;
}
#content {
	font-size: 90%;
	color: #333333;
	float: left;
	width: 800px;
	margin-right: 15px;
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#sidebar {
	margin-right: 15px;
	margin-left: 630px;
	font-size: 90%;
	border: 1px solid #000000;
}
#content h1 {
	color: #000000;
	font-size: 120%;
}

#sidebar h1 {
	color: #333333;
	background: #D3CA0B;
	font-size: 110%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#header li {
	list-style: none;
	display: inline;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
}
#header ul {
	text-align: right;
	margin-right: 20px;
	padding-top: 120px;
}


#sidebar p {
	margin-right: 5px;
	margin-left: 5px;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

