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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background-image: url('http://particleart.com/files/backgrounds/background.jpg'); /*determines the color of the main background window */
	background-attachment: fixed;
}

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

a:link {  color: black; text-decoration: none; font-weight: bold; }
a:active { color: black; text-decoration: none; }
a:visited { text-decoration: none; color: black;}
a:hover { border: thin black solid; background-color: #FF6565; color: white; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
	left: 10px;
    bottom: 0;
    position: fixed;
    height: 100%;
	background-image: url('http://particleart.com/files/images/menuPanel.jpg'); /*determines color of main menu bar on left side of screen*/;
}

#menu ul {
	list-style: none;
	margin: 0 10px 12px 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#menu ul li.section-title { padding: 3px 0 3px 5px; font-weight: bold; color: #FF6565; font-size: 12px; background-image: url('http://particleart.com/files/images/wordBlock.jpg'); }

#content {
    height: 100%;
    margin: 0 0 0 235px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0px;
}

h1 { text-align: center; font-weight: bold; color: black; font-size: 10px; margin-left: 15px; font-family: verdana;}
h2 { font-weight: bold; color: white; font-size: 16px; margin-right: 100px; }
h3 { font-weight: bold; color: white; font-size: 12px; }
h4 { background-color: black; font-weight: bold; color: white; font-size: 10px; }

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

#once { clear: left; }