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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-image: url(http://www.art176.com/bonus/bg.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	}

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

a:link {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	text-decoration: line-through;
	color:#FF6600;
}
a:hover {
	text-decoration: underline;
	color:#FF6600;
}

a img { border: none; }

#menu {
	width: 175px;
	top: 0px;
	bottom: 0;
	left: 30px;
	position: absolute;
	height: 750px;
	background-color: #000000;
	font: Verdana, sans-serif;
	color:#FFFFFF;
}

#menu { opacity: 0.2;}
#menu:hover { opacity: 1;}

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


#menu ul li.section-title {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	margin-bottom: 10px
}

#menu ul a { margin-left: 8px}


#content {
	width:750px;
	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: 750px;
	margin-bottom: 9px;
}

p {
    margin: 0 0 0px 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; }
