* 							{ margin: 0; padding: 0; }
body 						{ font-size: 11px; font-family: helvetica, "Helvetica Neue", arial, sans-serif; background: #fff; }
body.section-1 				{ }
body.section-2 				{ }
body.section-3 				{ }

a.logo:visited				{ color: #000000; }

a:link	 					{ color: #3B3B3B; text-decoration: none; }
a:visited	 				{ color: #3B3B3B; text-decoration: none; }
a:active 					{ color: #3B3B3B; text-decoration: none; }
a:hover					 	{ color: #000000; text-decoration: underline; }

a img						{ border: none; }

#menu 						{ line-height: 14px; width: 180px; overflow: auto; top: 0; bottom: 0; left: 0; position: fixed; height: 100%; background-color: #fff; }
#menu ul 					{ list-style: none; margin: 14px 0 0 0; }
#menu ul li.section-title 	{ font-weight: bold;}

#content 					{ height: 100%; margin: 0 0 0 165px; top: 0; }
#content p 					{ width: 450px; margin-bottom: 14px; line-height: 14px;}

.container 					{ padding: 22px 22px 22px 22px; }
#content .container p 		{ margin: 0px 0px 14px 15px; }

p 							{ margin: 0; }

h1 							{ font-size: 32px; }
h2 							{ font-size: 24px; }
h3 							{ font-size: 18px; }
h4 							{ font-size: 14px; }

#img-container				{ margin: 0; padding: 0; }
#img-container p			{ width: 400px; margin: 0; padding: 0; }
.thumb-it img				{ padding-left: 15px; float:left;}

#once 						{ clear: left; }
