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

body {
	background-image: url(../../../files/Background.jpg);
	font-style: normal;
	font-weight: normal;
	color: white;
	font-family: Verdana, sans-serif;
	background-repeat: no-repeat;
	}


a:link { color: silver; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: silver; }
a:hover { color: silver; text-decoration: none; }

a img { border: none; }

#menu {
    font-size: 10px;
    background-position: 0;
    color: white;
    width: 100%;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    aposition: fixed;
    height: 145px;
}

#menu ul {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	padding-left: 10px;
	list-style: none;
	float: left;
}

#menu ul li.section-title {
	color: gray;
	}

#content {
    height: 100%;
    margin-bottom: 20px;
    top: 0;
    width: 950px;
}

.container {
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 15px;
	border-right: thin;
	color: gray;
	font-size: 10px;
}

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

.nav{
	float: left;
	margin-left: 354px;
	margin-top: 107px;
}

p {
    color: gray;
    padding-top: 10px;
    margin: 0 0 9px 10px;
    font-family: Verdana;
    float: left;
}

h1 { color: white; font-size: 35px; }
h2 { font-size: 24px; }
h3 { 
	padding-left: 2px;
	font-size: 16px; }
	
h4 { font-size: 12px; }


#once { clear: left; }

.test{
	background-color: gray;
	width: 100px;
	height: 100px;
}

#next{
	margin-left: 250px;
	font-size: 30px;
}

#prev{
display: none;
}



.img-bot{
	margin: 101px 0px 0px 174px;
}
