/* CSS Document */
body {
	margin: 0;
	background-image: url(images/splashpage_bg2.jpg);
	background-repeat:repeat-x;
	background-color: #996699;
}
.bar {
	background-image:url(images/splashpage_bg.jpg);
	background-position: top center;  
	background-repeat: no-repeat; 
}	
.splashpage_mid {
	background-image: url(images/splashpage_mid_repeat.jpg);
	background-repeat:repeat-x;
	/*height: 182px;*/
}	
.midbox1 {
	background-image: url(images/splashpage_midbox1.jpg);
	background-repeat: repeat-y;
}
.topbox1 {
	background-image: url(images/splashpage_topbox1.jpg);
	width: 332px;
	height: 159px;
	background-repeat:no-repeat;
	background-position: top;
}
.midbox2 {
	background-image: url(images/splashpage_midbox2.jpg);
	background-repeat:repeat-y;
}
.topbox2 {
	background-image: url(images/splashpage_topbox2.jpg);
	width: 348px;
	height: 159px;	
	background-repeat:no-repeat;
	background-position:top;
}
.pos_left {
	margin-top: 30px;
}
span.left_text1 {
	font-family: "Times New Roman", Times, serif; 
	font-size:18px; 
	color: #5D2A5D;
}
span.left_text2 {
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	color: #5D2A5D;
	text-decoration: none;
}
.left_text3 {
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	color: #5D2A5D;
	text-decoration: none;
}
.left_text3:hover {
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	color: #5D2A5D;
	text-decoration: underline;
}

.pos_right {
	margin-top: 40px;
}
span.right_text1 {
	font-family: "Times New Roman", Times, serif; 
	font-size:18px; 
	color: #5D2A5D;
}
span.right_text2 {
	font-family: "Times New Roman", Times, serif; 
	font-size:15px; 
	color: #5D2A5D;
}
