body {
	background-color: #00171f;
	color: #FFFFFF;
/*	background-image: url(images/mk-consulting-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	margin: 0px;
	padding: 0px;
}
p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}

a:link {
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #CC6633;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}

a:visited:hover {
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}

#div-wrapper {
	width: 1200px;
	height: auto;
	background-image: url(images/mk-consulting-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px auto 0px auto;
	padding: 72px 148px 0px 148px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#div-leftcol {
	width: 162px;
	float: left;
}

#div-maincontent {
	width: 680px;
	float: left;
	padding: 0px;
	margin: 0px;
	
}

#div-contentboxwrapper {
	width: 680px;
	/*	float: left; */
	background-image: url(images/rndboxbgtile.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	/*	background-color: #ebf6f9; */
	height: auto;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.clearfix {
	clear: both;
}
.floatleft {
	float: left;
}
h2 {
	padding-bottom: 6px;
}
.orangegradient {
	background-image: url(images/orangegradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-right: 6px;
	padding-left: 6px;
}


#div-contentboxwrapper h1 {
	background-image: url(images/rndboxtop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	font-size: 5px;
	line-height: 6px;
}

#div-contentbox {
	min-height: 400px;
	color: #333333;
	/*	float: left; */
	background-image: url(images/rndboxbtm.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	height: auto;
	margin: 0px;
	overflow: visible;
	width: 508px;
	padding-top: 0px;
	padding-right: 86px;
	padding-bottom: 30px;
	padding-left: 86px;
}

.orangebold {
	font-weight: bold;
	color: #CC6633;
}

.tealbold {
	font-weight: bold;
	color: #006699;
}

.imgfloatright {
	float: right;
	margin-bottom: 8px;
	margin-left: 10px;
}

.imgwithcaption {
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 6px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	float: right;
}

ul {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin: 6px 0px 12px 0px;
	padding: 0px 0px
}

ul li {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin: 0px 0px 4px 10px;
	list-style-position: outside;
	list-style-image: url(images/orangearrow.gif);
	list-style-type: square;
	padding: 0px 0px
}
.copyright {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #CCFFFF;
	margin: 0;
	padding: 0px 0px 6px 0px;
	float:left;
	width: 680px;
	text-align:center;
}
