@charset "utf-8";
/* Reset 

*{
	margin: 0;
	padding: 0;
	border: 0px;
}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

blockquote, q {
	quotes: none;
}
/*
:focus {
	outline: 0;
}
*/
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, table{
	margin-top: 1em;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: 1em;
}

ul, ol, dl{
	margin-left: 17px;
}

table{
	border: 1px solid #fff;
}

table td{
	padding: 2px 5px;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 0.8em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}



body{
	background: #c0c0c0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}


#wrapper{
	background: #fff;
	margin: 0px auto;
	width: 800px;
}

#header{
	background: #336666;
	position: relative;
	padding: 10px 0px 10px 0px;
}

#header .logo{
	margin: 0px 10px 0px 270px;
}

#header span{
	color: #fff;
	font-size: 11px;
}

#footer{
	background: #336666;
	font-size: 10px;
	position: relative;
	padding: 10px 20px 10px 0px;
	text-align: right;
}

#footer a{
	color: #e69410;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}









