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

body {
	font-size: 14px;
	font-family: Garamond, Georgia, Serif; color: #999;
	line-height: normal;
	background: #000 url('bg.jpg') no-repeat left top;
}

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

a:link { text-decoration: none; color: #c1940c;}
a:visited { text-decoration: none; color: #c1940c;}
a:hover { text-decoration: none; color: #ffc000;}
a:active { text-decoration: none; color: #ffff99;}

a img { border: none; }

#contained {position: relative; z-index: 1;}
#menu {
    width: 200px;
    overflow: auto;
    top: 92px;
	left: 0;
    position: fixed;
    height: 100%;
    text-align: center;
	z-index: 10;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0px 0 0 0;
    top: 0;
    z-index: 5;
}

#wing {
	position:fixed;
	height:45px;
	width:1800px;
	background: url('skyler.gif') no-repeat left top;
	top: 0;
	left: 0;
	z-index: 20;
}
#wing2 {
	position:fixed;
	height:431px;
	width: 274px;
	background: url('bg2.png') no-repeat left bottom;
	top: 60px;
	left: -40px;
	z-index: 3;}


a#wing { left: 0; top:0 }
#wing a { position: absolute; height: 44px; width: 330px; left: 0px; top:0; text-decoration: none;}
#wing a i { visibility: hidden; }


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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 20px; font-weight: normal; display: inline; margin:20px 0 0 0; padding: 0 0 0 0; color: #666; }
h2 {
font-size:14px; line-height:14px;
font-weight:normal;
font-style:bold;
height:100%;
margin:30px 0 0 253px;
top:0;
}
h3 { font-family: arial, helvetica, sans-serif; font-size: 16px; }
h4 { font-size: 18px; margin:20px 0 0 300px; }

a.heading {font-size: 20px; line-height: 40px; font-weight: normal; color: #666; }

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

.text-space {
	float:left;
	line-height:15pt;
	padding: 0 20px;
 	width: 300px;
}


#once { clear: left; }