* { 
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Arial;
	font-size: 12px;
	background: #681629 url(images/bg.jpg) no-repeat center top;
}

img {
	border-style: none;
}

#wrapper { 
	margin: 0 auto;
	width: 915px;
}

#content {
	overflow: hidden;
	width: 870px;
	padding: 0;
	margin-top: 45px;
}

#mainc { 
	float: left;
	width: 635px;
	display: inline;
	position: relative;
	height: 669px;
}

#sidebar { 
	display: inline;
	margin: 0;
	padding: 0;
	width: 231px;
	float: right;
	height: 669px;
}

#sidebar .red {
	width: 208px;
	height: 257px;
	margin-left: 17px;
	margin-top: 4px;
}

#sidebar .form {
	margin-top: 0;
	margin-left: 17px;
	overflow: hidden;
	margin-bottom: 0;
	padding-left: 48px;
	height: 80px;
}

#sidebar .form form p {
	margin-right: 17px;
	color: #fff;
	margin-bottom: 4px;
}

#sidebar .black {
	width: 208px;
	height: 255px;
	margin-left: 17px;
}

#social {
	width: 821px;
	clear: both;
}

#social ul.networks {
	width: 821px;
	height: 113px;
	padding-top: 25px;
	padding-left: 50px;
}

#social ul.networks li {
	float: left;
	list-style-type: none;
	text-indent: -5000px;
	margin-right: 50px;
	width: 146px;
	height: 62px;
	padding: 0;
}

#social ul.networks li.myspace a {
	background: url(images/myspace.png) no-repeat;
	width: 146px;
	height: 62px;
	text-indent: -5000px;
	float: left;
}

#social ul.networks li.myspace a:hover {
	background: url(images/myspace_over.png) no-repeat center top;
	margin: 0;
	padding: 0;
	width: 146px;
	height: 62px;
}

#social ul.networks li.facebook a {
	float: left;
	background: url(images/facebook.png) no-repeat;
	width: 146px;
	height: 62px;
}

#social ul.networks li.facebook a:hover {
	background: url(images/facebook_over.png) no-repeat;
}

#social ul.networks li.twitter a {
	width: 146px;
	height: 62px;
	background: url(images/twitter.png) no-repeat;
	float: left;
}

#social ul.networks li.twitter a:hover {
	width: 146px;
	height: 62px;
	background: url(images/twitter_over.png) no-repeat;
}

#social ul.networks li.bebo a {
	background: url(images/bebo.png) no-repeat;
	width: 146px;
	height: 62px;
	float: left;
}

#social ul.networks li.bebo a:hover {
	background: url(images/bebo_over.png) no-repeat;
}

#footer { 
	width: 915px;
	clear: both;
	margin: 0;
	padding: 0;
}

#footer p {
	color: #fff;
	font: 12px Arial;
	text-align: center;
	margin-bottom: 10px;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

.clear { 
	clear: both; 
	background: none; 
}