body {
	background: #fff url(../images/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1000px;
}

#header { 
	height: 82px;
	width: 1000px;
	background: #003366;
}

#content {
	width: 1000px;
	background: #FFFFFF;
	padding: 20px 0 50px 0;
}

#slideshow {
	width: 1000px;
	background: #FFFFFF;
}

#indexpage {
	width: 1000px;
	background: #FFFFFF;
	text-align: center;
	padding-top: 30px;
}

#content2 {
	width: 800px;
	background: #FFFFFF;
	padding: 20px 0 50px 0;
	margin: auto;
	text-align: justify;
	font-size: 10pt;
}

.portfolio {
	width: 800px;
	text-align: left;
	padding-top: 20px;
}

.left {
	width: 600px;
	float: left;
	text-align: left;
	padding-top: 20px;
}

.right {
	width: 200px;
	float: right;
	padding-top: 50px;
}

.projectmenu {
	width: 200px;
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	padding-top: 20px;
}

.projectcontent {
	width: 600px;
	text-align: justify;
	float: right;
	padding-top: 20px;
}

a {
	text-decoration: underline;
	color: #003366;
}

a:hover {
	text-decoration: none;
}

a.projects {
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
}

a:hover.projects {
	text-decoration: none;
}

a.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
}

a:hover.small {
	text-decoration: none;
}

#footer {
	font-size: 10px;
	color: #fff;
	height: 50px;
	background: #003366;
	text-align: center;
	padding-top: 20px;
}
