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

body {
	font-size: 11px; color:#000;
	font-family:Verdana, Geneva, sans-serif;
	top: 70px;
	left: 75px;
}

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

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

a img { border: none; }

#menu {
	margin: 0px 0px 0px 0px;
	padding: 25px 25px 0px 25px;
    width: 165px;
    overflow:hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height:auto;
	background-color:#FFF;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding-bottom:5px;
	padding-top:5px;
	width:155px;
	font-size: 12px; 
	color:#000; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}

#content {
    height: 100%;
    margin: 25px 0 0 180px;
	padding: 0 0 0 20px;
    top: 0;
	width: 615px;
}

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

#content p { width: 615px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; font-family:Verdana, Geneva, sans-serif;}
h2 { font-size: 24px; font-family:Verdana, Geneva, sans-serif;}
h3 { font-size: 14px; font-family:Verdana, Geneva, sans-serif;}
h4 { font-size: 12px; font-family:Verdana, Geneva, sans-serif;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }

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

a:active { 
	text-decoration: none;
}

a:visited { 
	text-decoration: none; 
	color:#000;
	
}

a:hover { 
	text-decoration:colour;
	color:#FFF;
	background:#02cdc6;
}

.title {
	font-size: 21px; 
	color:#000; 
	font-style:italic; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:17px;
}

.section-title {
	font-size: 12px; 
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
}


.description {
	font-size: 11px; 
	color:#000;  
	font-family:Verdana, Geneva, sans-serif;
	line-height:15px;
}

#img-container a {
    display:block;
    float:left;
    width:105px; 
    height:105px;
    margin:0 10px 10px 0;
    padding:0;
	overflow:hidden;
}

.class1 A:link {
	text-decoration: none;
	color:#000;
	background:#FFF;
}

.class1 {
	font-size:10px;
	line-height:0px;
}

.class1 A:visited {
	text-decoration: none;
	color:#000;
	background:#FFF;
}

.class1 A:active {
	text-decoration: none;
	color:#000;
	background:#FFF;
}

.class1 A:hover {
	text-decoration: none;
	color:#000;
	background:#FFF;
}

.class2 A:link {
	text-decoration: none;
	color:#000;
}

.class2 A:visited {
	text-decoration: none;
	color:#000;
}

.class2 A:active {
	text-decoration: none;
	color:#000;
}

.class2 A:hover {
	text-decoration: none;
	color:#000;
}

.class3 {font-size:smaller;}