@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
}

#wrapper{
	background-repeat:no-repeat;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	border-style:solid;
	border-color:#89D5F1;
	border-width:4px 0px 0px 0px;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	text-align:center;
	margin:auto;
}
	
#socnetwork{
	margin-right:10px;
	float:right;
	margin-bottom:15px;
}
#content{
	text-align:left;
	margin:10px;
	width:auto;
}
.tool{
	color:#333333;
	font-size:14px;
	line-height:16px;
	border-style:solid;
	border-color:#89D5F1;
	border-width:4px 4px 4px 4px;
	margin-bottom:10px;
}
.tool p{
	margin:5px;
}
.tool a:link{
	color:#B2CD47;
	text-decoration:none;}
.tool a:visited{
	color:#b2cd47;
	text-decoration:none;
}
.tool a:hover {
	color:#89D5F1;
	text-decoration:none;
}
.tool img{
	display:inline;
	margin:5px;
}
.blue{
	background:#89d5f1;
	width:100%;
	margin-right:5px;
	clear: both;	
}
.blue a:link,hover,visited,active{
	cursor:pointer;
	text-decoration:none;
}
.centered{
	text-align:center;
	float:right;
}
.padded{
	padding:10px;
}
#footer{
	clear:both;
	background-image:url(../images/i_footer.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	height:30px;
	color:#000;
	margin:0;
}
	
#footer p{
	display:inline;
	float:left;
	text-align:left;
	margin:12px;}
	
#footer a:link{
	color:#FF9933;
	text-decoration:none;
}
#footer a:visited{
	color:#FF9933;
	text-decoration:none;
}
#footer a:active{
	color:#FF9933;
	text-decoration:none;
}
#footer a:hover{
	color:#FFF;
	text-decoration:none;}
	
.right{
	display:inline;
	float:right;}
	
.right li{
	font-size:14px;
	display:inline;
	padding:10px;
}
.orange{
	color:#FF9933;
}
