/***************************************************
 * TITLE: John Glass Photography Screen Stylesheet * 
 * CREATED: March 2007                             *
 ***************************************************/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/headerbg.jpg) repeat-x;
	font: normal 75% Tahoma, Arial, Helvetica, sans-serif;
	color: #373737;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8B4513;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(imgs/line.gif) repeat-y;
}

a {
	color: Maroon;
}

a:hover {
	text-decoration: none;
}

a.red:link, a.red:visited {
	color: Maroon;
	font-weight: bold;
	text-decoration: underline;
}

a.red:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5B0000;
}

/********************************
*           Wrapper             *
*********************************/

#wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
	padding: 0px;
}

/********************************
*             Header            *   
*********************************/

#header {
	width: 760px;
	height: 160px;
	margin: 0 auto;
	padding: 0px;
}
#headerimage {
	float: right;
	background: url(images/film.jpg) no-repeat;
	width: 129px;
	height: 129px;
	margin-top: 8px;
	padding: 0px;
	z-index: 5;
}

#headerlogo {
	float: left;
	background: url(images/logo.gif) no-repeat;
	width: 515px;
	height: 61px;
	margin-top: 43px;
	padding: 0px;
}


/********************************
*         Top  Menus            *
*********************************/

#toplinkup {
	height: 50px;
	position: absolute;
	top: 3px;
	left: 250px;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CC9933;
    font-weight: bold;
}
#toplinkup li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#toplinkup ul {
	margin: 0px;
	padding: 0px;
	}
		
#toplinkup a, #toplinkup a:visited {
	color: #CC9933;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	}
		
#toplinkup a:hover {
	color: #ECDAB4;
	text-decoration: none;
	}

#toplinklow {
	height: 50px;
	position: absolute;
	top: 128px;
	left: 40px;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F5ECD8;
    font-weight: bold;
}

#toplinklow li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#toplinklow ul {
	margin: 0px;
	padding: 0px;
	}
		
#toplinklow a, #toplinklow a:visited {
	color: #F5ECD8;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	}
		
#toplinklow a:hover {
	color: #D0A447;
	text-decoration: none;
	}

/********************************
*        Content                *
*********************************/

#content {
	width: 760px;
	margin: 5px auto;
	background-color: #FFFFFF;
}
#content h1 {
	color: #660000;
	font-size: 22px;
	font-family: Century Gothic, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	padding: 20px 0px 10px 0px;
	border-bottom: 2px solid #000000;
	}
	
#content img {
  border: 1px solid #8d8d8d;
 	padding:5px;
	background-color:#e8e8e8;
	border:1px solid #8d8d8d;
}
	
#content h2 {
	color: #000000;
	font-size: 22px;
	font-family: Century Gothic, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 20px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #C0C0C0;
	}
	
#content h3 {
	color: #000000;
	font-size: 22px;
	font-family: Century Gothic, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	margin: 25px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	}

/********************************
*   Inner Pages Main Content    *
*********************************/

#maincontent {
	float: left;
	width: 400px;
	padding-left: 15px;
	font-size: 125%;
	background: url(images/line.gif) repeat-y;
}

#maincontent-full {
	margin: 0 auto;
	width: 700px;
	font-size: 125%;
}


/********************************
*Main Page Content Area         *
*********************************/

#mainpagenav {
	margin: 0 auto;
	width: 700px;
	height: 40px;
	font-size: 125%;
	text-align: center;
}

#mainpagecontent {
	margin: 0 auto;
	width: 600px;
	font-size: 125%;
}

/****************************************
Main Page Links
****************************************/
#navcontainer ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #fff;
	color: #FFF;
	width: 100%;
	font: normal 140% arial, helvetica, sans-serif;
	text-align: center;
}

#navcontainer li {
	display: inline;
}

#navcontainer li a {
	text-decoration: none;
	background-color: #7F552B;
	color: #FFF;
	font-weight: bold;
	padding: .2em 1em;
	border-right: 1px solid #fff;
}

#navcontainer li a:hover {
	background-color: #4E341A;
	color: #fff;
}

/*************************************
Left Side
*************************************/

#l {
	width: 225px;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
}	

#l p span {
	color: Maroon;
	font-weight: bold;
}

#l p {
	margin: 1em 0;
	padding: 0;
}	

/*************************************
Right Side
*************************************/

#r {
	width: 430px;
	padding-left: 5px;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	height: auto;
	height: 100%;
	min-height: 100%;
}

#r p {
	margin-top: 10px;
}	

/*******************************
*          Links               *
********************************/

/*#links {
	float: right;
	width: 360px;
	font-size: 12px;
}

#links ul {
width: 175px;
}

#links li {
	background: url(imgs/nav-line.gif) no-repeat left bottom;
	color: #000000;
	height: 30px;
	list-style: none;
	
}

#links a {
color: #18216B; 
text-decoration: none; 
padding-left: 25px; 
padding-bottom: 10px;
display: block; 
}*/

/********************************
*          Footer               *
*********************************/

#footer {
	height: 60px;
	padding: 5px;
	color: #C68C53;
	background-color: #7B5229;
	border-top: 10px solid #4E341A;
	text-align: center;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer p {
	text-align: center;
	color: #7B5229;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

.smfont {
	color: #7B5229;
	font-size: 11px;
}