@charset "utf-8";

/*
 * RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	/*behavior:url("http://www.malenoextremehome.com/_css/csshover.htc"); - IE6 HOVER FIX*/
}
img, div {
	/*behavior:url("http://www.malenoextremehome.com/_css/iepngfix.htc"); - IE6 PNG TRANSPARENCY FIX*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, div {  }

/*
 * BASIC ELEMENTS
 * Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
 */
body {
	background:url(../_images/background.jpg) top center repeat-y fixed #d7e8c1;
	color:#333;
	font:normal 81.3% Arial, Helvetica, sans-serif;
	overflow:auto;
	overflow-x:hidden; 
}
h1 {
	color:#644890;
	font:bold 150% Arial, Helvetica, sans-serif;
}
 /*
 * BASIC LAYOUT
 * Define the basic template: header, footer, menu, content
 */
 #frame {
	 margin:0 auto;
	 width:960px;
}
#header {
	background:url(../_images/header.jpg);
	height:16px;
	margin:10px auto;
	padding:30px 20px;
	position:fixed;
	top:0px;
	text-align:right;
	width:920px;
}
#header a:link, #header a:visited {
	color:#574e3b;
	padding:10px 20px;
	text-decoration:none;
}
#header a:hover {
	background:#574e3b;
	color:#e9dec4;
}
hr {
	border:none;
	border-bottom:3px solid #e9dec4;
	clear:both;
	margin:10px auto;
}
.content {
	clear:both;
	margin:0 auto;
	padding:110px 0 20px 0;
	width:960px;
}
.left {
	float:left;
	width:350px;
	padding:20px;
}
.right {
	float:right;
	width:550px;
}
#footer {
	background:#e9dec4;
	clear:both;
	color:#7d6d47;
	display:block;
	padding:20px;

	bottom:5px;
	position:fixed;
	width:920px;
}
fieldset {
	float:left;
	padding-top:10px;
	width:45%;
}