﻿/*********************** CSS Reset v1.0 | 20080212 ****************************/
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, 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%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-image:url('../images/background-body.png');
	background-repeat: repeat-x;
	background-color: #082159;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	color: #fff;
	font-size: 130%;
	color: #e33d0a;
	text-shadow: 0px 1px 1px #000;
	margin: 0;
	padding: 0;
	}

p{
	color: #ccc;
	padding: 0;
	margin-bottom: 15px;
	}
	

img{
	margin: 15px auto;
	text-align: center;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
}
/*************************** Wrapper ****************************/

#wrapper{
	margin: 0 auto;
	width: 90%;
	padding: 5px;
	background-image:url('../images/background-wrapper-trans.png');
	border: 1px solid #036;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#wrapper img{
	display: block;
	margin: 0 auto;
}