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

body {
	font-family: Trebuchet MS;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: right;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-size: .7em;
	background-image: url(http://michaeljlubrano.com/files/stripe_cf9d70160d798bd27053da1b712ce1ce.png);
	background-repeat: repeat;
	background-position: 0px 0;
	background-attachment: fixed;
}

a:link { text-decoration: none; color: #636363 }
a:active { text-decoration: none; color: #A6C84B }
a:visited { text-decoration: none; color: #636363 }
a:hover { text-decoration: none; color: #b4ee00 }

a img { border: none; }

#menu {
    width: 245px;
    overflow: auto;
    top: 50px;
    bottom: 200px;
	left: 50px;
    position: fixed;
    height: 80%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 5px 15px 15px 0;
}

#menu ul li.section-title {
	color: #333;
	font-size: 10pt;
	text-decoration: bold;
	}

#content {
    height: 100%;
    margin: 45px 200px 300px 350px;
    top: 100;
}

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

#content p { width: 400px; margin-bottom: 9px; }

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