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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

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

a img { border: none; }

#logo {
	float:left;
	padding: 0px;
}

#menu {
	overflow: auto;
	background-color: #fff;
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#menu ul {
	float: left;
	list-style-type: none;
	margin: 0 20px 0 0;
}

#menu ul li.section-title { }

.menu_links {
	padding: 16px 5px;
	float:left;
}

#content {
	margin-left: 185px;
	background-color: #FFFFFF;
	clear: left;
	padding: 17px;
	overflow: visible;
	height: 100%;
}
#content_main {
	position:absolute;
	width: 600px;

}

.container {
	padding: 5px;
}

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

#once { clear: left; }

#footer {
	position:fixed;
	width:117px;
	height:25px;
	z-index:1;
	background-color: #FFFFFF;
	overflow: hidden;
	right: 0px;
	bottom: 0px;
}
