/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a img { border: none; }

#menu {
    width: 216px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin-right: 25px;
	margin-left: 25px;
	line-height: 14px;
}

#menu ul li.section-title {
	margin-top: 8px;
}

#content {
    height: 100%;
    top: 0;
	width: 600px;
	margin-right: 0;
	margin-top: 12px;
	margin-left: 230px;
}

.container {
}


p.main {
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	font: 12px/16px helvetica;
}

p{
	margin-bottom: 12px;
	font: 12px/16px helvetica;
}

a:link { text-decoration: underline;
	color: #000;
	font-weight: bold;
}
a:active { text-decoration: underline;
	color: #000;
	font-weight: bold;
}
a:visited { text-decoration: underline; color: #000;
	font-weight: bold;
}
a:hover { text-decoration: none;
	color: #5c5c5c;
	font-weight: bold;
}


a.head:link { text-decoration: underline;
	color: #eee;
	font-weight: bold;
}
a.head:active { text-decoration: underline;
	color: #eee;
	font-weight: bold;
}
a.head:visited { text-decoration: underline; color: #eee;
	font-weight: bold;
}
a.head:hover { text-decoration: none;
	color: #b3b3b3;
	font-weight: bold;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

div.header {
	color: #fff;
	padding-bottom: 14px;
	margin-bottom: 25px;
	padding-top: 12px;
	background-image: url(http://www.aaronperryzucker.com/snap/files/head_bg.gif);
}

div.headertext {
	margin-right: 16px;
	margin-left: 25px;
	color: #eee;
	padding: 2px;
	line-height: 18px;
}

