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

body {
	font-size: 16px;
	font-family:"Garamond", Georgia, "Times New Roman", Times, serif;
	line-height:120%;
	word-spacing:0.1em;
	background:#000000;
}

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

#fineprint{
font-size:10px;
text-indent:7px;
}



h1{
font-size:32px;
line-height:100%;
font-family:"Garamond", Georgia, "Times New Roman", Times, serif;
letter-spacing:-0.05em;
}

h2 { font-size: 20px; 
font-family:"Garamond", Georgia, "Times New Roman", Times, serif;
line-height:130%;
font-weight:bold;
margin-bottom:30px;
}

h3{
font-size:32px;
letter-spacing:-0.1em;
line-height:110%;
font-weight:100;
font-weight:bold;
text-transform:uppercase;
vertical-align:top;
}

.tracking {
letter-spacing:-0.15em;
}

h4
{
font-size:24px;
line-height:120%;
font-weight:100;
word-spacing:0em;
font-weight:normal;

}


.section-title{
font-family:"Garamond", Georgia, "Times New Roman", Times, serif;
font-size:16px;
text-transform:uppercase;
font-variant:small-caps;
letter-spacing:0.1em;
padding:5px 0 5px 0;
text-align:left;
font-weight:bold;
border-top:#000 2px solid;

}

hr {
border-top:0;
border-left:0;
border-right:0;
border-bottom: #666666 dotted 1px;
color: white;
background-color: white;
height: 1px;
width: 100%;
text-align: left;
}

ul li{
list-style:none;

}

ul li a: link{
text-decoration:none;

}

ul li ul li a{
text-indent:none;
}
.active {
list-style-position:inside;
list-style-type:none;
font-weight:bold;
font-style:italic;
text-shadow:#333333;}


a:link { text-decoration: underline;
color:#000; 

}
a:active {  }
a:visited {  
color:#000;
}


a:hover {
background:#0099FF}

a img { border: none; }

#menu {
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	padding-right:0px;
	padding-left:20px;
    position: fixed;
	background:#eff715;
	background-repeat:repeat-y;
	background-position:right;
	vertical-align:top;
	margin-top:-10px;
	

}

ul{
list-style:none;
}

#menu ul {
	margin-top:25px;
	vertical-align:middle;
}

#menu ul li{
	padding: 2px 0 2px 0px;
	border-bottom:#000 1px dotted;


}






#menu ul li a{
	padding: 0 0 0 0px;
	color:#333333;
	text-decoration:none;

}

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

#menu ul li.section-title { }

#content {
	font-size:16px;
	height:100%;
	width:620px;
    margin: 0 0 0 350px;
    top: 0;
	word-spacing:0.1em;
	line-height:120%;
	
}

#content li{
list-style-type:none;
padding: 3px 0 3px 0;

}

.container {
    padding: 20px 0 20px 0;
	    padding: 20px 20px 20px 20px;

	    
}

.contentcontainer {
width: 620px;
display:table;
margin-top:20px;
border-top:thick  #eff715 solid;
    padding: 20px 20px 20px 20px;
		background-color:#FFFFFF;


}


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

p {
    margin: 0 0px 9px 0;
}

embed {margin: 10px 0 10px 0;
}
#img-container	{ margin: 0; padding:0;}


#once { clear: left; }
