/**
* The portfolio of Matthew Raminick. Steal anything you want from this CSS doc.
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 14px;
	font-family: Helvetica, sans-serif;
	background: #fff;
}

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

a:link { margin: 0; font-family: Helvetica, sans-serif; font-size: 12px; line-height: 13px; color: #666; text-decoration: underline; }
a:active { margin: 0; font-family: Helvetica, sans-serif; font-size: 12px; line-height: 13px; color: #666; text-decoration: underline; }
a:visited { margin: 0; font-family: Helvetica, sans-serif; font-size: 12px; line-height: 13px; color: #666; text-decoration: underline; }
a:hover { margin: 0; font-family: Helvetica, sans-serif; font-size: 12px; line-height: 13px; color: #6C9 ; text-decoration: none; }

a img { border: none;}
img { padding: 0 !important; }

#next, #prev {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu {
	margin: 0;
	padding: 13px 0 0 13px;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #transparent;
}

#menu ul {
	list-style: none;
	margin: 12px 0 8px 0;
	padding: 0 5px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 11px;
	color: #7D7D7D;
}

#menu ul li.section-title { 
	margin: 10px 0 2px 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

#menu ul li a {
	margin: 0 0 0 4px;
	padding: 2px;
	font-size: 10px;
	color: #FB4225;
	text-decoration: none;
}

#menu ul li a:hover {
	font-size: 10px;
	color: #FECE00;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

#header {
	margin: 0 0 0 590px;
	padding: 0;
	width: 179px;
	height: 60px;
	background-image: url(../../../images/header-2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 755px; margin-bottom: 13px; }

p {
    margin: 0 0 9px 0;
}

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; }

.huge {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 120px;
	line-height: 90px;	
}

.page-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #000;
}
