body {margin: 0; padding: 0; background: #ffffff}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia; margin: 15px 0 0 5px; color: #0099FF; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Arial, Helvetica, sans-serif; font-weight: normal}  /* italic words in titles */

h1 {position: absolute; right: 0px; top: 30px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px solid #fff}
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {
	position: absolute;
	right: 0px;
	top: 85px;
	font-style: italic;
	color: ##0099FF;
	font-size: 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 17px;
	width: 750px;
	text-align: left;
	letter-spacing: -.05px;
}  /* sits under main title */

h2 {font-size: 1.50em; letter-spacing: 0.05em}

p, ul, ol {
	margin: 10px 10px 0 7px;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #666666;
	letter-spacing: 0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.50em; font-weight: bold} /* shouting words */

a:link, a:visited {
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
a:hover, a:active {color: #666666; border-color: #fff}

ul {list-style: inside square} /* general lists */

acronym {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #666666;

}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
	position: relative;
	margin: 0 auto;
	width: 770px;
	overflow: hidden;

}

#hdr {  /* div containing h1, nav and grapes image */
	float: right;
	width: 770px;
	height: 135px;
	background-repeat: no-repeat;
	background-image:j_images/james_logo.jpg;
	text-align: right;
	background-image: url(../j_images/james_logo.jpg);
}

#lftcol {
	float: left;
	width: 355px;
	padding-left: 0px;
	padding-bottom: 0px;
	background: transparent;
	overflow: hidden;
	margin-bottom: 50px;
}  /* left column */

#centrecol {
	float: left;
	width: 700px;
	padding-left: 0px;
	padding-bottom: 0px;
	background: transparent;
	overflow: hidden;
	margin-bottom: 50px;
}  /* left column */

#lftcol2 {   /* left column */
position: absolute;
left: -37px;
top: 211px;
margin-left: 50px;  /* leave this so that background image lines up with edge of this div */
width: 200px; 
background: transparent;
overflow: hidden
}


#rgtcol {float: right; width: 385px; padding-bottom: 30px; background: transparent; overflow: hidden}  /* right column */

#bttmbar {
	float: none;
	text-align: center;
	font-size: 0.65em;
	height: 4em;
	line-height: 2em;
	width: 100%;
	color: #0099ff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#quote {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background: url(file:///SHOUT DESIGN HD/WORK/202-James Preston Wedsite/localsite/CSS/images/quote.gif) no-repeat 0 0	
}

#quote p {color: #444; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text */

#bottom_fullwidth {

	width: 100%;

	background:

	height: 500px;

	padding: 0;

	margin: 0;

}

#footer_line {
	width: 100%;
	height: 20px;
	padding: 0;
	margin:  auto;
	background-image: url(../j_images/bottom_line.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}

/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	padding: 0;
	list-style: none inside;
	text-align: left;
	background: repeat-x;

}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 110px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	padding: 4px 5px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #666666;
	background: #
}

ul#nav li a#current {border-color: #0099ff}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #; color: #0099ff}


