﻿/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body  { text-align: center; background: #FFCC66; 
	font-size: 12px;
	font-family: Verdana, sans-serif;
 	}

#wrapper { width: 800px; margin: 0 auto; text-align: left; background: #CCFF66; }

body.section-1 { }
body.section-2 {  }
body.section-3 { }

li.section-title { text-decoration: none; color: #FF2400; font-weight: bolder; }

a:link { text-decoration: none; color: red; }
a:active { text-decoration: none; color: red; }
a:visited { text-decoration: none; color: red; }
a:hover { text-decoration: none ;background: black; font-size: 16px; }

a img { border: none; }
#menu { width: 180px; float: left; top: 0;
    bottom: 0;height: 1000px ;
	left: 30px;
       	background-color: #FF99FF;}
    
    
    
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0; line-height: 1.5em;
list-style-position:outside; 
}

#menu li { list-style:none; }

#menu ul li.section-title { }


#content {margin: 0 0 0 205px; 
    height: 100%;
    width:500px;
}

.container {
    padding: 5px 5px 25px;
}

#content p { width: 560px; 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: 0 0 12px 0; }

#once { clear: left; }

.clear-both { clear: both; }