@charset "UTF-8";
body {
	background-color: rgb(41,38,36); 
}

#outer {
	height: 610px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#inner {
	position: absolute;
	height: 610px;
	width: 960px;
	top: 0px;
}

/*#border {
	position: absolute;
	height: 480px;
	width: 960px;
	top: 100px;
	left: 0px;
	background-color: white;
}*/

#logo {
	position: absolute;
	height: 53px;
	width: 130px;
	top: 37px;
	right: 0px;
	background-image: url(images/logo.png);
}

#mainintro {
	position: absolute;
	height: 470px;
	width: 950px;
	top: 100px;
	left: 0px;
	background-color: rgb(41,38,36);
	border: 5px white solid;
}

#main {
	position: absolute;
	height: 470px;
	width: 950px;
	top: 100px;
	left: 0px;
	background-color: rgb(41,38,36);
	border-bottom: 5px white solid;
	border-left: 5px white solid;
	border-right: 5px white solid;
}

#mainborderline {
	position: absolute;
	height: 5px;
	width: 950px;
	top: 0px;
	left: 0px;
	background-image: url(images/borderline.jpg);
}

#container {
	position: absolute;
	height: 470px;
	width: 950px;
}

#header {
	position: absolute;
	height: 55px;
	width: 950px;
	top: 0px;
	left: 0px;
	border-bottom: 5px white solid;
}

#headertext {
	position: absolute;
	height: 12px;
	width: 200px;
	top: 25px;
	left: 246px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
}

#headertext2 {
	position: absolute;
	height: 12px;
	width: 200px;
	top: 25px;
	left: 482px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
}

#nav {
	position: absolute;
	height: 289px;
	width: 132px;
	left: 45px;
	top: 0px;
	z-index: 5;
}

#mainpane {
	position: absolute;
	height: 410px;
	width: 950px;
	left: 0px;
	top: 60px;
}

#cm {
	position: absolute;
	height: 410px;
	width: 498px;
	left: 226px;
	top: 0px;
	background-color: rgb(71,66,63);
}

#cmtext {
	position: absolute;
	height: 390px;
	width: 478px;
	left: 10px;
	top: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 18px;
}

#cmtextprojects {
	position: absolute;
	height: 378px;
	width: 478px;
	left: 10px;
	top: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 18px;
}

#backtoprojects {
	position: absolute;
	height: 12px;
	width: 200px;
	left: 20px;
	bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
}

#lm {
	position: absolute;
	height: 410px;
	width: 226px;
	top: 0px;
	left: 0px;
	color:rgb(41,38,36);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#rm {
	position: absolute;
	height: 410px;
	width: 226px;
	top: 0px;
	left: 724px;
	color:rgb(41,38,36);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.submitButton {
	background-color: white;
	width: 48px;
	height: 14px;
	color: black;
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
}

#contactLink {
	position: absolute;
	height: 15px;
	width: 200px;
	bottom: 0px;
	right: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: white;
	text-align: right;
}