body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #627F91;
	background-image: url(images/page_bg_vert.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 12pt;
	line-height: 1.5em;
}

h1, h2, h3, h4 {
	padding: 0em;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: .5em;
	margin-left: 0em;
}
h1  {
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1em;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1em;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#page {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 1000px;
	float: left;
}

#page #sidebar {
	background-color: #28343B;
	width: 116px;
	float: left;
}
#page #main {
	min-width:880px;
	min-height:650px;
	background-image: url(images/mainBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: none;
	float: left;
}


#mainMenu   {
	margin-top: 10px;
	margin-left: 200px;
	float: left;
	text-align: left;
	width: 540px;
}
#clientList li {
	float: left;
	text-align: center;
	font-size: 0.7em;
	width: 25%;
	line-height: 1em;
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
	text-transform: uppercase;
	font-weight: bold;
	height: 130px;
}
#clientList .details {
	margin-top: 1em;
}



.blackText {
	color: #1C272D;
}
.floatRight {
	float: right;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.post {
	clear: both;
	float: left;
	margin-top: 3em;
	margin-left: 200px;
	width: 540px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 2em;
}

.secondary {
	background-image: url(images/hr.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


.post .text {
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	/*float: left;*/
}

.primary    img   {
	border: 15px solid #FFFFFF;
	position: absolute;
}
.primary .img {
	height: 330px;
	width: 540px;
	position: relative;
}

.secondary img {
	border: 5px solid #FFFFFF;
	position: absolute;
}
.archive img {
	border: 2px solid #FFFFFF;
}
.archive ul {
	list-style-position: inside;
	list-style-type: square;
	font-size: 0.9em;
	font-weight: bold;
}


small {
	font-size: 0.8em;
	line-height: 1.2em;
}
a {
	color: #FFFFFF;
}



.post .img {
	/* text-align: center; */
}
.secondary .img {
	height: 200px;
	width: 540px;
	position: relative;
}
p.compact {
	font-size: 0.9em;
	line-height: 1.2em;
}

