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

body {
	font-size: 11px;
	font-family: Verdana, helvetica, sans-serif;
	line-height: 14px;


	background: #fff;
}

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

a:link { text-decoration: none; color: #c4b022;}
a:active { text-decoration: none; color: #c4b022;}
a:visited { text-decoration: none; color: #c4b022;}
a:hover { text-decoration: none;  color: #c4b022; background-image: url(stripe.gif);  }

a img { border: none;   
background-image: none;}

#menu {
margin-top: 5px;
margin-left: 5px;
    width: 130px;
    overflow: auto;
    top: 0;
    bottom: 0;
	 left: 0;
    position: fixed;
    height: 100%;
	 background-color: #ffffff;

}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	margin-left: 0px;
}

#menu ul li.section-title {
	margin-left: 0px;

}

#content {

    height: 100%;
	 width: 800px;
    margin: 0 0 0 180px;
    top: 0;
}

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

#content p { width: 600px; margin-bottom: 9px; margin-top: 5px;}

p {
    margin: 0 0 9px 0;
}

strong {

	font-size: 11px;

}

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

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

.thumb-img:visited { background: #ffffff; }
.thumb-img:hover { background: #ffffff; }

#once { clear: left; }
