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 {
	color: #666;
	font-family: Helvetica, sans-serif, Arial;
    margin: 0;
	padding:0;
	background: #ddd;
}


#wrapper {
	width: 85%;
	max-width: 700px;
	margin: 0 auto;
	}
	
#header {
	margin-top: 30px;
	}

#background_image {
	position:fixed;
	top:0px;
	right:0px;
	width:100%;
	height: 360px;
	z-index:-1;
	background: #eee;
	background: -moz-linear-gradient(top,  #eee 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #eee 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #eee 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #eee 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #eee 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#dddddd',GradientType=0 );
}

.content {
	padding: 20px 30px 30px 30px;
	margin: 30px auto;
	background-color:#fff;
	-webkit-box-shadow:  5px 5px 10px 1px #bbb;
    box-shadow:  5px 5px 10px 1px #bbb;
	border: 1px solid #bbb;
}

p {
	line-height: 1.5em;
	margin: 10px 0 30px 0;
	text-align: justify;
}

.bold {
	font-weight: 700;
}

.centered {
	text-align: center;
}

h1 {
	font-size: 2.5em;
	margin: 5px 0 10px 0;
}

h2 {
	font-size: 2em;
	margin: 20px 0 15px 0;
}

h3 {
	font-size: 1.5em;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

h4 {
	font-size: 1em;
	font-weight: 700;
	margin: 25px 0 15px 0;
}

ul {
	line-height: 1.5em;
	margin: 10px 0 10px 30px;
	list-style-type: circle;
	list-style-position:inside;
}

/******************** tables ********************/
.grid
{
	border-collapse: collapse;
	border: 1px solid #bbb;
	line-height: 150%;
	margin: 10px 0 20px 0;
}

.grid th {
	padding: 8px;
	font-weight: bold;
	text-align: center;
	background: #ddd;
	background: -moz-linear-gradient(top, #dddddd 25%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#dddddd), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #dddddd 25%,#cccccc 100%);
	background: -o-linear-gradient(top, #dddddd 25%,#cccccc 100%);
	background: -ms-linear-gradient(top, #dddddd 25%,#cccccc 100%);
	background: linear-gradient(to bottom, #dddddd 25%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=0 );
	border: 1px solid #aaa;}

.grid td {
	padding: 8px;
	background: #eee;
	border: 1px solid #bbb;}

/***************************************************/

img {
	border: 1px solid #CEC7BA;
	box-shadow: 2px 2px 5px #B8B0A2;
	margin-bottom:20px;
	display: block;
	margin-left: auto;
	margin-right: auto;}