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

body { }

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

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

a:visited { 
	text-decoration: none; 
	background: #FFF; 
	color:#999999;
	}
	
a:hover { 
	text-decoration:none; 
	background:#FFFF00; 
	color: #000000
	}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 25;
    bottom: 25;
	left: 25;
    position: fixed;
    height: 100%;
	font color: #000099;
	font-family:Georgia, Times New Roman, Times, serif;
	font-style: bold;
	font-size: 12px;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
}

.container {
    padding: 26px 26px 25px 26px;
}

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

#content p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	font-color:#666666;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 14px; }
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#img-container a:link.thumb-img {
	background: #fff;
	}
	
#img-container a:hover.thumb-img {
	background:#fff;
	}

#once { clear: left; }