body {
	background-color: #000000;
	color: #000000;
	margin: 0px;
}

* {
	margin: 0;
	padding: 0;
}



img {
	border: 0;
}

img.logo {
	margin: 0;
	margin-bottom: 15px;
}

.page {
	padding-top: 20px;
	text-align: left;
}

table.portfoliotable {
}

table.portfoliotable td img {
	padding-right: 30px;
}

table.portfoliotable td img.logo {
	padding-right: 0px;
}

table.portfoliotable td.title {
	width: 400px;
	vertical-align: top;
	text-align: center;
}

.imagetitle {
	margin-top: 5px;
	font-style: italic;
	text-align: center;
	color: white;
	font-family: sans-serif;
	font-size: 0.8em;
}

img.randomimage {
	border: 2px solid black;
}

ul.portfoliomenu {
	color: white;
	list-style: none;
}

li.portfoliomenu {
	padding-left: 0px;
}

.portfoliomenu a:link, a:active, a:visited {
	color: white;
}

.textcentered {
	color: white;
	font-family: 'Garamond, Georgia, ', 'Times new roman', ', Times, serif';
	text-align: center;
}

.textcentered h1 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

ul.menu {
	width: 399px;
	list-style-type: none;
	height: 50px;
	margin: auto;
}

ul.menu li {
	float: left;
}

ul.menu li a {
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	line-height: 21px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #371C1C;
	color: white;
}

ul.menu a:hover {
	color: #333;
}

.footerbox {
	width: auto;
	margin-top: 10px;
	padding-bottom: 20px;
	margin-left: 20px;
	text-align: left;
	color: white;
	border: 1px dashed white;
	padding: 5px;
}

h1.footer {
	font-family: 'Garamond, Georgia, ', 'Times new roman', ', Times, serif';
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 400;
	display: inline;
	margin: 0px;
	border: 0;
}

p.footer {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	display: inline;
	font-family: sans-serif;
	font-weight: 200;
	border: 0;
}

a:link.footer {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	display: inline;
	font-family: sans-serif;
	font-weight: 200;
	border: 0;
	display: inline;
	margin: 0px;
	color: white;
	border: 0;
}

a:visited.footer {
	display: inline;
}



.portfoliodescription {
	padding: 20px;
	margin:0px auto;
	width: 60%;
	color: white;
	font-family: 'Garamond, Georgia, ', 'Times new roman', ', Times, serif';
}

.portfoliodescription h1{
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

.portfoliodescription p {
	margin: 5px 0px 0px 5px;
	font-size: 0.8em;
	text-align: left;
}

.portfoliodescription p:first-letter {
	font-size: 150%;
}

.portfoliodescription a:link {
	color: white;
}





