	/* main structure */
	
body
	{
	font-family: "lucida Grande", "Trebucht MS", Verdana, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 140%;
	background-color: #e8e8e8;
	}
	
div#header
	{
	background-image: url(header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 850px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}
	
* html div#header { /* IE6 and below hack */
	height: 100px;
	
	}		
		
#wrap
	{
	background: url(spacer.jpg);
	background-repeat: repeat-y;
	width: 850px;
	background-color: white;
	margin: 0 auto;
	padding: 0;
	}

	
#footer
	{
	clear: both;
	height: 115px;
	background-image: url(footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
	
div#content
	{
	width: 500px;
	margin: 30px 30px 0 40px;
	padding: 0 0 0 0;
	border: 0;
	float: left;
	}
	

div#sidebar
	{
	width: 200px;
	margin: 0 0 0 0;
	padding: 0;
	border-style: none;
	float: left;
	}	
	
	/* Text formatting */
	
p.intro
	{
	color: #802F8A;

	}
	
p.info
	{
	padding: 70px 0 0 0;
	border: 0;
	margin: 0;
	color: white;
	font-size: 0.7em;
	}
	
p.info a
	{
	color: white;
	text-decoration: none;
	}
	
a#return
	{
	position: relative; left: 40px;
	}		
	
a#return:link, a#return:visited
	{
	text-decoration: none;
	color: black;
	}
	
a#return:focus, a#return:hover
	{
	text-decoration: none;
	color: #802F8A;
	}
	
	
ul.inline1
	{
	display: inline;
	position: relative; top: -15px;
	font-size: 0.9em;
	line-height: 140%;
	width: 220px;
	margin: 10px 40px 0 0;
	float: left;
	}
	
ul.inline2
	{
	display: inline;
	font-size: 0.9em;
	line-height: 140%;
	width: 240px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	}

ul.inline1 li, ul.inline2 li {
	margin: 5px 0 0 0;
	}

#here
	{
	color: #802F8A;
	}
	
h3 {
	position: relative; left: 40px;	
	}
	
#bottom {
	margin: 0;
	padding: 0 0 20px 0;	
	}	

em {
	font-style: normal;
	color: #802F8A;
	}
	

	/* logo */

		
h1
	{text-indent: -9999px;}	
	
h1#logo
	{
	position: relative; top: 48px; left: 31px;
	background-image: url(logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 269px;
	height: 89px;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
	}
	
	
h1#daccreative
	{
	text-indent: -9999px;
	}
		
	/* Call to action */
	
h2
	{
	clear: both;
	text-indent: -9999px;
	background-image: url(action.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 448px;
	height: 70px;
	margin: 0;
	padding: 10px 0 10px 0;
	border: 0;
	}
	
	
	/* Navigation bar */	

div#globalnav {
	position: relative; left: 21px;
	height: 25px;
	width: 811px;
	margin: 0 0 0 0;
	padding: 0;
	}
	

div#globalnav ul#navigation
	{
	width: 811px;
	height: 25px;
	background: transparent url(navimages.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}

ul#navigation li, ul#navigation a {
	height: 25px;
	display: block;
	}
	
div#globalnav ul#navigation li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	}
	
#home {left: 0; width: 119px;}
	
#plum {left: 120px; width: 197px;}
	
#heat {left: 318px; width: 174px;}
	
#rate {left: 493px; width: 141px;}
	
#cont {left: 635px; width: 175px;}

#home a:hover {background: transparent url(navimages.gif) 0 -25px no-repeat;}
	
#plum a:hover {background: transparent url(navimages.gif) -120px -25px no-repeat;}
	
#heat a:hover {background: transparent url(navimages.gif) -318px -25px no-repeat;}

#rate a:hover {background: transparent url(navimages.gif) -493px -25px no-repeat;}

#cont a:hover {background: transparent url(navimages.gif) -635px -25px no-repeat;}

form#contact
	{
	position: relative;
	}
	

form#contact p
	{
	margin: 10px 0 0 0;
	}

form#contact input,
	{
	display: block;
	margin: 0;
	}
	
form#contact textarea
 	{
 	margin: 10px 0 0 0;
	display: block;
 	}
 
 form#contact p
 	{
 	 position: relative; left: 0px;
 	 }
 	 
a#stamp {
 margin: 10px 0 0 0;
 } 