/* CSS Document */
* { padding: 0; margin: 0; border: none; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3E3E3E;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(/images/background_body.jpg);
	padding-top: 30px;
}

div#wrapper {
	width: 760px;
	margin: 0 auto; 
}
div.header {
	float: left;
	height: 257px;
	width: 180px;
	text-align: left;
	background-image: url(/images/plus_logo.jpg);
}
div.header a {
	display: block;
	height: 257px;
}
div.header a span { display: none; }
div.inner {
}
div.footer {
	text-align: center;
	color: #999;
	font-size: 11px;
}
div.footer a { color: #ccc; text-decoration: none;  }

div.inner div.content {
}

div.content {
	text-align: right;
	float: right;
	color: #eeeeee;
	width: 580px;
	height: 257px;
	background-image: url(/images/background_content.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
}
div.content h1 {
	padding-top: 30px;
	padding-bottom: 10px;
	color: white;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	border-bottom: 1px solid #999;
}
div.content ul { 
	padding-left: 30px; 
	padding-bottom: 10px;
	margin: 0; 
}
div.content ul li { 
	list-style: square;
	font-size: 12px;
}
div.content p { 
	padding: 10px; 
	font-size: 12px;
	line-height: 18px;
}
div.content p span {
	font-weight: bold;
	color: white;
}
div.content ul.inline {
	padding: 10px;
}
div.content ul.inline li {
	display: inline;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
}
div.content ul.inline li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
div.content ul.inline li a:hover {
	text-decoration: underline;
	color: #ffcc00;
}
div.content ul.inline li#last {
	border: none;
}
div.content a {
	color: #ccc;
}
div.content a:hover {
	color: #ffcc00;
}


div.clear { clear: both }
a {
	color: #cccccc }
