@charset "UTF-8";
/*
 *	author:			Marco Peluso
 *	website:		http://marcopeluso.com/
 *	file:			default.css
 *	description:	default css file
 *	last changed:	2010-03-19
 *	inspired by Faruk Ateş - http://farukat.es/
 */

/* Initial - simple style reset
========================================= */
html, body, h1, h2, h3, h4, h5, h6, section, header, aside, footer, nav, article, fieldset, p, ul, ol, li, dl, dt, dd, form {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

html {
	background: #fffeff;
}

body {
	background-color: #fffeff;
	color: #424242;
	text-align: left;
}

body,
input,
textarea {
	font: normal 14px Helvetica Neue, Helvetica, Lucida Grande, Gill Sans, Arial, sans-serif;
}



div#wrapper{
	margin-top: 3.5em;
	margin-left: 5em;
}

h1, h2 {
	margin-bottom:0.5em;
	margin-top:1em;	
}

h1 {
	font-size: 1.8em;
}


h2 {
	font-size: 1.2em;
}

p, ul {
	margin-bottom:0.5em;
	margin-top:0.5em;	
}

li {
	margin-bottom:0.35em;
}

a, a:visited {
	color: #5454ee;
	font-weight: bold;
	text-decoration: none;
}
