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

body {
	font-size: 70%;
	font-family: "Univers", "Verdana", sans-serif; 
	background: #fff;
height: 100%;
width: 100%
     position: fixed;
     overflow-x:hidden; 
      overflow-y: auto;
}

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

a:link { text-decoration: none; color: #4D4D4D; }
a:visited { 
        text-decoration: none; 
        color: #666666;
}
a:active {
	text-decoration: none;
	//color: #FFFFFF;
	//background-color: #666666;
}
a:hover { text-decoration: underline; }

a img { text-decoration: none; border: 0 none; }
a {outline: none;}

#menu {
    width: 190px;
    overflow: auto;
    top: 10;
    bottom: 0;
	left: 10;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu.container {
    padding: 5px;
}

#menu li{ 
margin: 2px 0px 0px 10px; }

#menu ul li.section-title { 
     margin: 0;
     font-size: 100%;
     color: #4D4D4D;
}

#content {
    height: 100%;
    margin: 0 0 0 185px;    
top: 10;
 height: 700px; 
width: 815px;
overflow-y: visible;


}

.container {
    padding: 30px 10px 25px 15px;
   }

.container-index{
    padding: 30px 0px 25px 15px;
}

.col {
padding: 15px 15px 25px 15px;
width: 50%;
}

.left {float: left;
        margin: 0 5px 0 0;
}
.right {float:right;
            margin: 0 0 0 5px;
}

.orange{color: #ffa500;}

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

p {
    margin: 0 0 9px 0;
}

p.descrip {
    width: 100%;
    font-size: 97%;
   line-height: 130%;
color: #666666;
}

p.credit {
        font-size: 97%;
        font-weight: normal;
        color: gray;
       line-height:115%;
}

.credithd{
color: gray; 
font-size:92%;}

h1 { color: #4D4D4D;
        font-size: 97%; 
        font-weight: normal;
}

h2 { font-size: 92%;
        color: gray;
       font-weight: normal;
     line-height: 115%;
 }
h3 { font-size: 92%;
        font-weight: normal;
     line-height: 115%;
 }
h4 { font-size: 92%;
        font-weight: normal;
 }

h5 { font-size: 92%;
        font-weight: normal;
line-height: 115%;
color: #4D4D4D;
 }
#img-container	{ margin: 0; padding: 0; height: 522px; width: 774px; }
#txt-container	{ margin: 0; padding: 0 0 0 0; height: 550px; width: 385px; height:100%;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.d_type {
	position: absolute;
	width: 200px;
	left: 2810px;
	top: 12px;
	padding-right: 40px;
	padding-bottom: 40px;

}

.1300_type {
	position: absolute;
	width: 200px;
	left: 1300px;
	top: 12px;
	padding-right: 40px;
	padding-bottom: 40px;

}
