/*
Theme Name: Jennifer Seifter
Theme URI: http://jenniferseifter.com
Description: Jennifer Seifter actor website
Version: 1.0
Author: Joe Tannenbaum
Author URI: http://joetannenbaumdesign.com
*/
html {
	height:100%;
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:100%;
	background:#1B8CA6;
line-height:20px;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#bgtop {
	background:url(images/toprepeat.jpg) repeat-x;
	height:58px;
	width:100%; 
	position:absolute;
	top:0;
	left:0;
}
#homebg {
	background:url(images/homebg.jpg) no-repeat bottom;
	width:896px;
	height:618px;
	margin:0 auto;
	position:relative;
}
#mainbg {
	background:url(images/mainbg.jpg) repeat-y;
	width:896px;
	margin:0 auto;
	position:relative;
}
#homenav {
	position:absolute;
	top:208px;
	left:205px;
	width:131px;
}
#header {
	background:url(images/headerbg.jpg) no-repeat bottom;
	width:896px;
	height:189px;
}
#nav {
	width:131px;
	float:left;
}
#content {
	width:530px;
	float:left;
	padding-left:100px;
}
#wrap {
	width:100%;
	background:url(images/bottomrepeat.jpg) #130C04 repeat-x bottom;
}
#padding {
	padding:30px 60px;
}
#footer {
	clear:both;
	width:896px;
	height:10px;
	background:url(images/footerbg.jpg) no-repeat;
}
