div#content{
	float:right;
	display:inline;
	width:600px;
	margin:0 10px 10px 0;
}

div#images {
	width: 100%;
	margin-bottom:20px;
}
div#images div#flash{
	float:left;
	width: 330px;
	margin: 0 10px 0 0;
}

ul#intro,ul#intro li{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#intro{
	float:right;
	width:250px;
	overflow:hidden;
}
ul#intro li{
	width:250px;
	margin-bottom:10px;
	padding: 10px 0;
	color: #FFF;
}
li#mission{background: #E65714;}
li#services{background: #09F;}
li#recruit{background: #ffa500;}
ul#intro li#more{
	margin-right:0;
	background: #7D63A9;
}
ul#intro p,ul#intro h3{
	margin:0;
	padding: 0 10px;
}
ul#intro li#services a, ul#intro li#recruit a{
	color: #FFF;
	font-size: 110%;
	text-decoration: none;
}
ul#intro li#services a:hover, ul#intro li#recruit a:hover{
	color: #9F0;
	font-weight: bold;
}

ul#intro h3{
	text-transform:uppercase;
	padding-bottom:3px;
	color: #FFF;
	font-weight: bold;
}

div#selfIntro {
	clear: both;
	width: 100%;
	margin: 0;
}

div#content h2{
	margin: 10px 0;
	padding: 5px;
	color: #FFF;
	background: #F60;
	font-weight: bold;
}

div#table { height: 340px; }
div#table table{
	margin: 0 10px 10px 15px;
	padding: 5px 5px 5px 10px;
}

div#table td, div#table th{
	padding: 7px 0;
}
div#table td{
	padding-left: 14px;
	vertical-align: top;
}
div#table th a{
	font-size: 110%;
	color: #F30;
	font-weight: bold;
}
div#table th a:hover { color: #0F3; }

