﻿/* General sizes and styles for divided areas*/
body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	max-width:10600px; /* sets max layout width */
	min-width:720px; /* sets min layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	}
#header {
	}
#nav {
	width:230px; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */	
	}
#content {
	/* default auto width */
	}
/* hack for IE6 */
/* floating this element gets rid of the gap between the nav and content - the hateful 3 pixel jog bug in IE */
/* if I float this element in other browsers, the layout breaks - don't remove this comment \*/* html #content { 	float:left; 	}/* end of hack - don't remove this comment */#footer {
	clear: both; /* makes the footer sit below whichever column is longest */;
    }
#promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#content_inner {
	padding: 3em 6em 2em 5em; /* creates space between the box and the content */	
    overflow: hidden; /* clips oversize elements that would otherwise expand divs and break the layout */;
	background-color: #bccccc;
	background-image: url('images/bg-gradv2.png');
	background-repeat: repeat-x;
}
#nav_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:4em 1.5em; /* creates space between the box and the content */	
}
#header_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding: 0; /* creates space between the box  and the content */
	margin: 0;
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}
                 /* center text */
.aligncenter {
                 text-align: center;
}
.thislink {
	color: #ccc;
}
.namequestion {
	font-weight: bold;
	font-size: larger;
	text-indent: 3ex;
}

.point {
	position: relative;
	left: -30px;
	top: 5px;
}
.currentpage {
	position: relative;
	left: -15px;
}
.malamatextadj {
	position: relative; 
	top: 5px;
}
.titleadj {
	position: relative; 
	top: 15px; 
	right: -10px;
}
.malamalogoadj {
	position: relative; 
	top: -52px; 
	right: -30px;
}
.questions {
        line-height: 1.5em;
        font-weight: bold;
        font-size: 1em;
  }	
* html {