/* CSS Document - STYLES */


* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/19px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


/* STRUCTURE
--------------------------------------------*/

#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	background: url(../img/bg_inside.gif) repeat;
}

#header {
	width: 760px;
	background-color: #fff;
}

#contentLeft {
	width: 395px;
	float: left;
	padding: 0 20px 20px;
	background-color: #ffd478;
}

#contentRight {
	width: 285px;
	padding: 0 20px 0 0;
	float: right;
}

#footer {
	width: 720px;
	padding: 20px 20px 10px;
	background: url(../img/bg_footerBtm.jpg) repeat;
}


/* HEADERS
--------------------------------------------*/

#header h1 {
	position: relative;
	left: 20px;
	top: 15px;
	z-index: 3;
	width: 200px;
	background: url(../img/logo_pc.gif) no-repeat;
	text-indent: -9000px;
}

#header h1 a {
	display: block;
	height: 50px;
	background: url(../img/logo_pc.gif) no-repeat;
}

h2 {
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #1f3766;
	margin: 20px 0 5px;
}

h3 {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 14px;
}

h4 {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
}

	
/* FORMATTING
--------------------------------------------*/	

p, ul {
	margin-bottom: 10px;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	color: #1f3766;
	text-align: center;
}

#footer img {
	margin: 0 20px;
}

ul { 
	margin-left: 20px;
}	

strong {
	color: #1f3766;
}

.small {
	font-size: 9px;
	line-height: 12px;
}

.warning {
	padding: 30px 0;
	text-align: center;
}

.money {
	width: 121px;
	float: left;
	margin-right: 16px;
}

.money p {
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #1f3766;
	text-align: center;
}

.money img {
	margin-left:10px;
	margin-right:auto;
}


/* LINKS
--------------------------------------------*/
#nav ul {
	padding-top: 9px;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: right;
	font-size: 15px;
	line-height: 19px;
	padding: 0 20px 6px 20px;
	text-decoration: none;
	color: #1f3766;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	padding-bottom: 6px;
	color: #1f3766;
	background: url(../img/bullet_half.gif) no-repeat bottom center;
}
