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

body {
	font-size: 9px;
	line-height: 14px;
	font-family: "Andale Mono", "Courier New", "Courier", monospace; 
	background: #fff;
}

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

a:link { text-decoration: none; color: #000000;}
a:active {color: #0000CC; background: #0000CC;
}
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #0000CC; background: #0000CC;}}

a img { border: none; }

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

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

#menu.container {
    padding: 5px;
}

#menu ul li.section-title {
	font-size: 10px;
		font-style: bolder;

	font-family: "Verdana", "Arial", sans-serif;  
	background: #fff; }

#content {
    height: 100%;
    width: 100%;
    margin: 0 0 0 220px;    
position: fixed;
top: 10;
overflow: auto;

}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-family: "Verdana", "Arial", sans-serif; font-size: 12px;  }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; font-style: bold; line-height=80%}

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

#once { clear: left; }

.d_type {
	position: absolute;
	width: 200px;
	left: 2810px;
	top: 12px;
	padding-right: 40px;
	padding-bottom: 40px;

}

.1300_type {
	position: absolute;
	width: 200px;
	left: 1300px;
	top: 12px;
	padding-right: 40px;
	padding-bottom: 40px;

}
