body{
	
	font-family:"Trebuchet MS","Lucida Sans", "Bitstream Vera Sans",sans-serif;
	font-size:15px;
	color:#000;
	background-color:#296a29;
	background-image:url("../images/TouchOfTropicLogo.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#title{
	position:fixed;
	margin:0;
	padding:0;
	top:0;
	left:0;
	height:143px;
	width:100%;
}

#menu{
	position:fixed;
	border:solid 2px #ffdc22;
	left:12px;
	top:158px;
	width:152px;
	overflow:auto;
	background-color:#fff;
}

#content{
	position:absolute;
	border:solid 2px #ffdc22;
	left:180px;
	top:158px;
	right:15px;
	margin-bottom:15px;
	background-image:url("../images/gladiatorComponentsHeader_Masked.png");
	background-position:14px 59px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#fff;
}

#content p{
	margin:12px;
}

#content h1+p:first-letter{
	
	font-size:37px;
	color:#296a29;
	font-weight:normal;
	
}

#content h2+p:first-letter{
	
	font-size:37px;
	color:#296a29;
	font-weight:normal;
	
}
#content h1+img+p:first-letter{
	
	font-size:37px;
	color:#296a29;
	font-weight:normal;
	
}

#content h1{
	color:#296a29;
	background-color:#fff;
	border-bottom:2px solid #296a29;
	font-size:27px;
	font-weight:bold;
	margin:12px;
	padding:2px;
	clear:both;
}

#content .h15{
	color:#296a29;
	background-color:#fff;
	border-bottom:2px solid #296a29;
	border-left:2px solid #296a29;
	font-size:23px;
	font-weight:bold;
	margin:12px;
	margin-left:25px;
	margin-top:35px;
	padding:2px;
	padding-left:7px;
	clear:both;
}

#content .code{
	color:#7289ce;
	font-family:"Bitstream Vera Sans Mono",monospace;
	font-size:16px;
}

#content code{
	color:#7289ce;
	font-family:"Bitstream Vera Sans Mono",monospace;
	font-size:16px;
}

#content .green{
	color:#296a29;
}

#content .NoteBene{
	font-weight:bold;
	color:red;
}

#content h2{
	
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	margin: 12px;
	margin-left:35px;
	border-bottom: 2px solid #296a29;
	color: #296a29;
	clear: both;
	
}

#content a{
	
	text-decoration:none;
	color: #296a29;
	font-weight:bold;
	border-bottom:1px dashed #296a29;
	
}

#content a:hover{
	
	text-decoration:none;
	color:#fff;
	background-color: #296a29;
	
}

#content b{
	
	text-decoration:none;
	color: #296a29;
	font-weight:bold;
	
}

#content li{
	margin:12px;
	list-style-image:url("../images/shieldBullet-20.png");
}

#content imgg{
	display:block;
	border:none;
	margin:12px;
	padding:0;
	float:left;
}

#content .capix{
	display:block;
	border:1px solid #ffdc22;
	margin:9px;
	padding:9px;
	float:left;
	background-color:#296a29;
	height:380px;
}

#content .capix img{
	display:block;
	border:1px solid #ffdc22;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#content .capix a img:hover{
	border-color:#fff;
}

#content .capix p{
	font-style:italic;
	font-size:15px;
	margin:9px;
	color:#ffdc22;
}

#menu h1{
	color:#296a29;
	border-bottom:1px solid #296a29;
	border-top:1px solid #296a29;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:2px;
	clear:both;
	background-color:#94ffa3;
	
}

#menu h1:first-letter{
	font-family:"Times New Roman",Roman,serif;
	font-size:22px;
	font-weight:bold;
	color:#296a29;
}

#menu a{
	font-size:15px;
	display:block;
	text-decoration:none;
	color:#296a29;
	font-weight:bold;
	margin:0;
	padding:3px;
}

#menu a:hover{
	text-decoration:none;
	color:#296a29;
	background-color:#ffcc22;
	font-weight:bold;
}


