*/

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

body {
	font-size: 13px;
	line-height: 16px;
	font-family: "Andale Mono", mono, Courier, "Courier New";
	background-color: #fff;
}

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

a img { border: none; }

#menu {
    top: 0;
    bottom: 0;
	left: 0;
	font: 13px/16px "Andale Mono", mono, Courier, "Courier New";
	height: 100%;
	position: absolute;
	overflow: visible;
}

#menu ul {
	list-style: none;
	background-color: white;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

#menu div.container ul li.active a {
	color: black;
}

.section-title { word-spacing: -0.05em;
	font: 13px/20px "Andale Mono", mono, Courier, "Courier New";
}

/* custom for the doods */
.lmark { float: left; margin-bottom: 9px; }
.rmark { float: right; text-align: right; margin-bottom: 9px; }
.clmark { clear: both; }

#content {
    min-height: 100%;
    height: 100%;
    top: 0;
	line-height: 17px;
	margin: 35px 0 0 280px;
}

#iframed {
	position: fixed;
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 0px;
	overflow: visible;
	z-index: -1;
}

.container {
    padding: 5px 21px 21px;
	margin-top: 25px;
}

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

p {
    margin: 0 0 9px 0;
}

h0 { font-size: 16px; line-height: 22px; font-family: "Andale Mono", mono, Courier, "Courier New"; text-decoration: none; font-weight: bold; word-spacing: -0.05em;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-style: none;
}
h1 { font-size: 15px; line-height: 17px; font-family: "Andale Mono", mono, Courier, "Courier New"; text-decoration: none;}
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; }

#once { clear: left; }

#menu ul li {
	padding: 2px 0;
	border-bottom: 1px dotted black;
}

#menu ul li.section-title { 
	margin: 0 0 10px;
	border-bottom: 1px dotted #00dad5;
	font: 13px "Andale Mono", mono, "Courier New", Courier;
	color: black;
	text-align: right;
}

#menu div.container p a {
	border-bottom: 1px dotted #00dad5;
	text-align: right;
	color: black;
	text-decoration: none;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin: 0;
	background-color: white;
	display: block;
}

#img-container span.nothumb strong {
	color: #00a8cd;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

#img-container span.nothumb img {
	margin-right: 20px;
	margin-left: 0;
}