html,body { 
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family: century gothic;
	color: #51352d;
	background-image:url("images/background.png");
	background-repeat:repeat-x;
	background-color: cf9262;
}

#top1 {
	background-image:url('images/simplicity7_01.png');
	height: 100px;
	width: 700px;
	}
#top2 {
	background-image:url('images/simplicity7_02.png');
	height: 100px;
	width: 700px;
	}
#top3 {
	background-image:url('images/simplicity7_03.png');
	height: 100px;
	width: 700px;
	}
#top4 {
	background-image:url('images/simplicity7_04.png');
	height: 105px;
	width: 700px;
	}

#content {
	padding: 0;
	float: left;
	width: 600px; 
	margin: -100px 2px 0px 5px;
	text-align: left;
	}

#menu {
	float: center;
	width: 150px; 
	margin: -300px 2px 0px 500px ;
	text-align: center;
	}
#menu a{
	width: 100;
	color: #000;
	}
#menu a:hover{
	color: #ffffff;
	border-bottom: 0px dotted #676d66;
	}
	

#bottom {
	clear: both;
	height: 124px;
	width: 700px;
	background-image:url('');
	}

a:link{ 
	color: #000; 
	text-decoration: none; 
	}

a:visited {
	color: #000; 
	text-decoration: none; 
	}

a:active { 
	color: #000; 
	text-decoration: none; 
	}
a:hover { 
	color: #ffffff; 
	text-decoration: line-through; 
	}

h1 {
	margin: 0px; 
	margin-bottom: 5px; 
	color: #f9e2c2; 
	padding: 4px;
	border-bottom: 1px dotted;
	font-size: 26px; 
	letter-spacing: 0px;
	text-align: right;
	font-style: italic;
	font-family: century gothic;
	text-shadow: #d96239 1px 1px;
	text-transform: uppercase;
}
		h3
		{
			margin: 0;
			font-size: 8px;
			letter-spacing: 2;
			font-family:Tahoma, Geneva, sans-serif;
			font-weight: fine;
			text-transform: lowercase;
			text-align: right;
			color: #fff;
		}


h2 {
	font-size: 16px; 
	color:#cf9262;
	margin: 0px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding: 2px; 
	border-bottom: 1px dashed #fff; 
	text-shadow: #fff 1px 1px;
	text-align: center;
	text-transform: uppercase;}

#h1:first-letter	{
	color: #f9a361;
	font-family: Garamond;
	font-size: 42px;
	font-style: bold;}

#h2 {
	font-size: 24px; 
	color:#fdf39b;
	margin: 0px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding: 2px; 
	border-bottom: 0px solid; 
	text-align: left;}


b {color:#755244; letter-spacing: 2px; font: 12px arial; font-weight:bold;}
i {color:#d0cc8f; letter-spacing: 2px; font: 12px arial; font-style: italic;}
u {color:#ffffff; border-bottom:#ffffff 0px dotted;}

input, textarea {color: #000000; background-color: #f0afd4; font-size: 12px; font-family:tahoma; border: 1px dotted #0d1013;}
.image 
{
	border: 1px dotted #ffffff;
	background: #ba5b39;
	padding: 4px;
	}

