@charset "utf-8";
/* CSS Document */

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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
a:active, a:focus {
	outline:0;
	border:0;
}
body {
	background: #fff;
	padding:42px 0 0 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#848484;
  text-transform: uppercase;
}
#wrapper {
	width:1040px;
}
#menu {
	float:left;
	width:190px;
}
h1 {
	font-size:10px;
	font-weight:bold;	
}
#menu ul {
	padding-top:9px;
	list-style-type:none;
}
#menu li {
	display:block;
	width:190px;
}
#menu li a, #menu li a:visited {
	text-decoration:none;
	color:#848484;
}
#menu li a:hover, #menu li a:active {
	text-decoration:none;
	color:#fff;
	background-color:#F00;
}
#gallery {
	float:left;
	width:850px;
	padding-top:3px;
}
#gallery img {
	margin-bottom:35px;
}
#gallery p {
	padding-bottom:15px;
}
#gallery a, #gallery a:visited {
	text-decoration:none;
	color:#848484;
}
#gallery a:hover, #gallery a:active {
	text-decoration:none;
	color:#fff;
	background-color:#F00;
}
