body,p,td, li {
	font: normal 85%/230% georgia;
	color:#654;
}

body {
	background-color:#dca;
	margin: 0px auto;
}

.img {
	border: 5px solid #dca;
	margin: 9px;
}


#header {
	width:600px;
	height: 420px;
	text-align: center;
	margin: 0 auto;
	background: url('mash.png') no-repeat scroll center top;
}

a:visited,a:link {
	text-decoration:none;
	color:#973;
	border-bottom: 1px dotted #dca;
}

a:hover {
	color:#a96;
	border-bottom: none;
}

img {
	border:0;
}

h1 {
	font: italic 140% georgia;
	padding: 8px 8px 1px 0px;	
	margin: 0 0px 10px 60px;
	width:auto;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #c96;
}


h1:first-letter {
	font: italic 195% garamond;
	color: #a96;
}

h3 {
	text-align:center;
	color:#d94;
	font: bold 90%/215%  arial;
}

h5 {
	color:#666;	
	text-align:right;
	font: normal 75%/200% arial;
}

b,strong {
	color:#a96;
}

em, i {
	color:#875;
}

blockquote {
	display:block;
	font: normal 82%/210% tahoma;
	padding:20px;
	color: #666;
	margin: 25px 60px;
	background:url('http://eyethief.com/darvill/bg.jpg');
}

input, textarea, select {
	font:normal 100% tahoma;
	color: #a96;
	border:none;
	background:url('http://eyethief.com/darvill/bg.jpg');
	padding:12px;
	margin: 6px;
	border: 1px solid #eeccaa;
}

option { 
	background:url('http://eyethief.com/darvill/bg.jpg');
	padding: 3px;
}

#container {
	width:600px;
	height:auto;
	margin: 20px auto;
	background-color:#fafafa;
	padding: 15px;
}

#content {
	padding: 7px;
}


#footer {
	clear:both;
	height:auto;
	width:auto;
	text-align:center;
	background-color: transparent;
}

#navigation {
	list-style:none;
	margin:0;
	padding:5px;
	text-align:right;
}

#navigation ul, #navigation li {
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: right;
}

#navigation li a {
	background-color:transparent;
	width:auto;
	height:auto;
	margin: 0 11px;
	padding: 1px;
	text-align:right;
	color:#a96;
	font: normal 98% tahoma;
	text-decoration:none;
	border-bottom:none;
}

#navigation li a:hover {
	color:#c96;
	border-bottom:1px dashed #cca;
}
