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

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: url("/files/background-gray.jpg");
	background-attachment: fixed;
	/*background: rgba(242, 242, 242, 1);*/
}

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

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

a img { border: none; 
	margin: 10px 0 12px 15px;}

#menu {
    width: 250px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
    border-left: 1px solid rgba(233, 233, 233, 1);
    border-right: 1px solid rgba(233, 233, 233, 1);
    border-top: 1px solid rgba(233, 233, 233, 1);
    bottom: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.07);
}

#menu ul {
	list-style: none;
	margin: 0 0 24px 12px;
}
#menu ul a{color: #999;}

#menu ul li.section-title { text-decoration: none; font-weight: bold; color: #666; }

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

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

.container p {
    margin: 0 0 24px 12px;
	color: #666;
}

#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; margin-bottom: 9px;}
h4 { font-size: 12px; }

#img-container	{ margin-top: 35px; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0;}
#img-container p span {
	line-height: 21px;
    font-size: 13px;
    padding-top: 22px;
    clear: both;
    display: block;
	margin-bottom: 80px;
}
#img-container p span a{text-decoration: underline;}
#img-container img {border: solid .5pc; background:white; max-width:550px; min-width:300px;}


#once { clear: left; }

