* {margin:0 auto;padding:0;}
body {
	font: 11pt normal arial, helvetica, sans-serif;
}
h1 {
	padding: 10px 0 0 0;
	font: 1.5em normal times, georgia, serif;
}
h2 {
	padding: 0 0 10px 0;
	font: 1.3em normal times, georgia, serif;
}
p {
	padding: 10px 0;
	font: .85em normal arial, helvetica, sans-serif;
	line-height: 14pt;
	letter-spacing: .025em;
}
a {
	color: #1d68c5;
}
img {
	border: none;
}
#wrapper {margin:0 auto;width:800px;}
#header_container {
	background: url(images/header-bg.jpg);
	height: 130px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
}
#logo {
	float: left;
	position: relative;
	top: 0px;
	left: 20px;
}
ul#reg_log {
	list-style: none;
	float: right;
	position: relative;
	top: 10px;
}
ul#reg_log li {
	display: inline;
	padding-right: 20px;
}
ul#reg_log li a {
	font-weight: bold;
	text-decoration: none;
	color: #eee;
}
ul#reg_log li a:hover {
	color: #fff;
}
#nav_container {
	background: url(images/nav-bg.jpg);
	height: 40px;
}
ul#nav {
	list-style: none;
}
ul#nav li {
	display: inline;
	position: relative;
	top: 11px;
}
ul#nav li a {
	color: #ddd;
	text-decoration: none;
	padding: 11px 20px 12px 20px;
}
ul#nav li a:hover {
	background:	 #1f78e5;
	color: #fff;
}
#content_container {
	background: #fff;
}
#reg-now a {
	 color:red !important;
}
#content {
	float: left;
	width: 510px;
	padding: 20px;
}
#sidebar {
	margin: 20px 0 0 20px;
	float: right;
	width: 230px;
}
img#main {
	/*padding: 10px;*/
}
.course_container {
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
	border: 1px solid #f3d3d3;
	color: #ff0000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fbecec;
}
.course_bullet {
	padding: 0 10px 0 0;
	float: left;
	width: 15px;
}
.course_text {
	float: left;
	width: 180px;
}
.course_header {
	margin-bottom: 10px;
	font: bold 16px arial, helvetica, sans-serif;
	color: #ff0000;
	line-height: 1;
}
.course_info {
	font-size: .75em;
}
.course_info a {
	color: #ff0000;
}
.promo_container {
	margin: 20px 0;
}
.promo_icon {
	float: left;
	width: 35px;
}
.promo_title {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}
.promo_info {
	font-size: .85em;
	letter-spacing: .25px;
}
#footer_nav_container {
	height: 50px;
	background: url(images/footer-bg.jpg);
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}
ul#footer_nav {
	padding-top: 15px;
	list-style: none;
	text-align: center;
}
ul#footer_nav li {
	padding: 0 20px;
	display: inline;
}
ul#footer_nav li a {
	color: #fff;
	text-decoration: none;
}
ul#footer_nav li a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#question_container ol {
	margin: 0 0 50px 30px;
}
#question_container ol li {
	padding: 0 0 5px 0;
}	
#answer_container ol {
	margin: 0 0 0 30px;
}
	#answer_container ol li {
		padding-bottom: 5px;
		font-weight: bold;
		font-style: italic;
	}
	.top {
		font-size: .75em;
		font-style: normal;
	}
	#answer_container .faq_answer {
		margin-bottom: 25px;
		line-height: 1.5;
	}
table.reg-log-list {
	margin: 20px 0 40px 0;
	list-style: none;
}
	table.reg-log-list td {
		margin-right: 20px;
	}
	table.reg-log-list td.course {
		width: 200px;
	}
	table.reg-log-list td.price {
		width: 100px;
	}
	table.reg-log-list td.course, table.reg-log-list td.price {
		font: normal 24px "times new roman", times, serif;
	}
	table.reg-log-list td.price a {
		color: #aa0000;
		text-decoration: none;
	}
	table.reg-log-list td.button {
		background: #aa0000;
		padding: 10px;
		text-align: center;
		font-weight: bold;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: 1px solid #aa0000;
	}
	table.reg-log-list td.button a {
		text-decoration: none;
		color: #fff;
		text-shadow: #aa0000 -1px -1px 0px;
	}
	
.course_register_button {
	margin: 20px auto;
	width: 300px;
	color: #fff;
	background: #aa0000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #990000;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}
.course_register_button:hover {
	background: #ff0000;
}
.course_register_button a {
	color: #fff;
	text-shadow: #990000 -1px -1px 0;
	text-decoration: none;
}
.course_register_button a:hover {
	text-decoration: none;
}
.course_price {
	font-family: georgia, times, serif;
	font-size: 24px;
	text-align: center;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ddd;
	padding: 5px 0 10px 0;
	background: #eee;
	width: 100px;
}