/* ------- CSS Resets -------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body {
	line-height: 1.3;
	color: black;
	background: white;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ----- Main structure ----- */

	html{
		
	}

	
	body {
		margin-top:10px;
		text-align:center;
		color:#505050;
		font-weight:normal;
		font-family:"Verdana",Verdana,sans-serif;
		font-family:"Ariel",ariel,sans-serif;
		font-size:0.8em;
		overflow:auto;
		
	}
	
	#frame{
		width:550px;
		
		margin-right:auto;
		margin-left:auto;
		text-align:left;
		margin-top:10px;		
	}
	
	#titletext{
		font-size:6.0em;
		color:#505050;
		color:#669ACA;	
		letter-spacing:-0.09em;	
		margin-top:0px;	
	}
	
	#titletext1{
		font-size:6.0em;
		color:#909090;
		letter-spacing:-0.09em;	
	}
	
	#whatwedo{
		clear:left;
		height:50px;
	}
	
	#lefttop{
		float:left;
		width:350px;
		height:140px;
		
	}
	
	#righttop{
		float:left;
		width:200px;
		height:140px;
		
	}
	
	#topimg{
		float:right;
		width:200px;
		height:140px;
		
	}
	
	.wwd{
		display:none;
	}
	
	.detailtext li{
		padding-left:20px;
		padding-bottom:5px;
		background:url(blob.png) no-repeat 6px;
		color:#101010;
		
		
	}
	
	#whatwedo li{
		font-size:2.0em;
		font-weight:bold;
		color:#505050;
	}
	
	#detail{
		float:left;
		height:300px;
	}
	
	#menulist{
		clear:left;
		width:550px;
		height:30px;
		border-bottom:2px solid #669aca;
		margin-bottom:6px;
	}
	
	li.menu{
		float:left;
	}
	
	li.menu a,a:visited{
		float:left;
		height:30px;
		font-size:1.5em;
		padding-right:5px;
		padding-left:5px;
		text-decoration:none;
		color:#404040;
	}
	
	li.menu a:hover {
		background:#669aca;
		color:#f0f0f0;
	}
	
	li.menu a:selected {
		background:#568aba;
	}
	
	.thispage{
		background:url(thispage.png)  no-repeat 6px;
	}
	
	
	
	
	.detailblob{
		float:left;
		width:140px;
		color:#f0f0f0;
		font-size:2.0em;
		font-weight:bold;
		padding:5px;
	}
	
	.main-wrap{
		clear:left;
		background:#6a6b6b;
		color:#ffffff;
		width:550px;
		min-height:200px;
		overflow:auto;
		
		
	}
	
	.detailtext{
		float:left;
		width:385px;
		font-size:1.1em;
		padding:5px;
		padding-left:10px;
		background:#f0f0f0;
		padding-bottom:20px;
		color:#101010;
	}
	
	#test{
	font-size:1.8em;
	letter-spacing:-1px;	
	border-bottom:2px solid #AABBBB;
	color:#555555;
	
	
	}
	
	h1{
		font-size:1.6em;
		font-weight:bold;
		
	}
	
		