@charset "utf-8";
/* CSS Document */
#page {
	width:100%;
	}
.clear {
	clear:both;
	}
	
/* JARVIS SIDE */
 div#jarvis {
 	width:50%; float:left; background:#333; height:900px; 
	}	

div#jarvis img  {
	margin:5px 17%;
	}	
div#jarvis h2, div#jarvis p {
	font-size:14pt; 
	line-height:110%;
	margin:2px;
	color:#FFF;
	text-align:center;
}
div#jarvis p {
	font-size:12px;
}
div#jarvis p a{
	color:#FF0;
}

/* KAPLAN SIDE */
div#kaplan {
	width:50%; float:right; background:#FFF; height:900px;
	}

div#kaplan_header {
	width:98%; height:100px; background-color:#C90; color:#FFF; font-family:Arial, Helvetica, sans-serif; margin:70px 10px 0 10px;
	}	

div#kaplan_wrapper, h2, h3, p {
	font-family:Arial, Helvetica, sans-serif; font-size:9pt; margin:10px;
	}

h2 {
	font-size:14pt; 
	}	

h3 {
	font-size:11pt; 
	}



