/* Start of CMSMS style sheet 'EH Styles' */
/* @group Body */

*

{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #4c4c4c;
}

a:hover {
	text-decoration: underline;
	color: #4c4c4c;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #4c4c4c;
}

#outersection {
	position:absolute;
	top: 50%;
	width: 100%;
	height: 530px;
	margin-top: -285px;
}

#innersection {
	position:absolute;
	left: 50%; 
	top: 50%;
	margin-left: -380px;
	margin-top: -285px;
}

/* @end */

/* @group Content */

#content {
	line-height: 1.6em;
	margin-top: -30px;
	width: 730px;
	height: 378px;
	padding-bottom: 0;
}

#content h1, .blog-entry-title, .sidebar_title {
	font-size: 200%;
	color: #333;
}

#contentcontainer {
	line-height: 1.6em;
	float: left;
	width: 530px;
	height: 358px;
	overflow: auto;
	border: 1px solid #000;
	padding: 20px 20px 0;
}

#sidebar {
	width: 135px;
	height: 378px;
	float: right;
	border: 1px solid #000;
	background: url(uploads/images/es_logo.jpg) no-repeat 0 bottom;
}

.image-left {
	float: left;
	margin-right: 5px;
}

.image-right {
	float: right;
	margin-left: 5px;
}

/* @end */


/* @group Footer */

#footer {
	margin-top: -25px;
	padding: 32px 32px 32px 0;
	width: 696px;
	height: 20px;
	font-weight: bold;
}

#footer a {
	color: #666;
	font-weight: bold;
}

/* @end */
/* End of 'EH Styles' */

