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

body {
	font-size: 11px;
	font-family: Monaco, Lucida Console, sans-serif;
	background: #FFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #000099;
}
#wrap {
	position: absolute;
	text-align: center;
	width: 100%;
	margin:auto;
}
#mainwrap {
	width:970px;
	margin:auto;
	padding:0;
	position:relative;
}
a:link {
	text-decoration: none;
	color: #6699CC;
}
#menu li.active a { 
	color: #000099;
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
	color: #6699CC;
}
a:hover {
	color: #000099;
}

a img { 
	border: none; 
}
div.linkimage a:link img, div.linkimage a:visited img {
	-moz-opacity: 1.00;
 	opacity:1;
	display: block;
	border: none;
}
* html div.linkimage a:link img, * html div.linkimage a:visited img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
div.linkimage a:hover img { 
 	-moz-opacity: 0.60;
	opacity:0.6;
	display: block;
	border: none;
}
* html div.linkimage a:hover img { 
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#menu {
	width: 215px;
	display: block;
	top: 20px;
	bottom: 0;
	left: 20px;
	height: 100%;
	background-color: #FFF;
	text-align: left;
	position: absolute;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu li {
	list-style: none;
	margin: 2px 0;
}
#menu ul li.section-title { 
	color: #000099;
	font-size: 13px;
}
strong {
	color: #000099;
	font-size: 16px;
	display: block;
	font-weight: normal;
}
#small {
	font-size: 9px;
	line-height: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #6699CC;
	font-family: "Tahoma", Verdana;
}
#logo {
	margin: 0 0 20px;
}

#content {
    width: 700px;
    height: 100%;
    margin: 0;
    top: 20px;
	left: 230px;
	text-align: left;
	position: absolute;
}

.container {
	padding: 0px;
}
.thumb {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content p { width: 400px; margin-bottom: 20px; }

p {
    margin: 0;
}

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

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

#once { clear: left; }
