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: "" "";
}


div#container {
	width: 1000px;
	background: url('../img/bg.gif') no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#ad-heading {
	float: right;
	width: 728px;
	height: 90px;
	margin: 50px 20px 0 0;
}

div#heading {
	margin: 0px;
}

div#heading a {
	margin: 0 0 0 5px;
	width: 267px;
	height: 154px;
	display: block;
}

div#heading a img {
	margin-top: 50px;
}

div#navigation {
	margin-top: 15px;
	height: 40px;
}

div#navigation a {
	 display: block;
	 float: left;
	 background: url('../img/bg-menu.gif') no-repeat right bottom;
	 padding: 2px 20px 15px 10px;
	 font-size: 24px;
	 text-decoration: none;
	 font-weight: bold;
	 color: #66a7c5;
	 margin: 0 15px 0 0;
}

div#ad-content {
	float:right;
	margin: 50px 23px 0 0;
}

div#content {
	width: 550px;
	margin: 20px 0px 0px 50px;
	text-align: justify;
	font-family: Tahoma;
	font-size: 90%;
}

div#content h1 {
	font-size: 200%;
	color: #66a7c5;
	margin: 0 0 15px 0;
}

div#content p {
	margin: 5px 0 10px 0;
}

div#content h2 {
	font-size: 120%;
	color: #66a7c5;
	margin: 15 0 5px 0;
}

div#content table th {
	font-weight: bold;
}

div#content table td {
	padding-bottom: 4px;
}


div#content blockquote {
	margin: 10px 0 10px 20px;
}

div#content form {
	margin: 15px 0 15px 20px;
	background: url('../img/bg-form.gif') no-repeat left top;
	width: 418px;
	height: 205px;
	padding-top: 35px;
}

div#content form p {
	margin: 0 75px;
	line-height: 25px;
}

div#content form input {
	border: 1px solid #66a7c5;
	background-color: #d0ecfb;
}

div#footing {
	background: url('../img/bg-footer.gif') no-repeat left top;
	text-align: right;
	clear: both;
	height: 254px;
}

div#footing p {
	padding-top: 200px;
	color: #66a7c5;
}

a {
	color: #b5bf00;
}

a:hover {
	color: #66a7c5;
}


