/***************************************************************
	Styles for elements
***************************************************************/


#mainContentLeft {
	float: left;
	width: 730px;
	margin-left: 10px;
	margin-bottom: 40px;
}

.adBlock{
	border-top: 1px solid #fc0;
	border-bottom: 1px solid #fc0;
	padding: 10px 0 10px 0;
	text-align: center;
}

/***********************************************
	Styles for the Bottom Article
***********************************************/

div#articleBottom{
	left: 10px;
	top: 400px;
	width: 690px;
}

#footer{
	clear: both;
	width: 730px;
	background: #fc0;
	border: 2px solid #ffba00;
	text-align: center;
}


.aboutBox {
	float: left;
	top: 10px;
	left: 10px;
	width: 220px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.aboutBox img.box_1_top{
	background: #c9c url(../images/box_1_top.gif) 0% 0% no-repeat;	
	padding: 14px 129px 6px 10px;
	margin: 0 0 10px 0px;
	border: 0;	
}

.aboutBox img.box_2_top{
	background: #c9c url(../images/box_2_top.gif) 0% 0% no-repeat;	
	padding: 14px 145px 6px 10px;
	margin: 0 0 10px 0px;
	border: 0;	
}

.aboutBox img.box_3_top{
	background: #c9c url(../images/box_3_top.gif) 0% 0% no-repeat;	
	padding: 14px 136px 6px 10px;
	margin: 0 0 10px 0px;
	border: 0;	
}

.first_box {
	background: #c9c url(../images/box_1_bottom.gif) bottom left no-repeat;
}

.second_box {
	background: #763cff url(../images/box_2_bottom.gif) bottom no-repeat;
}

.third_box {
	background: #b22222 url(../images/box_3_bottom.gif) bottom no-repeat;
}

.aboutBox p {
	margin: 10px;
}

.second_box p, .second_box a, .third_box p, .third_box a {
	color: #fff;
}

