body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 90%;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#sidebar-right a, a:link, a:active {
	color: #FF0000;
	text-decoration: none;
}

a, a:link, a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#page-content p,
#page-content-inside p,
#page-content-inside ul {
	color: #000000;
	padding: 0 10px 0 200px;
	margin-top: 5px;
}

#page-content-inside li {
	color: #000000;
	margin-left: 20px;
}

#sidebar-right p {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}

h1 {
	font-size: 3em;
	color: #CC0000;
	margin: 20px 0 10px 200px;
	padding-left: 20px;
	font-weight: bold;
	border-left: 20px solid #000000;
}

#page-content h2,
#page-content-inside h2 {
	color: #000000;
	padding: 0 10px 0 200px;
	margin-bottom: 0px;
}

img a {
	border: none;
}


#container {
	width: 100%;
	padding-top: 20px;
	position: relative;
}

#page {
	width: 800px;
	margin: auto;
	position: relative;
}

#page-content {
	width: 540px;
	height: 745px;
	float: left;
	background: url(images/pagebg-home.png) no-repeat;
	border-left: 20px solid #000000;
}

#page-content-inside {
	width: 540px;
	height: 765px;	
	float: left;
	background: url(images/pagebg-inner.png) no-repeat;
	border-left: 20px solid #000000;	
	padding-top: 290px;
}


/* RIGHT SIDEBAR STYLES */

#sidebar-right {
	width: 200px;
	float: right;
	background-color: #000000;
	padding: 15px;
	text-align: center;
}
