/* @override 
	http://localhost/~bradland/rourkeclassroom.com/www/stylesheets/screen.css
*/

html, body {
	height: 100%;
}

body {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrapper {
	width: 780px;


/*Width of main container*/
	margin: 0 auto;
	background: url(../images/content-bg.gif) repeat-y 10px;
}

#header {
	background: url(../images/header.jpg) no-repeat 50%;
	height: 98px;
}

#header p {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 77px;
}

#header p a, #header p a:visited {
	background: url(../images/star-bullet.gif) no-repeat 1% 50%;
	padding-left: 15px;
	font-weight: bold;
	color: #006;
}

#header p a:hover {
	text-decoration: none;
}

#content-wrapper {
	float: left;
	width: 100%;
}

#content {
	margin-left: 160px;
	padding-top: 10px;
}

#content p {
	margin: 0 20px 10px;
}

#navigation {
	float: left;
	width: 144px;


/*Width of left column*/
	margin-left: -780px;
	padding-left: 11px;
	padding-top: 10px;
}

#navigation h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #006;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

#navigation ul {
	margin: 0 0 15px;
	padding: 0;
}

#navigation ul li {
	
}

#navigation ul li a, #navigation ul li a:visited {
	display: block;
	height: 16px;
	color: #006;
	border-bottom: 1px solid black;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#navigation ul li a:hover {
	background-color: #006;
	color: #fff;
}

#navigation ul li.special a {
	font-size: 13px;
	height: 16px;
}

#footer {
	background: url(../images/footer.jpg) no-repeat 50%;
	height: 48px;
	clear: left;
	width: 100%;
	text-align: center;
}

#footer p {
	color: #fff;
	font-size: 11px;
	padding-top: 3px;
}

ul#ebook_bullets {
	padding: 0;
	margin: 0 0 0 35px;
}

#content h1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #006;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 3px;
}

#content h3 {
	margin-left: 20px;
	margin-right: 20px;
	color: #006;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

#content table.form-table {
	margin-left: 18px;
}

span.form_error {
	color: #f00;
}

#content table.form-table td {
	padding: 2px;
}

#ebook_bullets li {
	margin: 0;
	padding: 12px 0 15px 50px;
	background: url(../images/ebooks/e_logo.gif) no-repeat 10px 0;
}

/* Reps page */

#reps {
	width: 600px;
}

#reps h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	margin-bottom: 5px;
}

#reps p {
	margin-left: 0;
	margin-right: 0;
}

#reps table.rep-table {
	margin: 0;
}

#reps table.rep-table td {
	padding: 5px;
}

#reps table.rep-table div {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}

#reps table.rep-table h4 {
	font-weight: bold;
	color: #006;
	margin-top: 2px;
	margin-bottom: 3px;
}

#reps table.rep-table p {
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* Generics */

.centered {
	text-align: center;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto
}
