/**
* CSS
* 
* @version 1.1
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	background-color:000);
	line-height: 150%;
}

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

a:link { text-decoration: none; color:#B85894 }
a:active { text-decoration: none;  color:#555; }
a:visited { text-decoration: none;  color:#B85894; }
a:hover { text-decoration: none;  color:#B85894; }


a img { 
	border: none;
	background-color:#000000;
	}
	
#break {
margin-top:10px; 
margin-bottom:15px;
}

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

#menu ul li.section-title { color: #555; text-decoration: none; font-weight: bold; padding-top:10px; padding-bottom: 1px;}

#menu ul li { display:block; margin:0; padding:0; color: #555;}

#menu li{ margin:0; padding:0; color: #555; }

.menu { vertical-align:bottom; }

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

.container {
    padding: 40px 40px 40px 40px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 34px; }
h2 { font-size: 26px; }
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; }




