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

body {
	line-height: 16px;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	background: #fff;
}

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

a:link { color: #7d7d7d; text-decoration: none; }
a:active { color: #7d7d7d; text-decoration: none; }
a:visited { color: #7d7d7d; text-decoration: none; }
a:hover { color: #7d7d7d; text-decoration: underline; }

a img { border: none; }

h3{
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #c4072f;
	margin-bottom:6px;
}

#menu {
	letter-spacing: 1px;
	line-height: 16px;
	font-size:14px;
	color: #c4072f;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
	padding-left: 10px;
	padding-top:13px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	letter-spacing:0px;
	font-size:12px;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 

}

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

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


#content p { width: 400px; margin: 0 0 6px 0; }

p {
    margin: 0 0 6px 0;
}

#content.strong{

	color: #7d7d7d;

}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; 
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #c4072f;
	margin-bottom:6px;
}
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; }