



/* --------------- ( 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* --------------- ( General ) --------------------------------------------- */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FBF7EE;
	margin: 20px 0px;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
}




/* --------------- ( Header ) --------------------------------------------- */
#header {
	background: url(../images/header-bg.gif) no-repeat;
	height: 247px;
	text-indent: -9999px;
}



/* --------------- ( Main Nav ) --------------------------------------------- */
#main-nav {
	background: url(../images/main-nav-bg.gif) repeat-x;
	height: 35px;
}
	#main-nav ul {
		padding-left: 20px;
	}
		#main-nav ul li {
			height: 35px;
			float: left;
			line-height: 35px;
			padding: 0px 20px 0px 0px;
			font-size: 15px;
			font-weight: bold;
		}
			#main-nav ul li a {
				color: #fff;
				text-decoration: none;
			}



/* --------------- ( Content ) --------------------------------------------- */
#content-wrapper {
	background: url(../images/wrapper-mid.gif) repeat-y;
	margin: 0 auto;
	width: 730px;
	padding: 15px 15px 0px 15px;
}




/* --------------- ( Content ) --------------------------------------------- */	
#content {
	float: right;
	width: 530px;
}
	#content h1 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	#content p {
		margin-bottom: 15px;
		line-height: 21px;
	}




/* --------------- ( Sidebar ) --------------------------------------------- */	
#sidebar {
	width: 180px;
	margin-right: 15px;
	float: left;
}
	#sidebar ul {
		background: #fff;
		border: 1px solid #CC3333;
	}
		#sidebar ul li {
			display: inline; /* ie 6 haslyout issue */
		}
			#sidebar ul li a {
				border-bottom: 1px solid #E9E9E9;
				padding: 7px;
				display: block;	
				color: #CC3333;
				text-decoration: none;
			}
			#sidebar ul li a:hover {
				background: #fff;
				color: #000;
				text-decoration: underline;
			}




/* --------------- ( Footer ) --------------------------------------------- */
#footer {
	background: url(../images/wrapper-bottom.gif) no-repeat;
	height: 14px;
	margin: 0 auto;
	width: 760px;
	padding-top: 30px;
	text-indent: 10px;
	font-size: 11px;
}
	#footer a {
		color: #CC3333;
		font-weight: bold;
	}























