/* HTML tags */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #424242;
}

/* Main layout divs */

#container {
}

#page {
	background-image: url(images/page_bgrnd.gif);
	height: 443px;
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#left_col {
	width: 540px;
	float: left;
	display: block;
}
#right_col {
	width: 135px;
	float: right;
	margin-right: 8px;
	padding-left: 10px;
}

#content_pane {
	padding: 2px;
	height: 460px;
	width: 539px;
	display: block;
}

#content_block {
	width: 480px;
}

/* Homepage divs */

#homepage {
	background-image: url(images/homepage.jpg);
	float: left;
	height: 435px;
	width: 696px;
}
#home_nav {
	float: left;
	height: 93px;
	width: 141px;
	margin-top: 205px;
	margin-left: 80px;
}
#home_nav a {
	font-family: "American Typewriter", "Courier New", "Times New Roman", Georgia;
	font-size: 14px;
	color: #805F3C;
	text-decoration: none;
	line-height: 20px;
}
#home_nav a:hover {
	font-family: "American Typewriter", "Courier New", "Times New Roman", Georgia;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

/* Main nav */

#main_nav {
	margin-top: 5px;
	margin-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #424242;
	width: 500px;
	padding-top: 10px;
}
#main_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	text-decoration: none;
	background-image: url(images/nav_off.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 120px;
	padding-left: 15px;
	padding-right: 10px;
}

#main_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/nav_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 120px;
	padding-left: 15px;
	padding-right: 10px;
}

#main_nav a.on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/nav_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 120px;
	padding-left: 15px;
	padding-right: 10px;
}


#lazypage {
	background-image: url(images/lazy_bgrnd.gif);
	height: 580px;
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

/* Main titles */

#main_title {
	height: 39px;
	width: 261px;
	margin-left: 30px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#main_title.lazy {
	background-image: url(images/title_lazy.gif);
	width: 256px;
}

#main_title.method {
	background-image: url(images/title_method.gif);
	height: 39px;
	width: 355px;
}

#main_title.news {
	background-image: url(images/title_news.gif);
	height: 39px;
	width: 333px;
}

#main_title.author {
	background-image: url(images/title_author.gif);
	height: 39px;
	width: 229px;
}

#main_title.contact {
	background-image: url(images/title_contact.gif);
	height: 39px;
	width: 400px;
}

.right_link {
	padding-left: 5px;
	padding-top: 10px;
}

.right_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #514B48;
	text-decoration: none;
}

.right_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Underlines */

.underline_lazy {
	width: 450px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3AD60;
	margin-top: 5px;
}

.underline_method {
	width: 450px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFC3B6;
	margin-top: 5px;
}

.underline_news {
	width: 450px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5aa94;
	margin-top: 5px;
}

.underline_author {
	width: 450px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7BA97E;
	margin-top: 5px;
}

.underline_contact {
	width: 450px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #703618;
	margin-top: 5px;
}

/* Quotes */

.quote_lazy {
	color: #E3AD60;
}

.quote_method {
	color: #DFC3B6;
}

.quote_news {
	color: #e5aa94;
}

.quote_author {
	color: #7BA97E;
}

.quote_contact {
	color: #703618;
}

/* Pages */

#methodpage {
	background-image: url(images/method_bgrnd.gif);
	height: 580px;
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#newspage {
	background-image: url(images/news_bgrnd.gif);
	height: 580px;
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#authorpage {
	background-image: url(images/author_bgrnd.gif);
	height: 580px;
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#contactpage {
	background-image: url(images/contact_bgrnd.gif);
	height: 456px;
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

/* Video Link */

.video_link {
	margin-top: 222px;
}

.video_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	text-decoration: none;
	background-image: url(images/nav_off.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 120px;
	padding-left: 15px;
	padding-right: 10px;
}

.video_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/nav_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 120px;
	padding-left: 15px;
	padding-right: 10px;
}
h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
#videoplayer {
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 240px;
	margin-top: 30px;
}
