<STYLE type="text/css">

/* This should be how you do CSS comments. */
/* portfolio.css */


body {
}


.container {
	 width: 800px;
	 background-color: #3D1F81;
	 font-family: "Arial", sans-serif;
}

.heading {
	margin-top: 5px;
	font-size: 16pt;
	color: white;
	float: left;
	padding-left: 10px;
}

.nav_button {
	float: right;
	padding-right: 20px;
}

.nav_image {
	border-width: 0px;
}

a:link {color: white;}

a:visited {color:#C9E6F4;}

a:hover {color: yellow;}


.port_row {
	 width: 780px;
	 height: 215px;
	 float: top;
	 padding-top: 15px;
	 border: solid yellow;
	 border-top: 0px;
	 border-left: 0px;
	 border-right: 0px;
	 border-bottom: 0px;
	 color: white;
}

.port_desc {
	 clear: top;
	 float: left;
	 width: 150px;
	 padding-left: 20px;
	 font-size: 10pt;
}

.port_image {
	 float: left;
	 width: 180px;
	 padding-left: 20px;
}

.port_snap {
	border: 5px;
}


.footer {
	clear: both;
	width: 90%;
	text-align: center;
	color: white;
	font-size: 9pt;
}



