
/******* /GENERAL RESET *******/
/******* REUSE *******/

/******* /REUSE *******/
/******* CONTAINER *******/

/******* /CONTAINER *******/
.container2 {
	background: url('../images/bluegradient.jpg');
	background-repeat:repeat;
	border:2px solid #666666;
	margin: 3px;
	padding:10px;
	height: 310px;
}
/******* TOP *******/
#top{
float: left;
width:200px;
}

/******* /TOP *******/
/******* MENU *******/
#top #menu{
	margin: 0px;
}

#top #menu li{
	text-transform: uppercase;
	color: black;
	border: 1px solid #666666;
	padding:6px;
	margin-top:4px;
	display:block;
	text-align:center;
	background-color: #e7f0da;
}

#top #menu li:hover{
	color: #6fa5fd;
	cursor: pointer;
	background-color:#73A331;
	color:white;
}
/******* /MENU *******/
/******* LOADING *******/
#loading{
	text-align: center;
	visibility: hidden;
}
/******* /LOADING *******/
/******* CONTENT *******/
#content2 {
	float:right;
	width:430px;
	height:260px;
	background: url('../images/toolsetdivbackground.gif');
	background-repeat: no-repeat; 
	margin-top:20px;
}
#content2 p {
 	font-size:15px;
	line-height: 18px;	
}
#content2 h2 {
 	font-size:16px;
	line-height: 20px;	
}
/******* /CONTENT *******/
/******* FOOTER *******/

/******* /FOOTER *******/