/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Content > Main */

#content {
	float: left;
	width: 375px;
	padding: 20px 25px 0 40px;
	background: url(images/img04.jpg) no-repeat;
}

/* Sidebar */

#right {
	float: right;
	width: 220px;
	padding: 20px 20px 0 0;
	background: url(images/img05.jpg) no-repeat;
}

.search input {
	float: right;
	margin-right: 20px;
	background: #5A83AE;
	border: 1px solid #000000;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
	width: 180px;
}

.search a.SkinObject {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	background: #5A83AE;
	border: 1px solid #000000;
	text-transform: lowercase;
	color: #000000;
	padding-bottom: 60px;
}

/* Page */

#page {
	width: 680px;
	margin: 0 auto;
	background: #0F1720 url(images/img03.gif) repeat-y;
}

/* Footer */

#footer {
	width: 680px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	background: url(images/img08.jpg) no-repeat;
}

