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

body {
	font-size: 10px;
	font-family: Georgia, "New York CE", utopia, serif; /* Georgia */
	font-style: 
	background: #fff;
	
}

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

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; background: #fff20d; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; background: #fff20d; }

a img { border: none; }

#menu {
	width: 200px;
	overflow: hidden;
	padding: 20px 0px 25px 0px;
	line-height: 10pt;
	position: static;
	top: 0px;
    	bottom: 0;
	left: 0;
   	height: 100%;
}

#menu ul {
	list-style: none; 
	margin: 25px;
}

#menu ul li.section-title { }

#content {
	height: 100%;
	line-height: 10pt;
	position: absolute;
	padding: 20px 0px 25px 0px;	
	left: 1050px;
	top: 122px;
}

#content p { 
	width: 200px;
	margin-bottom: 15px;
}
    
    
.container {
	padding: 0px 0px 25px 0px;
}


.container2 {
	padding: 0px 0px 25px 0px;
}


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: 0px; 
	padding: 0px;
	position: absolute;
	left: -825px;
	top: 22px;
}


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


#once { clear: left; }


.like_follow {
	padding: 0px 0px 0px 25px;
}


.test {
	margin: 800px 0px 30px 25px;
}

