@charset "UTF-8";

body
	{
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
	}

#main_container {
	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

#header {
	height: 122px;
	background-image: url(images/orchid_header copy
.jpg);
	float: left;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#body_container {
	height: auto;
	width: 800px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#middle_container {
	height: 46px;
	width: 800px;
	float: left;
	background-color: #000000;
	background-image: url(images/navigation.jpg);
	color: #FFFFFF;
	font-size: 14pt;
	line-height: 40px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#infoleft {
	height: auto;
	width: 350px;
	float: left;
	text-align: left;
	margin-left: 50px;
}

#inforight {
	height: auto;
	width: 350px;
	float: right;
	margin-right: 50px;
	text-align: right;
}


#footer {
	height: 50px;
	width: 800px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: normal;
	background-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/footer.jpg);
}



a:link {
	color: #0000BB;
	text-decoration: none;
}
	a:visited {
	color: #0000DD;
	text-decoration: none;
}
	a:hover {
	color: #000000;
	text-decoration: none;
}
	a:active {
	color:#0000BB;
	text-decoration: none;
}
	


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.portfolioentry {
	margin-right: 50px;
	margin-left: 50px;
	text-align: right;
	font-size: 10pt;
	margin-bottom: 10px;
	line-height: 20px;
}
#aboutfull{
	height:auto
	width: 700px;
	float: left;
}
