* { margin: 0; padding: 0; }

html,body{
	height:100%;
}

body{
	background:#fcf0d6 url(../images/bg.jpg) repeat 0 0;
	font-family: Georgia;
}

h1 strong a{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 594px;
	height: 72px;
	background: transparent url(../images/header.png) no-repeat 0 0;
	border: none;
	top: 12px;
	left:20px;
	text-align: left;
}

/*\*/ h1 strong a { overflow: hidden; } /**/

h1 strong a:hover, h1 strong a:focus { background-position: 0 -72px; background-color: transparent; }

#header{
	background: transparent url(../images/bg_h2.gif) repeat-x 0 0;
	height:150px;
}

#navcontainer ul
{
font-style:italic;
font-size:20px;
text-align:right;
margin-top:9px;
color: #8c9fff;
width: 100%;
font-family: georgia;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0 20px;
color: #7f6540;
text-decoration: none;
border-right: 1px solid #7f6540;
}

#navcontainer ul li a#last
{
border-right: 0;
padding: 0 40px 0 20px;

}

#navcontainer ul li a:hover
{
color: #000000;
}

#container{
	height: auto;
	min-height: 100%;
}

#main{
font-size: 18px;
}

#photo_main{
font-size: 18px;
height: 700px;
}

#content{
width:730px;
margin:0 auto;
padding:60px 0 30px 0;
background: transparent url("http://www.tjschuck.com/jamie/images/frame.png") no-repeat 402px 41px;
}

#content p{
color:#333333;
line-height:35px;
}

.jf{
font-size: 24px;
}
.drop{
float:left;
color:#7f6540;
font-size: 85px;
line-height: 60px;
padding-top:7px;
}

span.amp{
  font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-style: italic;
  color:#7f6540;
}

#content_writing{
	width:600px;
	margin:-24px auto 0 auto;
	padding:0px 0 30px 0;
}

#content_writing dt{
	color:#333;
	font-weight: bold;
	font-style: italic;
	padding-top:48px;
	border-bottom: 1px solid #b29872;
	font-size: 15px;
}
#content_writing dd{
	margin-left: 36px;
	font-size: 13px;
	padding-top:9px;
	font-family: Arial;
	color: #666;
}
#content_writing dd a{ color:#7f6540; }

#content_writing dd a:hover{ color: #000 !important; }


#content_contact{
	width:367px;
	margin:0px auto 0 auto;
	padding:0px 0 30px 0;
	font-family:Verdana;
	font-size: 13px;
	color: #333;
}
#content_contact input#fromemail, #content_contact textarea{
	border: 1px solid #333;
	background: #fcf0d6;
}
#content_contact input#fromemail{ padding:6px; margin-bottom: 12px; }
#content_contact input#sendemail{ margin-top: 12px; }
#content_contact div{ text-align: right; }


img#home{
float:right;
margin:6px 49px 0 12px;
}

#footer{
	text-align: right;
	position: absolute;
	bottom: -425px;
	width: 100%;
	left: 3px;
}

#footer p{
text-align: right;
color:#666;
font-family: Verdana;
font-size: 11px;
padding:12px 18px 12px 0px;
margin: 0;
}
p.footer{
text-align: right;
color:#666;
font-family: Verdana;
font-size: 11px;
padding:12px 18px 12px 0px;
margin: 0;
}

