
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	font-family		: Verdana, Arial, sans-serif;
	margin: 30px 0;
	padding: 0;
	background: #EFEFEF;
	font-size: 12px;
	color: #6B6B6B;
}


/* Header */

#header {
	width: 917px;
	height: 115px;
	margin: 0 auto;
	background: url(templates/Redplanet/resources/common/images/img2.gif) repeat-x;
}

/* Logo */

#logo {
	float: left;
	height: 115px;
	padding: 0 0 0 0;
	background: url(templates/Redplanet/resources/common/images/img1.gif) no-repeat;
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	font-family		: Verdana, Arial, sans-serif;
	float: left;
	padding: 30px 0 0 40px;
	font-size: 36px;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding: 72px 0 0 8px;
	font-size: 12px;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}

/* Menu */

#menu {
	float: right;
	height: 45px;
	padding: 75px 25px 0 0;
	background: url(templates/Redplanet/resources/common/images/img3.gif) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	font-family		: Verdana, Arial, sans-serif;
	padding: 0 15px 0 20px;
	border-left: 1px solid #DBDBDB;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}

#menu .first a {
	border: none;
}

/* Splash */

#splash {
	width: 877px;
	height: 170px;
	margin: 0 auto;
	background: url(templates/Redplanet/resources/common/images/img5.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

/* Content */

#content {
	width: 847px;
	margin: 0 auto;
	padding: 0px 35px 35px 35px;	
	background: #FFFFFF url(templates/Redplanet/resources/common/images/img8.gif) no-repeat left bottom;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	font-family		: Verdana, Arial, sans-serif;	color: #5D5D5D;
}