/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (master.css)

Site: DrewBowling.com
Company:  AuthorsOnTheWeb.com
Author:   Eric P. Rhodes (eric@bookreporter.com)
Version:  08 December 2006
File Path: ../css/master.css
----------------------------------------------- */

/* = Macro (Global)
------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url("../images/1px_bg_repeat.jpg");
	background-repeat: repeat-y;
	background-position: top left;
	font-size: 12px;
	font-family: verdana, san-serif;
	color: #BFB9AC;
	}

img {
	border-width: 0;
	display: block;
	}
	
p {
	text-align: left;
	}

blockquote {
	text-align: left;
	}
	
table tr td {
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-size: 0px;
	}
#c2 {
	background: url("../images/bg_castle.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	width: 1761px;
	height: 1000px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	}

.container {
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	background: url("../images/container_bg.jpg");
	background-repeat: repeat-y;
	background-position: top left;
	}
	
.home .container {
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	background: none;
}


/* = Global Structure - #content, #c1, #c2,
------------------------------------------*/
	
#content {
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url("../images/content_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	}

.book #content {
	background: url("../images/book/content_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	}

.contact #content {
	background: url("../images/contact/content_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	}

.home #content {
	background: url("../images/home_content_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	}


/* = Global Structure - #maincol_content, #maincol_footer
------------------------------------------*/

#maincol {
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
	}

#maincol_content {
	width: 755px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 20px;
	pading-top: 0px;
	padding-bottom: 0px;
	float: left;
	}
	
/* =Global Structure - #xcol
------------------------------------------*/

#footer {
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
	}



/* =Links
------------------------------------------*/

a:link { 
	color: #F4D966;
	text-decoration: underline;
	font-family: verdana, san-serif;
	font-size: 12px;

	}
	
a:visited { 
	color: #F4D966;
	text-decoration: underline;
	font-family: verdana, san-serif;
	font-size: 12px;
	}
	
a:hover { 
	color: #F4D966;
	text-decoration: underline;
	font-family: verdana, san-serif;
	font-size: 12px;
	} 
	

/* =Header
------------------------------------------*/
	
#header {
	width: 800px;
	height: 315px;
	padding: 0px;
	}
	
/* =Nav
------------------------------------------*/

#nav {
	width: 800px;
	float: left;
	}


#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	}

#nav a {
	border-width: 0;
	padding: 0;
	margin: 0;
	}

#nav_barA { 
	width: 754px;
	margin: 0px;
	padding: 0px;
	float: left;
	}

/* =Subnav
------------------------------------------*/

#subnav {
	width: 800px;
	float: left;
	}


#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#subnav li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	}

#subnav a {
	border-width: 0;
	padding: 0;
	margin: 0;
	}

#subnav_barA { 
	width: 754px;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
