@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-x #dededd;
	color:#333;
	font:normal .9em Arial, Helvetica, sans-serif;
	overflow:auto;
	overflow-x:hidden;
	margin:0 auto;
	width:960px;
}
	p {
		color: #666666;
		margin:10px 0;
		line-height: 1.2em;
	}
ul {
	text-align:left;
}
/*
 * BASIC LAYOUT
 * Define the basic template: header, footer, menu, content
 */
 #header {
	 padding:20px 0 20px 20px;
	 width:940px;
	 height:60px;
	 float:left;
}
#header img {
	float:left;
}

h1 {
	font-size:24px;
}

#frame {
	background:#FFF;
	padding:5px;
	float:left;
}
.left {
	padding:10px;
	float:left;
	width:660px;
}
.left ul {
	padding:0px 0px 10px 25px;
}
.left li {
	padding:5px;
	list-style:disc;
}
.right {	
	background:#efeeee;
	margin-top:20px;
	border:1px solid #bdbdbd;
	float:right;
	padding:10px;
	width:240px;
}
.right ul {
	padding:35px;
}
.right li {
	padding:5px;
	list-style:url(../_images/list_bullet.gif);
}
.right p {
	color:#000;
	text-align:center;
	padding-top:18px;
}
#nav {
	float:right;
}
#nav a:link, #nav a:visited {
	color:#eee;
	font-size:14px;
	text-decoration:none;
	padding:25px 10px 0 10px;
	margin-top:20px;
}
#nav a:hover {
	color:#FFF;
	border-bottom:5px solid #93bc00;
}

.footer {
	background:#222;
	clear:both;
	padding:20px;
	font-size:12px;
	text-align:center;
}