#main {
	background-image: url(images/services/main_background.png);
	background-repeat: repeat-y;
	float: left;
	width: 669px;
}
#left {
	float: left;
	height: 462px;
	width: 301px;
}
#right {
	background-image: url(images/services/right_background.png);
	background-repeat: no-repeat;
	float: left;
	width: 368px;
}
#mainheader {
	text-align: right;
	padding-top: 33px;
}
#foot {
	background-image: url(images/services/foot_background.png);
	background-repeat: no-repeat;
	clear: both;
	height: 62px;
	width: 669px;
}
#copyright {
	clear: both;
}
#text {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
}
.bomb {
	float: right;
}
.latin {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	padding-top: 8px;
	padding-left: 15px;
}
#copyright {
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
	padding-top: 1px;
	padding-left: 290px;
}
#design {
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
	padding-top: 1px;
	padding-left: 290px;
}

/*Blog Styles*/

#blog {
	background-image: url(images/blog/blog_background.png);
	background-repeat: no-repeat;
	min-height:450px;
}
#blog ul {
	list-style:none;
	padding:0 15px 0 45px;
}
#blog h3 {
	font-size:16px;
}
#blog h3 .date {
	font-size:10px;
	font-weight:normal;
}
#blog ul li a.blog_link {
	padding-bottom:20px;
	display:block;
}
h3.post {
	padding-top:10px;
}
.post {
	padding:0 15px 0 45px;
}