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

@import url("/css/reset.css") ;

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image:url(/images/template/background.jpg);
	background-repeat:repeat;
	color:#5b57a6;
}

a:hover{
	color:#9bb2f4;
}

/*****************************************************
page
*****************************************************/
#page{
	margin: 50px 0px 0px 0px;
}

/*****************************************************
header
*****************************************************/
#header{
	
}
	#header img{
		display:block;
		margin: auto;	
	}

#container{
	width:878px;
	height:371px;
	background-image:url(/images/template/bg.png);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:80px;
	padding:0;
}

#left_bubbles{
	width:116px;
	height:416px;
	float:left;
	margin:-40px 0px 0px 120px;
	padding:0;
}

	#left_bubbles a{
		color:#5b57a6;
		line-height:22px;
		display:block;
		text-decoration:none;
	}
		#left_bubbles a:hover{
			color:#9bb2f4;
		}

#right_bubbles{
	width:116px;
	height:416px;
	float:right;
	margin:-40px 120px 0px 0px;
	padding:0;
}

	#right_bubbles a{
		color:#5b57a6;
		line-height:22px;
		display:block;
		text-decoration:none;
	}
	
		#right_bubbles a:hover{
			color:#9bb2f4;
		}

#left_bubbles #bubble1{
	width:116px;
	height:116px;
	background-image:url(/images/template/bubble.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	text-align:center;
}
#left_bubbles #bubble2{
	width:116px;
	height:116px;
	background-image:url(/images/template/bubble.png);
	background-repeat:no-repeat;
	margin:34px 0 34px 0;
	padding:0;
	text-align:center;
}
#left_bubbles #bubble3{
	width:116px;
	height:116px;
	background-image:url(/images/template/bubble.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	text-align:center;
}


#right_bubbles #bubble1{
	width:116px;
	height:116px;
	background-image:url(/images/template/bubble.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	text-align:center;
}
#right_bubbles #bubble2{
	width:116px;
	height:116px;
	background-image:url(/images/template/bubble.png);
	background-repeat:no-repeat;
	margin:34px 0 34px 0;
	padding:0;
	text-align:center;
}
#right_bubbles #bubble3{
	width:116px;
	height:116px;
	background-image:url(/images/template/bubble.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	text-align:center;
}


#left_bubbles #bubble1 a{
	padding:36px 0 0 0;
}
#left_bubbles #bubble2 a{
	padding:34px 0 0 0;
}
#left_bubbles #bubble3 a{
	padding:34px 0 0 0;
}
#right_bubbles #bubble1 a{
	padding:34px 0 0 0;
}
#right_bubbles #bubble2 a{
	padding:34px 0 0 0;
}
#right_bubbles #bubble3 a{
	padding:40px 0 0 0;
}


#bottom_text{
	font-size:14px;
	line-height:26px;
	margin:0 auto;
	padding:0;
	margin-top:24px;
	text-align:center;
}

/*****************************************************
footer	- dont forget to change these styles in the style.css file
*****************************************************/
#footer{
	width: 100%;
	height: 21px;
	background:url(/images/template/footer-bg.png) repeat-x;
	margin-top: 60px;
	padding-top: 5px;
	text-align: center;
	font-weight:bold;
}
	#footer ul{
		list-style: none;
		display:inline;
	}
		#footer li{
			display: inline;
			margin-right: 20px;
		}
			#footer li a{
				color: #5b57a6;
			}
	#footer p{
		color: #5b57a6;	
		display: inline;
	}
