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, p, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1 {
	font-weight:400;
	font:56px 'times new roman', times, serif;
}

body {
	background-color:#FFF; 
 	margin:auto;
 	padding:0;
 	font:15px 'times', times new roman, serif;
 	color: #313131;
 	width:780px;
 }
 
 #header {
 	margin-top:25px;
 	height:69px;
 }
 
 #logo {
 	width:91px;
 	height:49px;
 	float:left;
 }
 
 
/* menu */

 ul#menu {
	margin:31px 2px 0 0;
	list-style-type:none;
	float:right;
	height:30px;
	font-variant:small-caps;
	font-size:20px;
}

ul#menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a {
	display:block;
	float:left;
	color:#313131;
	text-decoration:none;
	padding-bottom:18px;
}

.separation {
	float:left;
	width:40px;
	height:24px;
}
	
ul#menu li a:hover {	
	color:#313131;
	height:22px;
	border-bottom:4px solid #e0e0e0;
	padding-bottom:12px;
}
 
 
 
 /* Wrapper */
 
#wrapper {
	width:778px;
	height:498px;
	-moz-box-shadow: 2px 2px 0px #f3f3f3;
	-webkit-box-shadow: 2px 2px 0px #f3f3f3;
	box-shadow: 2px 2px 0px #f3f3f3;
}

 
 
 
 /* footer */
 
 #footer {
	padding:25px 20px 40px 20px;
	text-align:center;
 }
 
 #copyright {
 	font:12px 'times', times new roman, serif;
 	color: #cccccc;
 }


