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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #5d5d5d;
	background: #fff;
}

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

a:link { text-decoration: none; color: #5d5d5d;}
a:active { text-decoration: none; color: red;}
a:visited { text-decoration: none; color: #5d5d5d;}
a:hover { text-decoration: line-through; color: red;}

.active a { text-decoration: none; color: red;}

a img { border: none; }

#logo {
  width: 195px;
}
#menu {
    width: 215px;
    top: 0;
    bottom: 0;
	left: 0;
    height: 100%;
	background-color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #CCCCCC;
	padding: 10px;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	letter-spacing: normal;
	line-height: 1.4em;
}

#menu h3 {
	text-transform: none;
	font-size: 500%; 
	color: red;
	font-weight: 100;
}

.border {
  height: 8px;
  width: 100%;
  margin: 10px 0;
  background-image: url("spot.png");
  background-repeat: repeat-x;
}



#menu ul li { 
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 100%;
	margin-left: 10px;
	color: #CCCCCC;
	}

#menu ul li.section-title { 
	font-size: 100%;
	margin: 0;
 }
 
 #menu ul li p.lower {
	text-transform: lowercase;
	margin: 0;
}

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

.container {
    padding: 20px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 18px color: red; }
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; }