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

body {
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #fff;
}

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

#body_container {margin-top: 10px; width: 900px; margin-right: auto; margin-left: auto; text-align: left;}

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

a img { border: none; }

#menu {
    font-size: 13px;
    float: left;
    width: 215px;
    overflow: auto;
    height: 100%;
}

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

#menu ul li.section-title { border-bottom-color: #7f7f7f; border-bottom-width: 1px; border-bottom-style: solid; font-size: 12px; text-align: right; text-transform: uppercase; }

#menu ul li a { font-size: 13px; padding-left: 6px; }

#menu p {}

#site_main_name { color: #4c4c4c; font-size: 18px; text-transform: uppercase;}

#site_main_name a:hover {text-decoration: none; color: purple;}

#menu_copyright {font-size: 10px; color: gray; padding-left: 6px;}

#menu_builtwith {color: gray; font-size: 10px;}

#content {
    margin-left: 230px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    top: 0;
}

#content_title {

	margin-bottom: 10px;

	border-bottom-color: #666666;

	border-bottom-width: 1px;

	border-bottom-style: solid;
	
	border: none;

	font-size: 13px;

	text-transform: uppercase;


}

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

.contetnt_container {
	padding-top:86px;

}

#content p { text-align: justify; font-size: 12px; width: 100%; 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: 0 0 12px 0; }

#once { clear: left; }