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;
	outline: none;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
strong {font-weight:bold;}
body {font-family: Myriad Pro, Arial, Helvetica; background-color: #e7d2a5; color: #282828; font-size:16px;}
.wrap { margin:5px; box-shadow:0px 0px 3px #6c5c3a;}
a.logo img {width:50%;}
.content {background:#fff; padding:20px;}
.header {background:#151515; padding:10px;}
.menu {background: #151515; background-color: #262321;
background-image: linear-gradient(to bottom, #4A403B 0px, #262321 100%);}

h1 {font-size:20px; font-weight:bold;}
h2 {font-size:16px; font-weight:bold;}

ul.menu {width:100%; text-shadow:0px 0px 3px #000;}
ul.menu li {display:inline-block;  text-align:center; heght:60px; line-height:60px; width:32%;}
ul.menu li a {color:#fff; font-size:16px;}
ul.menu li.act {background: #151515; background-color: #4A403B;
background-image: linear-gradient(to bottom, #262321 0px, #4A403B 100%); }

.footer {text-align:center; padding:20px;}
p {margin:10px 0px;}
.right {float:right;text-align:right;}
.right img {width:20px; float:right; margin:5px; }
.content img { margin;10px;}

a {color: #AB0534;}