/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	font-size: 12px;

}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: Georgia;
	font-size: 13px;	*/
	color: #666666;
	background: none; 
	line-height: 1.4em;
}

a { text-decoration: underline; color: #333333; text-decoration: underline; }
/*a:active { text-decoration: line-through; color: #000; background: #ffffcc; }
a:visited { text-decoration: none; color: #000; background: #ffffcc; }*/
a:hover {
	text-decoration: line-through;
	color: #FFFFFF;
	text-decoration: line-through;
	background-color: #33FF66;
}
.auto_highlight {
	background-color: #33FF66;
}

a img { border: none; }

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

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

#menu {
	/*width: 215px;*/
    width: 100%;
	overflow: auto;
	top: -12px;
	left: 0;
	position: relative;
	z-index:10;
	background-color: #FFFFFF;
	background-image: url(images/bg01.png);
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

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

#menu .section-title { color: #000; font-weight: bold; }

#content {
	/*   height: 100%;
    margin: -8px 0 0 215px;
    top: 0;*/
       position: relative;
	padding-right: 30px;
}

.container {
    padding: 10px;
}

#content p { width: 400px; 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-top: 20px; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#bgFallback 
{
	width:95%;
	height:100%;
	position:absolute;
	left:0px;
	padding-left: 10px;
	top: 0px;
	z-index:80;
	overflow: hidden;
}

