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

body {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #272725;
	background: #272725 url(http://www.gyom80.net/_img/red_line.png) no-repeat 0 -17em;*/;
	color: #aaaaaa;
	margin: 0px;
	padding: 0px; 
	<!--letter-spacing:0.25px-->
	
}

#logo {
	margin: 0;
	padding: 0;
	background-color: #transparent;
}

#white-left {
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 10px;
background: #transparent;
}


#white-right {
height: 100%;
position: fixed;
top: 0;
right: 0;
width: 10px;
background: #transparent;
}

#white-top {
height: 10px;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #transparent;
}

#white-btm {
height: 10px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #transparent;
}

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

a:link { text-decoration: none; color:#aaaaaa; cursor: crosshair; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: Underline; color: #fcfaa3; cursor: crosshair; }
a:active { text-decoration: none; color: #fcfaa3; }


a img { 
border: none; 
}

#menu {
     width: 260px;
    padding-top: 70px;
    padding-left: 124px;
	float:left;
	background-color:  #transparent;
		
}

#menu ul {
	list-style: none;
	margin: 0 0 8px 0;
	width: 126px;
    margin: 0 0 2px 0;
	margin-bottom: 8px;
	border-bottom-color: 000;
	
}

#menu li.active a:link { color: #fcfaa3; }
#menu li.active a:visited { text-decoration: none; color: #fcfaa3; }
#menu li.active a:hover { text-decoration: Underline; color: #fcfaa3; }
#menu li.active a:active { text-decoration: Underline; color: #fcfaa3; }
 

#menu ul li.active a:after {
content: "\00a0\00bb";
color: #fcfaa3;

}


#menu ul li.active a:hover:after {
content: "\00a0\00bb";
color: #fcfaa3;
}

#menu ul li.section-title {
	
    color: #666666;
    font-weight: bold;

	
}


#content 
{
    padding-top: 70px;
	width: 500px;
	float: left;
	
}

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

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }
