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

body {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
		
			
}

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



a:link {text-decoration:none; color:#000000; }
a:active { text-decoration: none; color:#000000;  }
a:visited { text-decoration:line-through; color:#333333; }
a:hover {background-color:#FFFFCC;}


a img { border: none; }


#menu {
    width: 135px;
	overflow: auto;
    top: 0px;
    bottom: 0;
	left: 10px;
    position: fixed;
    text-align:center;
	background-image:url(../../../files/gimgs/menu_background.png);
	background-repeat:no-repeat;
			}

#menu ul {
font-family:Georgia, "Times New Roman", Times, serif;
    font-size:10px; 
	text-decoration:none; color:#666666;
	list-style: none;
	margin: 0 0 12px 0;
	line-height:12px;
}

#menu ul li.section-title { 
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:12px; 
    font-style:italic; 
    font-weight:bold; 
    margin-bottom:6px;
	text-decoration:none; color:#666666;
	line-height:16px; }

#content {
    height: 100%;
    margin: 25px 0 0 215px;
    top: 10px;
}

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

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

p {
    margin: 0 0 9px 0;
}

.h1 { font-family: Georgia, serif;
font-size: 12px;
font-style: normal;
font-weight:bold;
text-transform:capitalize;
letter-spacing: 1px;
}

.h2 { font-family: Georgia, serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 2em; }

.h3 { font-family: Georgia, serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 1.3em;
 }
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; }