@charset "UTF-8";
/*******************************************************************
 * Jessica Todd Designs Style Sheet				                   *
 *******************************************************************/
body {
	color: #666666;
    font-family:'century gothic',arial,sans-serif;
    font-size: 14px;
	margin:0;
	padding:0;
	text-align:center;
	background:#FFFFFF;
	/*background-image: url(../images/bg-v1.gif);
	background-repeat: no-repeat;
	background-position: top center;*/
}
html {overflow-y:scroll;}
#wrapper {
	width:730px;
	margin:0 auto;
}
#top {
	position:relative;
	margin:0 auto;
	width:730px;
	height:150px;
}
#jtd-logo {
	position:absolute;
	top:20px;
	left:0px;
	padding:0;
	width:401px;
	height:112px;
	z-index:300;
}
#jtd-logo a {
	background:url(../images/jdt-logo.gif) no-repeat 0 0;
	width:401px;
	height:112px;
	display:block;
	outline:none;
	overflow:hidden !important;
	text-indent:-10000px !important;
	font-size:0px !important;
	text-align:left !important;
	line-height:0px !important;
	border-bottom:none !important;
}
#jtd-logo h1 {
	margin:0px;
	padding:0px;
}

#billboard {
	position:relative;
	margin:0;
}

/*******************************************************************
 * INTERIOR PAGES							                       *
 *******************************************************************/
#main-content {
	width:625px;
	margin:15px 0 0 0;
	padding:0 0 30px 0;
}
#main-content-text {
	padding:0;
	margin:0;
	text-align:left;
	width:625px;
}


/*******************************************************************
 * FOOTER									                       *
 *******************************************************************/
#footer {
	width:730px;
	margin:0;
	padding:20px 0;
	text-align:right;
	color:#898989;
	font-size:11px;
	text-decoration:none;
	border-top: 1px solid #CCCCCC;
}

/*******************************************************************
 * Common								                           *
 *******************************************************************/
h1 {color:#333333;font-size:24px;font-weight:bold;margin:4px 0;padding:0;}
h2 {color:#333333;font-size:20px;margin:4px 0;padding:0;}
p {color:#666666;line-height:18px;margin:0;padding:0 0 8px 0;}
hr {border: 1px solid #84847c; border-width: 0 0 1px 0; height: 1px;}
a {color: #255b9b;}
img {border:0;}
strong, b, strong *, b * { font-weight: bold !important; }
em, i, em *, i * { font-style: italic !important; }

