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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	letter-spacing: 1px;
	background-color: #f4f4f4;
	font-weight: bold;
}

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

a:link {
	text-decoration: none;
	color: #000000;
}
a:active { text-decoration: none; }

a:visited {
	text-decoration: none;
	color: #000000
}
	
a:hover {
	text-decoration: none;
	color: #ff0000
}

a img { border: none; }

.line {
	background-color: #000;
	width: auto;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 2px;	
}

.line2 {
	background-color: #000;
	width: auto;
	height: 1px;
	margin-top: 12px;
	margin-bottom: -13px;	
	
}
.line3 {
	background-color: #000;
	width: auto;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 2px;
}

.line4 {
	background-color: #000;
	width: auto;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 35px;
}


#menu {
	width: 200px;
	float: left;
	top: 15px;
	bottom: 0;
	left: 30px;
	position: absolute;
	height: auto;
	padding: 5px;
	letter-spacing: 1px;
}

#menu ul {
	margin: 0 0 12px 0;
	list-style-position:inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#menu ul a {
	text-decoration: none;

}
#menu ul a:visited {
	text-decoration: none;
}

#menu ul a:hover {
	text-decoration: none;
}

#menu ul li.section-title {
	line-height: 120%;
	font-size: 13px;
	border-color:#000000;
	border-top-style:solid;
	border-top-width:thin;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	letter-spacing: 1px;
	font-weight: bold;
}


#subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 110%;
}


#content {
    height: auto;
	left: 245px;
    top: 15px;
	position:absolute;
	width: 620px;
	padding: 5px;
	z-index: 1;

}

.container_content {
	width: auto;
	height: auto;
	
}

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

#content p { width: 620px; 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; }

strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-style: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: normal;
}


u {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration:none;
}

em {
	font-weight: normal;
}

#img-container	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	vertical-align:left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
}


#img-container	p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;	
	
}


#img-container a:link img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	
}

#img-container a:hover img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	
}


#once { clear: left; }

.pics {
	margin-top: 30px;
	background-color:#000000;
}

.img-bot {
	background-color:#000000;
}
