@charset "utf-8";


body {

	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #547173;
	color:#465e60;
	text-align: center;


}





a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	bottom: 8px;
	left: 75%;
//	width: 113px;
	height: 27px;
	min-width: 20px;
	padding: 3px;
	padding-left: 7px;
	z-index: 100;
//	background: #ffffff;
	color: #333333;
	background-image:url('imgs/images/speech_bubble_01.png');
//	-moz-border-radius: 5px; /* this works only in camino/firefox */
//	-webkit-border-radius: 5px; /* this is just for Safari */
	white-space:nowrap;
	text-decoration:none;

	

}

a.tip span:after {
	position: absolute;
	right: -11px;
	top: 0px;
	float: right;
	
	content:url('imgs/images/speech_bubble_02.png');
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */

}

a:hover.tip span {
	display: block;
}



.main{
	min-width:100%;
	height: 600px;
	min-height: 600px;

	margin: 0 auto;
	padding:0px;
		
	background-image:url('imgs/bg.png');
	background-repeat:repeat-x;
	
	text-align: center;
	
	margin-top: 20px;

}

.logo{
	margin: 0 auto;
	padding:0px;
	
}

.content{


	margin: 0 auto;
	margin-top: 15px;	
	width: 720px;
	
	text-align:left;
	
	
	
}

div.content div
{
	float: left;
	width: 310px;

	margin-left: 25px;
	margin-right: 25px;
	
	text-align:left;
	
	
}	
	






a:link {
	color:#243738;

}

a:visited {
	color:#243738;

}

