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

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	background: #fff;
	padding: 20px 0 0 20px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
body.section-4 { }
.site_content { background: #fff; width:710px; }

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

a img { border: none; }

#menu {
    width: 710px;
	padding-top: 5px; 
    overflow:hidden;
    top: 0;
    bottom: 0;
	left: 0;
	background-color: #fff;
}

#menu .top { display: inline; }
#menu #logo { }
#menu #logo_text { padding: 0 3px 0 0; font-stretch:narrower; font-weight:bold; }
#menu #about { padding: 0 4px 0 3px; }
#menu #mailto { }
#menu #border_top {	margin: 5px 0 4px 0; }
#menu #border_bottom { margin: 30px 0 4px 0; }
#menu #header {	position: relative; top: -20px; }

.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}

#menu li {
	display: inline;
}
#menu ul {
	/*list-style: none;*/
	margin: 0 0 0 0;
}

#menu ul.section-point { 
	display: inline;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif; 
}
#menu ul.section-point .active a { text-decoration:underline; } 
#menu .section-title { color: #000; }

.container {
	width: 700px;
	font-size: 11px;
    padding: 0px 5px 0px 5px;
}

#content {
    margin: 0 0 5px 0;
    top: 0;
}

#content p { width: 710px; margin-bottom: 4px; }
#content .container { width: 740px; }

p {
    margin: 0 0 0 0;
}

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

#img-container	{ margin: 0 0 10px 0; padding: 15px 0 20px 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 5px 0; }

#once { clear: left; }