/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

/* reset */

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, 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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
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;
}

* {
	margin:0;
	padding:0; }
body {
	text-align:center;
	background:#fff;
	font:normal 0.65em "andale mono","helvetica neue",helvetica,arial,sans-serif;
	color:#000; }
	
#wrapper {
		width:1024px;
		margin:30px auto;
		text-align:left;
		background:#fff; }
		
#menu {	
		width:1024px;
		height:100%;
		overflow:hidden; }
			
#menu ul {
	list-style:none;
	margin:0 220px 0 0;
	float:left; }
	
#menu ul li.section-title {	color:#000; margin:0 0 10px 0; }
#menu ul li { color:#000; margin:0 0 6px 0; }
	
#content {
	height:100%;
	margin: 30px 0 0 0;}
	
.container { padding: 5px 5px 25px 5px; }

#content p {
	width:500px; 
	margin-bottom:9px;}
	
p {margin: 0 0 9px 0; 
line-height: 1.6em;}

#once {clear: left;}
.clear-both {clear: both;}

a:link,a:active,a:visited {	text-decoration:none;color:#000;}
a:hover {text-decoration: none; color: #727272;}
a img {border:0;}







