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

body {
	font-size: 12px;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
        background: #fff;
        color:#000000;
}



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

a:link { text-decoration: none; color: #CC3300; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #CC3300; }
a:hover { text-decoration: none; color: #6666FF; }

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 25px;
    bottom: 0;
	left: 25px;
    position: fixed;
    height: 350px;
	background-color: #FFFFFF;
}

#menu ul {
	list-style: none;
	margin: 0 0 3px 0;
font-weight: bolder; font-family: Rockwell, Memphis, Egyptienne, courier, serif;

}

#menu ul li.section-title { text-decoration: none; color: #333333; font-weight: normal; }
#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}



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

#content { background-color: #FFFFFF; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 500px; margin: 25px 50px auto 310px; }

#content ul {list-style-type: square;
  margin-left: 0; padding-left: 30px;}

p {
    margin: 0 0 15px 0;
}
h1 { color: #CC3300; font-family: Rockwell, Memphis, Egyptienne, courier, serif; font-weight: lighter; }
h2 { font-size: 14px; color: #CC3300; font-family: Rockwell, Memphis, Egyptienne, courier, serif; font-weight: lighter; }
h3 { font-size: 16px; color: #CC3300; font-family: Rockwell, Memphis, Egyptienne, courier, serif; }
h4 { font-size: 10px; }
h5 { font-size: 12px; color:#000000;font-family: Rockwell, Memphis, Egyptienne, courier, serif; font-weight: bolder;
 }

n1{
color:#39d5f8;
font-size:12px;
font-style:normal;
font-weight: normal; 
}
n2{
color:#ffffff;
font-size:10px;
font-style:normal;
font-weight: normal;
}

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

#once { clear: left; }
