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

body {
	font-size: 9.5px;
	font-family: Monaco, Verdana, "Courier New", monospaced;
	color: #000000;
	background: #ffffff;
}

// red-hi

.red-hi {
	color: #000000;
	background-color: #000000;
	text-decoration: none;}

.red-hi a:link {
	color: #000000;
	background-color: #000000; 
	text-decoration: none;}

.red-hi a:visited {
	color: #000000;;
	background-color: #000000;;
	text-decoration: none;}

.red-hi a:hover {
	color: #000000;
	background-color: #000000;
	text-decoration: none;}

.red-hi a:active { 
	color: #000000; 
	text-decoration: none;}
	
}

img.thumbnail {
	margin-right:4px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;	
	
}	

a.piclink {
	text-decoration:none;
}


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

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

a:hover {
	color: #000000; 
	background-color: #000000;
	text-decoration: none;
	}

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





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

a img { border: none; }

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

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

#content {
    height: 100%;
color: #363636;	
    margin: 0 0 0 215px;
    top: 0;
}

#content1 {
   
color: #FFF; 
	background-color: #464646;
	text-decoration: none;
}

#counter {
   
color: #FFF; 
	background-color: #FFF;
	text-decoration: none;
}

.container {
    padding: 5px 5px 25px 5px;
}
.imageborder {
	border:1px solid #000}

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

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	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }