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

body {
font-size : 11px;
font-family : Arial, Helvetica, Verdana, sans-serif;
line-height : 15px;
background : #fff;
}

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

a:link {
color : #666;
text-decoration : none;
}

a:visited {
color : #666;
text-decoration : none;
}

a:hover {
color : #0099FF;
text-decoration : none;
} 

a:active {
color : #000;
text-decoration : none;
}

a img { border: none; }


#menu {
    width: 160px;
    overflow: auto;
    top: 0;
    bottom : 0;
	left: 0;
    position: fixed;
    height: 100%;
	color: #FFFFFF;
	z-index: 50;
	background: #ffffff;
}

#menu li.active a:link, #menu li.active a:active, #menu li.active a:visited {
	color : #000;
	text-decoration : line-through;
}

#menu li.active a:hover {
color : #000;
text-decoration : line-through;
} 

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

#menu ul li.section-title {
color : #0099FF;
line-height : 20px;
}

#content {
	height: 100%;
	margin: 80px 0 0 200px;
	top: 0;
	color : #000000;
}

#content a:link {
text-decoration : none;
color : #666;
}

#content a:visited {
text-decoration : none;
color : #666;
}

#content a:hover {
	text-decoration : none;
	color : #0099FF;
} 

#content a:active {
	text-decoration : none;
	color : #666;
}

.container {
    padding: 20px 0 0 10px;
}

#content p { width: 500px; margin: 0;
}

p {
margin : 0 0 20px 13px;
}

/**
mc added
*/
#special {
	height: 100%;
	margin: 80px 0 0 200;
	top: 0;
	color : #000000;
}

.container {
    padding: 20px 0 0 10px;
}

#special p { width: 165px; margin: 0; 
}

p {
margin : 0 0 20px 13px;
}

/**
end mc
*/

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container { margin: 0; padding: 10px 0 0 0;}
#img-container p { width:500px; margin: 0; padding: 0 0 10px 0; }

#img-container a:link {
	color : #FF0000;
	
}

#img-container a:visited {
color : #000;
text-decoration : none;
}

#img-container a:hover {
	color : #666;
	text-decoration : none;
} 
#img-container a:active {
	color : #000;
	text-decoration : none;
}

#once { clear: left; }
