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

body {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#dc0000;
	background: #FFFFFF;
}

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


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


a img { border: none; }

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


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

#menu ul li.section-title {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#33CCCC;
background-color:#FFFFFF;
padding-top:3px;
padding-bottom:3px;
letter-spacing:2px;
}

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

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

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

.head{
font-family:Geneva, Arial, Helvetica, sans-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;}
