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

body {
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	color:#000000;
	background: #FFFFFF;
}

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


#content a:link { text-decoration: underline; color:#000000;}
#content a:active { text-decoration: underline;}
#content a:visited { text-decoration: underline; color: #000000;}
#content a:hover { text-decoration: underline;}

#menu a:link { text-decoration: none; color:#000000;}
#menu a:active { text-decoration: none; color: #000000;}
#menu a:visited { text-decoration: none; color: #000000; }
#menu a:hover { text-decoration:underline; color: #000000; }

a img { border: none; }

#menu {
background-color:#FFFFFF;
    width: 330px;
	padding:5px;
	margin:10px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}


#menu ul {
font-size:14px;
font-style:normal;
list-style:none;
margin:4px 0px 4px 0px;
}

#menu ul li.section-title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#000000;
background-color:#FFFFFF;
padding-top:3px;
padding-bottom:3px;
letter-spacing:0px;
border-top:thin;
border-top-style:solid;
border-top-color:#000000;
}

#menu ul li.section-title:hover{
text-decoration:underline;
}

#menu ul ul ul ul ul {
display:none;
}

#content {
	width:600px;
    height: 100%;
    margin: 20px 0 0 370px;
    top: 0;
}

.head{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:21px;
font-weight:bold;
text-decoration:underline;
}

.container {
background-color:#FFFFFF;
}

#content p {  }

p {
    margin: 0 0 9px 0;
}

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	{ }

#once { clear: left; }

# #media_title, #media_caption { width: 600px;}
# #media_caption { height: 400px;}