



/* --------------- ( 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: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 */






/* ---------- ( Wrapper ) ------------------------------ */
#wrapper {
	border: 1px solid #fff;
	width: 768px;
	margin : 0 auto;
}
a {
	color: #0000FF;
}
a:visited {
	color: #000;
}





/* ---------- ( Header ) ------------------------------ */
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 136px;
	text-indent: -9999px;
	margin: 15px 0px 0px 0px;
}




/* ---------- ( Content ) ------------------------------ */
#content {
	border: 1px solid #fff;
	width: 555px;
	float: right;
	margin: 20px 0px 0px 0px;
}
	#content h1 {
		font: bold 20px Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		margin-bottom: 15px;
	}
	#content h2 {
		font: bold 16px Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: 15px;
		text-align: center;
	}
	#content p {
		font: 13px Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: 15px;
		line-height: 21px;
	}
		#content em {
			font-style: italic;
		}



/* ---------- ( Sidebar ) ------------------------------ */
#sidebar {
	width: 182px;
	float: left;
	margin: 20px 0px 0px 0px;
}
	#sidebar #top {
		/* background: url(../images/nav-top.jpg) bottom no-repeat;*/
		height: 16px;
	}
	#sidebar #bottom {
		/*background: url(../images/nav-bottom.jpg) top no-repeat;*/
		height: 16px;
	}
	#sidebar ul {
		/*border-left: 1px solid #000;
		border-right: 1px solid #000;
		background: #C9BF9E;*/
		padding: 0px 8px 0px 8px;
	}
		#sidebar ul li { display: inline; }
		#sidebar ul li a {
			padding-bottom: 10px;
			display: block;
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			line-height: 20px;
		}





/* ---------- ( Ads ) ------------------------------ */
.large-rectangle {
	float: left;
	margin: 0px 15px 0px 0px;
}




/* ---------- ( Footer ) ------------------------------ */
#footer {
	clear: both;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}





























