* { 
	margin: 0; 
	padding: 0;
}

body { 
	font-size: 11px; 
	font-family: Arial, 
	Helvetica, sans-serif; 
	color: gray; 
	background-color: white; 
}

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

a { user-focus: none; outline : none; -moz-user-focus: none; -moz-outline: none; }

a:link { color: gray; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; border-style: none; outline-style: none; user-focus: none; outline : none; -moz-user-focus: none; -moz-outline: none;}
a:active { color: gray; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; background-color: yellow; outline: none; -moz-outline: none; }
a:visited { color: gray; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
a:hover { color: gray; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; background-color: yellow; text-decoration: none; }

a img { border: none; }


#menu {
    width: 115px;
    z-index: 1;
    top: 30px;
    bottom: 0;
	left: 100px;
    position: absolute;
	background-color: #fff;
}

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

#menu ul li.section-title { }

#content {
	width: 115px;
	z-index: 1;
    top: 30px;
    bottom: 0;
	left: 215px;
    position: absolute;
	background-color: #fff;
}


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

#content p { width: 800px; margin-bottom: 0px; }







#row1{
	width: 200px;
	z-index: 1;
	top: 0px;
	bottom: 0;
	left: 0px;
	position: absolute;
}

#row2{
	width: 200px;
	z-index: 1;
	top: 0px;
	bottom: 0;
	left: 250px;
	position: absolute;
}





p {
    margin: 0 0 0px 0;
}



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



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



#once { clear: left; }



.link { color: #4E97C6; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }
.select { color: gray; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; background-color: yellow; }