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

body {
	font-style: normal;
	font-weight: normal;
	color: #a1a1a1;
	font-size: 9px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	background: white;
	width: 450px;
}

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



a:link { text-decoration: underline; color: #fa4949 }
a:active { text-decoration: none; }
a:visited { text-decoration: underline; color: #8cabdf }
a:hover { text-decoration: none; color: #a1a1a1; }

.onblack { color: #a1a1a1 !important }

a img { border: 1px solid #a1a1a1; }

.nothumb img { border: 1px solid #e4e4e4; padding: 0 0 0 0; }

#menu {
    font-style: normal;
    font-weight: normal;
    width: 175px;
    overflow: auto;
    top: 40px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 5px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 25 px 0px 25px 0px; }
#img-container p	{ width: 400px; margin: 0; padding: 0px 0px 25px 0px; }

#once { clear: left; }

#content_right p {
	font-family: Georgia;
	background-color: white;
	color: #a1a1a1;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 24px;
	font-size: 16px;
	width: 598px;
}

#content_rightsm p {
	font-family: Georgia;
	background-color: white;
	color: #a1a1a1;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 24px;
	font-size: 16px;
	width: 450px;
}
