body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

p, ol, ul {
}

hr {
	color: #F1592A;
}

a {
	text-decoration: none;
	color: #F1592A;
}

a:hover {
	text-decoration: underline;
	color: #6D6E72;
}

a img {
	border: none;
}


/* Wrapper */

#wrapper {
	width: 950px;
	background-image: url(images/bg-wrapper.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F1592A;
}

/* Header */

#header {
	width: 950px;
	height: 130px;
}

/* Header Left */

#header-left {
	float: left;
	width: 600px;
	height: 130px;
	background-image: url(images/bg-banner-top.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 14px;
	color: #F1592A;
	padding: 0px 0px 0px 150px;
}

/* Header Right */

#header-right {
	float: right;
	width: 200px;
	height: 130px;
	text-align: center;
	font-size: 14px;
	color: #F1592A;
}

/* Header News Ticker */

#header-newsticker {
	font-size: 16px;
	font-weight: bold;
	color: #6D6E72;
	padding: 4px 0px 4px 120px;
}

/* Page */

#page {
	width: 950px;
}

/* Sidebar */

#sidebar-left {
	float: left;
	width: 200px;
	height: 100%;
	background-image: url(images/bg-sidebar.jpg);
	background-repeat: repeat-y;
}

#sidebar-menu {
	background-image: url(images/bg-sidebar-menu.jpg);
	position: relative;
	width: 200px;
	height: 340px;
	background-repeat: no-repeat;
}

#sidebar-menu-content {
	padding: 30px 0px 0px 30px;
}

#sidebar-menu-content ul {
	list-style: none;
}

#sidebar-menu-content li {
	font-size: 12px;
	padding-left: 20px;
	line-height: 25px;
	background: url(images/bg-sidebar-menu-button.jpg) no-repeat left 50%;
}

#sidebar-menu-content a {
	color: #6D6E72;
	text-decoration: none;
	font-weight: bold;
}

#sidebar-menu-content a:hover {
	text-decoration: underline;
	color: #F1592A;
}

#sidebar-menu-content .active {
	color: #000000;
	font-weight: bold;
}

#sidebar-paypal {
	width: 160px;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F1592A;
}


/* Content */

#content {
	float: left;
	width: 550px;
}

.post {
	border: solid #6D6E72 1px;
	margin: 0px 0px 10px 0px;
	line-height: 125%;
}

.post .title {
	line-height: 30px;
	margin: 0px;
	padding: 3px 0px 3px 10px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #F1592A;
	border: 0px;
}

.post p {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px;
}


/* Sidebar Right */

#sidebar-right {
	float: right;
	width: 190px;
	text-align: center;
	font-size: 16px;
}

/* Footer */

#footer {
	width: 820px;
	margin: 0px;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 130px;
}

#footer-logos {
	padding: 0px 0px 0px 0px;
}

#footer-links {
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 10px;
}
#footer-links a {
	text-decoration: none;
	color: #6D6E72;
}

#footer-links a:hover {
	text-decoration: underline;
	color: #F1592A;
}

#footer-copyright {
	text-align:center;
	color: #F1592A;
}

.error {
	font-size: 14px;
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
	color: #660000;
	width: 536px;
	padding: 5px;
}
