/*	
	STYLESHEET

	CLIENT:		DANIELLE LLOYD
				(http://www.daniellelloyd.com/)

	MEDIA:		SCREEN

----------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #111111;
	color: #CCCCCC;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Hide from IE5mac \*//*/
html, body {
	height: auto;
}
/* end hack */

#center {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -289px;
	float: left;
}
/* Hide from IE5mac \*//*/
#center {
	display: none;
}
/* end hack */

#container {
	margin: 0 auto;
	width: 700px;
	height: 578px;
	clear: both;
	
	padding: 0px;

	position: relative;
	top: -289px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}
/* =a DEFAULT STYLING FOR LINKS
----------------------------------------------------*/
a:link, a:visited, a:active {
	text-decoration: none;
	color: #F6F6F6;
}
a:hover {
	color: #666666;
}
/* =abbr Default styling for abbreviations
----------------------------------------------------*/
abbr[title] {
	border: 0px;
}
/* =DIVS
----------------------------------------------------*/
#header {
	background: url(../images/header.gif) center left no-repeat;
	width: 700px;
	height: 13px;
	margin-bottom: 7px;
}
#main {
	background: #202020;
	width: 700px;
	height: 530px;
}
#noflash_photo {
	width: 350px;
	height: 530px;
	float: left;
}
#noflash_copy {
	width: 300px;
	height: 455px;
	float: left;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 50px;
	color: #CCCCCC;
}
#noflash_copy p {
	line-height: 140%;
	margin-bottom: 1em;
	margin-top: 1em;
}
#noflash_copy h1, h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
}
#clear {
	clear: both;
}
#footer {
	background: url(../images/footer.gif) center no-repeat;
	width: 700px;
	height: 18px;
	margin-top: 10px;
}
.lowlight {
	color: #999999;
}