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

body {
	font-size: 12px;
	font-family: Courier, "Courier New", "Lucida Console", Monaco, "Andale Mono", monospace;
	/*font-family: "Lucida Console", Monaco, "Andale Mono", "Courier New", monospace;*/
	background: #fff0f0;
	line-height: 20px;
}

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

a:link { text-decoration: underline; color: #000; }
a:active { text-decoration: none; color: #f00; }
a:visited { text-decoration: line-through; color: #000; }
a:hover { text-decoration: none; }

a img { border: none; }

#preload {display:none; background: url(grey50-2.gif) repeat; height: 1px;}

#menu {
    width: 200px;
    overflow: auto;
    top: 10px;
	left: 10px;
	background: #fff;
	border: 1px solid #aaa;
    position: fixed;
}

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

#menu ul li.section-title { line-height: 18px; font-weight: normal; background: url(grey50-1.gif) repeat; text-transform: uppercase; padding-left: 3px; }

#menu ul.footer {font-size: 10px; line-height: 14px;}

#content {
    height: 100%;
    margin: 10px 10px 10px 220px;
    top: 10px;

}

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

#content p { display=block; width: 612px; margin: 0 10px 10px 0; background-color:#fff; border: 1px solid #aaa; padding:2px; }

p {
    margin: 0 0 10px 0;
}

p object {padding:10px;}

#footer {padding-top: 20px; font-size: 10px!important; text-transform: uppercase; line-height: 14px;}
#footer p {margin:0;}


h1 {  padding:1px 4px;  margin:5px 0;font-size: 14px; color: #fff;   font-weight: normal; background: url(grey50-1.gif) repeat;  }
h1:hover {background: url(grey50-2.gif) repeat;}
h1 a {color:#fff!important; width: 190px; display: block; }
h1 a:hover {color:#fff; text-decoration: underline;}
h1 a:visited { text-decoration: underline;}

h2 { font-size: 13px;  width:600px;}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0;  }
#img-container	span{ padding: 10px;  background-color:#fff; border: solid 1px #999; margin:0 10px 10px 0; font-size:11px; line-height:14px;}

#img-container	img{   margin-bottom:5px; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 10px 0; }

#once { clear: left; }