/* Stylesheet Information
------------------------------------------------------------

	Site: 		http://www.stampadoodle.com/
	Author:		Tyler Roehmholdt
	Created:	May 15, 2006
	Modified:	May 15, 2006

------------------------------------------------------------*/





/* Global Interface Elements
------------------------------------------------------------*/
html, body, #container {
	margin: 0; padding: 0;
	}
body {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h1, h2, h3, p, ul {
	margin: 0; padding: 0;
	}
a {
	color: #FFF;
	}
#container {
	width: 80%;
	margin: 0 auto;
	}
	
	
	
	
	
/* Header Elements
------------------------------------------------------------*/
#header {
	background: #2AA;
	}
#logo {
	height: 100px; width: 475px;
	float: left;
	background: #FC3 url(images/logo.jpg);
	}
#subHeader {
	height: 100px;
	margin-left: 100px; padding-right: 15px;
	text-align: right;
	}
#subHeader h2 {
	font-size: 1.5em;
	font-variant: small-caps;
	padding-top: 5px;
	}
#subHeader h3 {
	font-size: 1em;
	}





/* Navigation Elements
------------------------------------------------------------*/
#navigation-wrapper {
	clear: both;
	}
#navigation {
	background: #7CC;
	}
#navigation ul {
	background: #7CC;
	float: left;
	width: 100%;
	}
#navigation ul li {
	display: inline;
	}
#navigation ul li a {
	border-right: 1px solid #E92C94;
	color: #FFF;
	float: left;
	font-size: 0.9em;
	margin: 0; padding: 0.5em 1em;
	text-decoration: none;
	text-transform: lowercase;
	}
#navigation ul li a:hover, #navigation ul li.current a {
	background: #E92C94;
	}





/* Content Elements
------------------------------------------------------------*/
#content-wrapper {
	border-top: 10px solid #E92C94;
	clear: both;
	}
#content {
	background: #AB5;
	min-height: 255px;
	position: relative;
	}
#contentImage {
	float: left;
	height: 255px;
	width: 285px;
	background: #2AA;
	position: relative;
	background-color: #FFFFFF;
	}
* html #contentImage img {
	display: block;
	}
#contentCopy {
	margin-left: 285px; padding: 1px;
	}
#contentCopy p {
	margin: 1em;
	}
#contentCopy ul {
	margin: 1em;
	margin-left: 2em;
	}
#contentCopy ul li {
	padding-bottom: 1em;
	}





/* Footer Elements
------------------------------------------------------------*/
#footer-wrapper {
	clear: both;
	width: 100%;
	}
#footer {
	background: #E92C94;
	font-size: 0.9em;
	padding: 0.5em 1em;
	}
#leftFooter {
	float: left;
	width: 75%;
	}
#rightFooter {
	margin-left: 75%;
	text-align: right;
	}





/* Accessibility Elements
------------------------------------------------------------*/
.accessibility {
	position: absolute;
	left: -999px;
	width: 990px;
	}
