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

body {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	background: #fff;
	background-color: #fff;
	overflow: auto;
	letter-spacing: normal;
	
}



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

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

a img {
	border: none;
}

#menu {
	width: 660px;
	top: 0;
	bottom: 0px;
	left: 0px;
	position: absolute;
	height: 95px;
	background-color: #FDFDFD;
	margin-bottom: 12px;
	margin-left: 5px;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;
}

#menu li {
	display: inline;
}

#menu li a { }

#menu li a:hover { 
	color: #FF0000;
	background: 0;
	padding-bottom:2px;
	text-decoration: none; background-color: #FFFF00; }

#menu li.active a { 
	color: #FF0000;
	background: 0;
	padding-bottom:2px;
	text-decoration: none; background-color: #FFFF00; }

#menu li a:active { }

#menu li a:visited { }


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

#menu ul li.section-title {

}

#content {
	height: 100%;
	margin: 200px 00px 00px 10px;
	float: left;
	padding: 0;
	position: relative;
	width: 1400px;
}

.container {
    padding: 0;
}

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

#box1 {
position:absolute;
top:30px;
left:215px;
width:291px;
height:389px;
z-index:1;
}

#box2 {
position:absolute;
top:442px;
left:247px;
width:229px;
height:173px;
z-index:2;
}

#box3 {
position:absolute;
top:631px;
left:215px;
width:182px;
height:128px;
z-index:3;
}

#box4 {
position:absolute;
top:55px;
left:612px;
width:187px;
height:181px;
z-index:4;
}

#box5 {
position:absolute;
top:278px;
left:542px;
width:132px;
height:183px;
z-index:5;
}

#box6 {
position:absolute;
top:400px;
left:690px;
width:90px;
height:127px;
z-index:6;
}

#box7 {
position:absolute;
top:550px;
left:518px;
width:282px;
height:210px;
z-index:7;
}

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: 0;
	padding: 0;
	width: 1400px;
}
#img-container p	{
	width: 1400px;
	margin: 0;
	padding: 0px 0 12px 0;
}


#once {
	clear: left;
}