html {
	background: #444d5d;
}
body {
	background: transparent url("images/body_background.png") repeat-y 50% 0px;
	font: 13px "Lucida Grande", Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
#page_header {
	position: relative;
	background: #98999a url("images/header_background.png") no-repeat 0px 0px;
	height: 125px;
}
#navigation {
	background: #2f2f2f;
	border-top: 5px solid #4b3e7d;
	margin: 0;
	padding: 0.4em 0;
	width: 100%;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0 0 0 25px;
	text-shadow: 0px 1px 2px #000000;
}
#navigation li a {
	color: #888888;
	text-decoration: none;
}
#welcome		#nav_welcome		a,
#about			#nav_about			a,
#services		#nav_services		a,
#technologies	#nav_technologies	a,
#roes			#nav_roes			a,
#contact		#nav_contact		a,
#navigation li a:hover {
	color: #ffffff;
}

#page_header h1 {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 450px;
	height: 100px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

#page_body {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#page_content {
	font: 12px "Lucida Grande", Helvetica, Verdana, sans-serif;
	padding: 25px;
	width: auto;
	height: auto;
	max-width: 530px;
	min-height: 480px;
	background: #ffffff;
}

#page_footer {
	background: #98999a url("images/footer_background.png") no-repeat 0px 0px;
	border-top: 5px solid #4b3e7d;
	position: relative;
	text-align: center;
	font: 9px "Lucida Grande", Helvetica, Verdana, sans-serif;
	color: #222222;
	height: 32px;
}

/* sidebar */
#page_sidebar {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 580px;
	width: 170px;
	background-color: #b9bdc3;
	position: absolute;
}
#page_sidebar .item {
	border-bottom: 2px solid #cccccc;
	padding: 10px;
	margin: 0px;
}
#page_sidebar .item #img_roes,
#page_sidebar .item #img_services {
	display: block;
	overflow: hidden;
	width: 150px;
	height: 75px;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -9999px;
}

#page_sidebar .item a {
	text-decoration: none;
}

#page_sidebar .item h4 {
	margin-bottom: 1em;
	font-size: 11px;
	color: #3b3b3b;
}

#page_sidebar .item #img_roes {
	background: url("images/roes.png") no-repeat 0px 0px;
}
#page_sidebar .item #img_services {
	background: url("images/codesmall.png") no-repeat 0px 0px;
}

#welcome #page_content img#keyboard {
	margin-left: auto;
	margin-right: auto;
}

/* per page styles */
#welcome #page_body h1 {
	font: 16px "Lucida Grande", Helvetica, Verdana, sans-serif;	
}

#technologies #techlist {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

#contact #contactform {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}


#thanks #thanksreply {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}


