@charset "utf-8";

#mainWelcome { 
	width: 505px;
	height: 200px;
	margin: 0 0 15px 0;
	padding: 0;
	background-image: url(../images/welcome_bg.jpg);
	background-repeat: no-repeat;
}
#mainWelcome h1 {
	font-size: 160%;
	color: #061e4b;
	margin: 0;
	font-weight: normal;
	padding: 25px 30px 10px 30px;
}
#mainWelcome p {
	margin: 0;
	font-size: 110%;
	color: #fff;
	font-weight: bold;
	padding: 0 30px 25px 30px;
}
#mainBoxes {
	clear: right;
	margin: 0 22px 0 0;
	padding: 0;
	color: #010e26;
}
#mainBoxes1, #mainBoxes2 {
	width: 250px;	
	margin: 0;
	padding: 0;
}
#mainBoxes1 {
	float: left;
	padding: 0;	
    background-color: #e3e54b;
	background-image: url(../images/box-end_1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;		
}
#mainBoxes2 {
	float: right;
	padding: 0;
    background-color: #7cb3ed;	
	background-image: url(../images/box-end_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#mainBoxes1, #mainBoxes2, #mainBoxes1.title, #mainBoxes2.title, #mainBoxes1End, #mainBoxes2End {
	margin: 0;
	padding: 0;
}


.title h1 {
	margin: 0;
	padding: 20px 5px 10px 25px;
	font-size: 140%;
	color: #fff;
	text-transform: uppercase;
}

#mainBoxes1 .title, #mainBoxes2 .title {
	height: 59px;
	color: #fff;
	background-color: none;
	text-transform: uppercase;
}
#mainBoxes1 .title {
	background-image: url(../images/box-title1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainBoxes2 .title {
	background-image: url(../images/box-title2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainBoxes p {
	margin: 0;
	padding: 5px 25px 10px 25px;
}
#mainBoxes h2 {
	margin: 0;
	padding: 15px 25px 0 25px;
	font-size: 110%;
	color: #010e26;
}
#mainBoxes p {
	font-size: 90%;	
}


