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

body {
	font-size: 11px;
	font-family: Trebuchet MS, Helvetica, Arial, san-serif;
	background: #fff;
}

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

.stylecopy {	
    font-size:9px;
	position:relative;
	left:0px;
}

.styledes {	
	font-size:11px;
	font-family: Trebuchet MS, Helvetica, Arial, san-serif;
	color: #666666;
	background: #fff;
}

.stylenavnum {	
	font-size:12px;
	font-family: Trebuchet MS, Helvetica, Arial, san-serif;
	color: #999999;
	background: #fff;
}

.styleblog {	
	font-size:12px;
	font-family: Trebuchet MS, Helvetica, Arial, san-serif;
	color: #333333;
}

.stylename {	
	font-style:italic;
}

a:link { text-decoration: none; color: #666666;}
a:active { text-decoration: none; color: #000000;}
a:visited { text-decoration:none; color:#666666 }
a:hover { text-decoration: none; color: #000000;}

a img { border: none; }

#menu {
    width: 240px;
    overflow:hidden;
    top: 0;
    bottom: 0;
	left: 40;
    position:fixed;
    height: 100%;
	background-color: #ffffff;
	color: #333333;
}

#menu ul {
	list-style: none;
	margin: 10px 0 15px 0;
    font-size: 14px;
	color: #333333;
}

#menu ul li.section-title {
	position:relative;
	left:0px;
    bottom:5px;
	font-size: 12px;
	margin-bottom: 4px;
    background: url(underline.gif) #fff bottom left repeat-x;
}

#menu ul li{
	position:relative;
	left:10px;
    margin-bottom: 6px;
	font-size: 10px;
}

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

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

#content p { 
	width: 1024px;
	margin-bottom: 20px;}

p {
    margin: 0 0 8px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	margin: 0; 
	padding: 0; 	
	position:absolute;
	left:280px;
    top:70px;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 10px 0; }

#once { clear: left; }
