/* ##### DEFAULT VALUES ##### */
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, a, img { margin:0; padding:0; border:0; }
ul	{ list-style: none; }

/* ##### TYPOGRAPHY ##### */
body {
	color: #575757;
	font: 12px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	line-height: 20px;
}

p { margin-bottom: 20px; }

a, a:active { color: #4D6399; text-decoration: none; }
a:hover { text-decoration: underline; }

h2	{
	font-size: 15px;
	font-weight: normal;
	margin-top: 23px;
	margin-bottom: 9px;
}

/* ##### LAYOUT ##### */
body { background: white url('/img/logo.jpg') center 150px no-repeat; }


/* ##### BEGIN : WRAPPER ##### */
#Wrapper {
	margin: 0 auto;
	text-align: justify;
	width: 700px;
}
/* ##### END : WRAPPER ##### */

