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

body {
	font-size: 14px;
	font-family: Georgia, sans-serif;
	background: #fff;
	color:  #C4832C;
}

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

a:link { text-decoration: none; color: #CFC3D1; }  /* lastchanged from #8B8878 to #CFC3D1 */
a:active { text-decoration: none; color: #CFC3D1; }
a:visited { text-decoration: none; color: #CFC3D1; }
a:hover { text-decoration: overline; color: #fff; }

a img { border: none; }

#menu {
    width: 230px;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #2B2727 ; /* lastchanged from #fff to 0 */
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 2px;  /** 1 space between sections 2 ? 3 ? 4? left margin within menu box */
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0px 0px 0px 215px; /** lastchanged from 0 to */
    top: 400px;
	padding: 0px;  /* lastchanged from 100 to 0 */
}

.container {
    padding: 25px 25px 25px 25px; /* 2 lastchanged from to */
}

#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: 0px 0px 12px 0; }

#once { clear: left; }