/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Tahoma;
	background: url(../images/bg.png) top repeat-x #fff;
	font-size: 0.8em; 
	color: #404040;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.8em;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	color: #000cc2;
}

h2 {
	font-size: 1.2em;
	margin: 10px 0px;
}

a {
	color: #000cc2;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

form {
	width: 440px;
	float: left;
}

.textbox {
	border: 1px solid #ddd;
	width: 180px;
	padding: 2px;
}

textarea {
	font-family: Verdana, Arial, Tahoma;
	font-size: 1em;
	border: 1px solid #ddd;
	width: 220px;
	height: 111px;
	padding: 2px;
}

#page {
	width: 760px;
	margin: auto;
	text-align: left;
	background: url(../images/pagebg.png) top repeat-y;
	overflow: auto;
}

#container {
	width: 720px;
	padding: 20px 20px 10px 20px;
	background: url(../images/containerbg.png) top no-repeat;
	overflow: auto;
}

#nav {
	float: right;
	margin-top: 20px;
	width: 390px;
	height: 38px;
}

#nav li {
	float: left;
	margin-right: 5px;
}

#nav a {
	display: block;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
}

.home a {
	width: 61px;
	background: url(../images/btnhome.png) top no-repeat;
}

.homeon a, .home a:hover {
	width: 61px;
	background: url(../images/btnhome.png) bottom no-repeat;
}

.aboutme a {
	width: 61px;
	background: url(../images/btnaboutme.png) top no-repeat;
}

.aboutmeon a, .aboutme a:hover {
	width: 61px;
	background: url(../images/btnaboutme.png) bottom no-repeat;
}

.courses a {
	width: 73px;
	background: url(../images/btncourses.png) top no-repeat;
}

.courseson a, .courses a:hover {
	width: 73px;
	background: url(../images/btncourses.png) bottom no-repeat;
}

.testimonials a {
	width: 99px;
	background: url(../images/btntestimonials.png) top no-repeat;
}

.testimonialson a, .testimonials a:hover {
	width: 99px;
	background: url(../images/btntestimonials.png) bottom no-repeat;
}

.contactme a {
	width: 70px;
	background: url(../images/btncontactme.png) top no-repeat;
}

.contactmeon a, .contactme a:hover {
	width: 70px;
	background: url(../images/btncontactme.png) bottom no-repeat;
}

#content {
	clear: both;
	float: left;
	width: 700px;
	padding: 20px 10px 0px 10px;
}

#content ul {
	margin-left: 20px;
}

#content li {
	list-style: square;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	width: 720px;
	margin: auto;
	padding: 25px 20px 15px 20px;
	font-size: 0.8em;
	background: url(../images/footerbg.png) top no-repeat;
}

#footer p {
	margin: 5px 0px;
}

.verify {
	position: relative;
	top: 6px;
	border: 1px solid #ddd;
}

.errors {
	width: 430px;
	float: left;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.rightpic {
	float: right;
	margin: 10px 0px 10px 20px;
}

.clear {
	clear: both;
}

.textright {
	clear: both;
	text-align: right;
}

.error {
	color: red;
	font-weight: bold;
}