/* CSS Document */
/**
* CSS
* 
* @version 1.0

*/
* {
	margin: 0;
	padding: 0;
	
}

 
	html, body{ height:100%; } 
	
body {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif; color: #dbcfb1;
	background-image: images/bg_tile.gif;
        background-color: #111111;
	margin: 0px;
	padding: 0px;
}


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


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

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

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


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

a:link { text-decoration: none; color: #858072; }
a:active { text-decoration: none; color: #858072; }
a:visited { text-decoration: none; color: #858072; }
a:hover { color: #d1cdc3; }

a img { border: none; }

#menu {
    width: 300px;
    padding-top: 150px;
    padding-left: 26px;
	float:left;
}

#topLogo {
	position: absolute;
	top: 115px;
	padding-left: 31px;
	left: -4px;
	height: 61px;
	width: 148px;
}

#tophatch {
	position: absolute;
	top: 78px;
	padding-left: 351px;
	left: 4px;
}

#rep { position: absolute; top: 30px; padding-left: 31px; }

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

#menu ul li.section-title { }

#content 
{
    padding-top: 150px;
	width: 362px;
	float: left;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-family: Georgia; font-size: 32px; color: #dbcfb1}
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; }

#floatframe {position:absolute;
	left:350px;
	top:0px;
	width:620px;
	height:800px;
	z-index:100
	}
