body {
	width: 800px;
	margin: 0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	color: silver;
	background-color: black;
	background-image: url('../images/background.png');
	background-repeat: no-repeat;
}

#left_block {
	width: 18em;
	float: left;
	padding: 18px 0 0 0;
}

h1 {
	color: silver;
	padding: 5 0;
	margin: 0;
	font-size: 1.5em;
}

li {
 font-size: 1.2em;
}

#left_block p {
	margin: 0;
}


h2 {
	color: silver;
}

#content {
	#background-image: url('../images/opaque.png');
	float: right;
	width: 500px;
	padding: 10;
	font-size: 1.2em;
}

#content p {
	padding-top: 0;
}

#vertical_border {
	background-image: images/smart_pdf_small_orange_circle.png;
}

#support_bar {
	float: right;
}

#support_bar ul li {

	list-style-type: none;
	float: left;
	padding: 10px;
	font-size:1.8em;
}

a {
	text-decoration: none;
	color: #FF6A00
}

a:hover {
	text-decoration: underline;
}

#nav_bar {
	height: 60px;
	width: 800px;
	background-repeat: no-repeat;
	background-image: url("../images/nav_bar.png");
	margin-top: 80px;
	padding-bottom: 40px;
}

#nav_bar a {
	text-decoration: none;
}

p {
	color: silver;
	font-size: 1.2em;
}

p .highlight {
	font: strong;
}

#nav_bar a {
#	display: hidden;
}
	
#nav_bar img {
	position: relative;
	margin-left: 30px;
}

#nav_bar #bpm {
	left: 85px;
	top: -27px;
	margin-left: 0;
}

#nav_bar #web_dev {
	left: 85px;
	top: -27px;
}

#nav_bar #web_host {
	left: 85px;
	top: -27px;
}

#nav_bar #tech_writing {
	left: 85px;
	top: -27px;
}

#nav_bar #soa {
	left: 85px;
	top: -27px;
}

#icons {
	float: right;
	height: 400px;
	width: 200px;
	padding-left: 8em;
}


#icons img {
	padding: 10px 5px;
	align: center;
}

#footer	{
	clear: both;
	text-align: center;
	padding: 15px 0 15px 0;
}

#footer a {
	text-decoration:none;
	color: #FF6600;
}

#footer p {
	font-size:.8em;
	text-align:center;
	color: grey;
}

/* IE8 Settings*/
body #margin #IEroot #container {
	width:900px;
}

img {
	border: none;
}

#IEroot #navbar {
	font-weight: bold;
	background-color: #000066;
	height: 1.2em;
	#width: 900px;
	overflow: hidden;
	font-size: .9em;
}

#IEroot #navbar a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000066;
	margin: 0 1em 0 1em;
}

#IEroot #rightbar {
	width: 156px;
}