/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Comic Sans MS";
	text-align: center;
	color: #38015C;
	background: url(../images/background.jpg) #ffff9c no-repeat;
	line-height: 16px;
}
	
	#main_wrapper	{
		display:block;
		float:left;
		text-align:center;
		width:1030px;
	}

	#header {
		float: left;
		display:block;
		width: 1130px;
		height: 472px;
		text-align:center;
		margin-top:50px;
	}
	
	#content_area {
		float:left;
		display:block;
		margin: 30px 0 0 144px;
		width:1228px;
	}	
		
	#text {
		width: 900px;
		padding-bottom:15px;
		font-size:14px;
		line-height:16px;
		float:left;
		clear:left;
		display:block;
		text-align:left;
	}
	
	div#contentTitle{
	font-size:20px;
	color:#38015C;
	margin-bottom:16px;
}
		
	#footer {
		float:left;	
		clear:left;	
		background: url(../images/footer.jpg) no-repeat 0 0;
		width: 1228px;
		height: 297px;
	}
	
	#footer_left	{
		float:left;
		display:block;
		width:408px;
	}
	
	#footer_appointment	{
		font-size:14px;
		font-weight:bold;
		line-height:14px;
		margin:200px 0 0 0px;
	}
	
	#footer_download_forms	{
		font-size:14px;
		font-weight:bold;
		line-height:14px;
		margin:-62px 0 0 190px;
	}
	
	#footer_contact	{
		font-size:14px;
		font-weight:bold;
		line-height:14px;
		margin:-60px 0 0 365px;
	}
	
	#footer_facebook	{
		font-size:14px;
		font-weight:bold;
		line-height:14px;
		margin:-40px 0 0 444px;
	}
	
	#footer_logo	{
		width:80px;
		float:left;
		display:inline;
		clear:left;
	}
	
	#footer_right	{
		margin: 190px 0 0 0px;
		width:650px;
		float:left;
		display:block;
		}
		
		#footer_text1 {
			text-align:center;
			line-height:20px;
			color: #d9e041;
			clear:left;
		}
	.footer_a	{
		color:#D9E041;
		text-decoration:none;
	}
		
		
		
		
p	{
	float:left;
	clear:left;
	font-size:13px;	
}



.sys_msg	{
	color: #000066;
	font-size:18px;
	font-weight:bold;
}

.heading	{
	font-family:"Comic Sans MS";
	font-size:20px;
	color:#38015C;
	margin-bottom:16px;
}

.paragraph	{
	font-family:"Comic Sans MS";
	font-size:14px;
	color:#38015C;
}


