/*************************************************************************************\

								CSS FOR SERVICES PAGE

\*************************************************************************************/

#blog_container {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

#blog_top_row {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 740px;
}

#blog_bottom_row {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 740px;
}

#blog_header_left {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 379px;
	height: 324px;
	background: url('../../images/blog-design_01.png') top left no-repeat;
	float: left;
}

#blog_header_right {
	display: block;
	position: relative;
	margin: 0;
	padding: 50px 0px 0px 0px;
	width: 361px;
	height: 324px;
	background: url('../../images/blog-design_02.png') top left no-repeat;
	float: left;
}

#blog_header_right h2 {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-align: left;
}

#blog_header_right p {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#blog_bottom_row_left {
	position: relative;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}

#blog_bottom_row_right {
	position: relative;
	margin: 0;
	padding: 0;
	width: 45%;
	float: left;
}

#blog_bottom_row_right p {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

/*****************************************************************************************\

	CLASS DEFINITIONS

\*****************************************************************************************/




	
/* EOF */