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

body {
	
	font-size: 12px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	background: #fff;
	margin-top:50px;
}

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

a:link { font-size:10px; color:#ff74a8; text-transform:uppercase; text-decoration:underline; }
a:active { font-size:10px; text-transform:uppercase; text-decoration:underline;}
a:visited {font-size:10px; color:#ff74a8; text-decoration:underline; text-transform:uppercase; }
a:hover { color:#c9376e; text-transform:uppercase; text-decoration:line-through;}

a img { border: none; }

#menu {
    width: 350px;
    overflow: auto;
    top: 0;
    bottom: 0;
	background-color: #fff;
	margin-top:50px;
}

#menu ul {
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	list-style: none;
	margin: 0 0 12px 0px;
	text-transform:uppercase;
	line-height:14px;
	text-shadow:#0F0;
	font-weight:50px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 290px;
    top: 0;
	margin-top:-248px;
}

.container {
    padding: 5px 5px 25px 5px;
	margin-left:100px;
}

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }