/*begin 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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

body{
	background-color:#D5D5D5;
	}

#wrapper{
	width:946px;
	margin:0 auto;
	background-color:#FFF;
	min-height:800px;
	}
#header{
	background-color:#ff0000;
	position:relative;
	height:210px;
	}
#logo{
	position:absolute;
	top:30px;
	left:50px;
	}
#navigation{
	background-color:#000;
	height:50px;
	}
#navigation ul{
	list-style:none;
	padding-left:200px;
	}
#navigation ul li{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:left;
	margin-right:15px;
	}
#navigation ul li a{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:left;
	margin-right:15px;
	text-decoration:none;
	line-height:50px;
	padding-left:10px;
	padding-right:10px;
	letter-spacing:1px;
	}
#navigation ul li a:hover{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:left;
	text-decoration:none;
	background-color:#DDD;
	height:100%;
	}
#navigation ul li:last-child{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:right;
	margin-right:15px;
	text-decoration:none;
	line-height:50px;
	padding-left:10px;
	padding-right:10px;
	}