html {
	width: 100%;
	height: 100%;
	background-color: #D5D5D5;
}

html,body {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial,sans-serif;
	text-align: center;
}

img {
	border: 0px;
}

p {
	margin: 0 10px 10px;
}

#header {
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
	width: 316px;
	height: 80px;
	color: #000;
}

#header .slogan {
	position: relative;
	float: right;
	margin: -50px -235px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#menu {
	margin:15px 0 28px 0;
	width: 616px;
	height: 53px;
	background-image: url("images/menubg.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#menu ul {
	float: left;
	display: inline;
	margin: 9px 0 0 30px;
	padding: 0 0 0 15px;
}

#menu li {
	padding: 0 5px 0 0;
	float: left;
	list-style-type: none;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #D8D8D8;
}

#menu a {
	color: #555;
	text-decoration: none;
}

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

#menu img, .right img{
	float: left;
}

#menu .style1{
	padding: 0;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646464;
}

#tcap {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	height: 14px;
	background-image: url("images/tcap.gif");
	background-repeat: no-repeat;
}

#bcap {
	margin: 0;
	padding: 0;
	height: 14px;
	background-image: url("images/bcap.gif");
	background-repeat: no-repeat;
}

#wrapper {
	height: 407px;
	background-image: url("images/contentbg.jpg");
}

#container {
	width: 616px;
	margin: 0;
	padding: 25px 75px 0 75px;
	background-image: url("images/bg.jpg");
	margin: 0 auto;
	text-align: left;
}

#contentRight {
	margin: 0;
	padding: 0;
	float: right;
	width: 446px;
}

#contentRight h1 {
	padding: 0 0 0 25px;
	font-weight: bold;
	font-size: 18px;
}

#contentRight p {
	margin: 0;
	padding: 5px 25px 2px 25px;
}

#contentRight ul {
	margin: 0;
	padding: 0 0 0 25px;
}

#contentRight ul li {
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
}

.projects ul {
	margin: 0;
	padding: 0;
}

.projects ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#contentLeft {
	margin: 0;
	padding: 0 0 0 15px;
	float: left;
	width: 150px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 100%;
	color: #333;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 5px;
}

#footer a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

#footer a:hover {
	font-weight: bold;
	color: #00f;
	text-decoration: underline;
}