body {
	background-color: #E6E7E7;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

img {
	border: 0;
}

a {
	color: #8D8D8D;
	text-decoration: none;
}

ul, li {
	list-style-type: none;
	float: left;
}

.bullets ul, li{
	list-style-type:disc;
	float:none;
	margin-left:1.5em;
}

a:hover {
	color: #8D8D8D;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 899px;
	min-height: 100%;
	background-color: #FFFFFF;
}
#top {
	width: 899px;
	height: 101px;
	padding: 0px;
	margin: 0px;
}

#archLogo {
	float: left;
}

#topLinkContainer {
	width: 440px;
	float: right;
	text-align: center;
}

#topLinksBg1 {
	background-image: url(../img/topLinksBg1.gif);
	width: 621px;
	height: 43px;
	float: left;
}

#topLinksBg2 {
	background-image: url(../img/topLinksBg2.gif);
	width: 621px;
	height: 20px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #8D8D8D;
	text-align: right;
}

#topLinksBg3 {
	background-image: url(../img/topLinksBg3.gif);
	width: 621px;
	height: 38px;
	float: left;
}

.topLinkSpacer {
	padding: 0px 10px 0px 10px;
	float: left;
}
.topLink {
	width: 80px;
	float: left;
	text-align: center;
}

#middle {
	background-image: url(../img/bg_middle.jpg);
	width: 899px;
	height: 364px;
	overflow: hidden;
}

#middleBox {
	width: 819px;
	height: 182px;
	background-color: #FFFFFF;
	position: relative;
	top: 36px;
	padding: 70px 40px 40px 40px;
	margin: 0px;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}

#innerMiddleBox {
	width: auto;
	height: 142px;
	background-color: transparent;
	text-align: left;
	position: relative;
	top: -202px;
}


.errorMessageForm{
	
	width:400px;
	height:15px;
	color:#F00;	
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin :2px 0px 0px 1px;
	float:left;
	display:none;

}

#innerMiddleBox2 {
	width: auto;
	height: 250px;
	background-color: transparent;
	text-align: left;
	position: relative;
	top: -250px;
	padding: 10px 0px 10px 20px;
}

.middleText {
	color: #6E6E6E;
}

.portfolioTitle {
	font-size: 20px;
}

#aboutBox {
	width: 378px;
	height: 232px;
	background-color: #FFFFFF;
	position: relative;
	top: 36px;
	left: 391px;
	padding: 20px 40px 40px 40px;
	margin: 0px;
	color: #6E6E6E;
}


#footer {
	background-image: url(../img/footer_fade.gif);
	width: 899px;
	height: 21px;
}
#footerText a {
	float: right;
	padding: 3px 5px 0px 0px;
	margin: 0px;
	color: #8D8D8D;
	font-size: 12px;
	text-decoration: none;
}
#footerText a:hover {
	text-decoration: underline;
}

#projects a{
	color: #000000;
}

.paragraphs{
	float:left;
	width:100%;
	height:auto;
	margin:5px 0px 0px 0px;
	clear:both;
	
}
