@charset "UTF-8";

/* HTML Reset Begin */

html, body, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a { 
	outline: none;
	text-decoration: none;
}

/* HTML Reset End */

/* Site Structure Elements Begin */

html {
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #002d65;
	font-size: .9em;
	line-height: 1.6em;
}

#container {
	width: 300px;
	margin: 0 auto 0 auto;
	padding: 20px;
}

/* Site Structure Elements End */


