﻿/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body  { text-align: center; background: white; 
	font-size: 13px;
	font-family: Futura,"Century Gothic", MS mincho, sans-serif;
 	}

#wrapper { width: 800px; margin: 0 auto; text-align: left; background: #FFCCFF; }

body.section-1 { }
body.section-2 {  }
body.section-3 { }

li.section-title { text-decoration: none; color: #9999FF; font-weight: bolder; }

a:link { text-decoration: none; color: #9999FF; }
a:active { text-decoration: none; color: #9999FF; }
a:visited { text-decoration: none; color: #9999FF; }
a:hover { text-decoration: none ;background: #003300; font-size: 20px; }

a img { border: none; }

#menu { width: 180px; float: left; top: 0;
    bottom: 0;height: 569px ;
	left: 30px;
       	background-color: #336633;}
    
    
    
}

#menu li { list-style:none; }

#menu ul {
	list-style: none;
	margin: 0 0 12px 0; line-height: 1.5em;
list-style-position:outside; 
}


#menu ul li.section-title { }


#content {margin: 0 0 0 205px; 
    height: 100%;
    width:590px;
}

.container {
    padding: 5px 5px 25px;
}

#content p { width: 560px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { background-color: transparent;
display: block;
	background: url('http://www.aiinspire.com/files/EMI_Banner_03_600x150.png') no-repeat 0 0;
font-family: Futura,"Century Gothic", MS mincho, san-serif;
font-size:25px;
font-weight:normal;
margin:0px -140px -10px -29px;
padding:80px; }

h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }



#once { clear: left; }

.clear-both { clear: both; }