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

body {
	font-size: 10px; 
	font-family: Verdana, sans-serif;
	background:#FFFFFF;
	background-image: url(http://www.iconblast.com/bg-update.gif);
	background-repeat: repeat-y;
	background-attachment:fixed
}

body.section-1 { text-decoration: none; color: #fff; }
body.section-2 { text-decoration: none; color: #fff; }
body.section-3 { text-decoration: none; color: #fff; }

a:link { text-decoration: none; color: #fff; }
a:active { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color:#999999;}
a:hover { text-decoration: underline; color:#CCCCCC;}

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #000000;
	font: Verdana, sans-serif; color:#FFFFFF;
}

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


#menu ul li.section-title { text-decoration: none; color: #6dcef5; font-family: Georgia, Times New Roman, Times, serif; font-size: 12px;}


#content {
    width:565px;
    height: 100%;
    margin: 0 0 0 208px;
	padding: 30px 0 0 20px;
    top: 0;
	background-color:#FFFFFF;
}

.container {
	padding: 15px 5px 15px 18px;
}

#content p { width: 510px; 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: 0px 0px 2px 0px; }

#once { clear: left; }
