/* CSS Document */


body {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #333;
	line-height: 16px;
	margin: 0 auto;
	padding: 0;
	}
	
body A:link    	{ color: #008fd4; font-weight: normal; text-decoration: underline; }
body A:active  	{ color: #008fd4; font-weight: normal; text-decoration: underline; }
body A:visited 	{ color: #008fd4; font-weight: normal; text-decoration: underline; }
body A:hover  	{ color: #000000; font-weight: normal; text-decoration: underline; }
	
h1 {
	font: 15px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #008fd4; 
	padding-top: 0px;
	padding-bottom:10px;
	margin: 0;
	font-weight: bold;
}

.v-centre {vertical-align: middle;}

#wrap {
	width:760px;
	position:left;
	margin: 0 auto;
}



#left {
	width:360px;
	padding:0px 40px 0px 0px;
	float:left;
	position:relative;

}

#right {
	width:360px;
	padding: 0px 0px 0px 0px;
	float:right;
	position:relative;
}

