html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}

.style1{ color: #333300;}
.style1 a{ text-decoration:none; color: #333300;}
.style1 a:hover{ color: #003333;}

body {
	line-height: 1;
	background: #333300;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFFFFF;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#container{
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	text-align: left;
	}

a {
	color:#FFFFFF;
	text-decoration:none;
	}
a:hover {
	color:#CCCCCC;
	}

/*header*/
#header{
	background: url(../images/headerbg.jpg) repeat-x top left;
	height: 100px;
	width: 1024px;
	}

#header_curls{
	background: url(../images/header-curls.jpg) no-repeat top left;
	height: 100px;
	width: 213px;
	float: left;
	}
	
#header_links{
	width: 320px;
	height: 29px;
	padding-top: 71px;
	padding-left: 610px;
	font-size: 1.2em;
	text-align: right;
	letter-spacing: 0.175em;
	}
	
/*content*/
#body-content{
	background-color:#fff;
	height: 360px;
	width: 1024px;
	}

/*footer*/
#footer{
	background: url(../images/footerbg.jpg) repeat-x top left;
	height: 305px;
	width: 1024px;
	
	}

#footer_curls{
	background: url(../images/footer-curls.jpg) no-repeat top right;
	height: 135px;
	width: 606px;
	padding-left: 418px;
	}

#name_plate{
	background:url(../images/title.jpg) no-repeat;
	height: 65px;
	width: 335px;
	float: right;
	}
	
#about_photo{
	width: 280px;
	height: 320px;
	float: left;
	padding: 20px 70px 0 150px;
	} 	
	
#about_copy{
	width: 435px;
	height: 360px;
	font-size: 1.2em;
	text-align: right;
	line-height: 1.5em;
	font-style:italic;
	color: #333300;
	float: left;
	padding: 80px 0 0 0;
	}
