a {
	color: #585858;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
	
img {
	border: 0;
	}

body { 
	margin: 0px;
	padding: 0px;	
	background: url('img/1600x1200.jpg') #000000 fixed center center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#container {
	position:absolute; 
	top:50%; 
	left:50%; 
	margin: -312px auto auto -419px;
	text-align:center;
	width: 838px;
	height: 624px;
	background: url('img/background.jpg') #000;
	text-align: center;
	}

#page {
	background: #fff;
	width: 635px;
	height: 467px;
	margin: 40px auto;
	text-align: left;
	padding: 10px 10px 0px 10px;
	}

#header {
	text-align: left;
	font-size: 20px;
	}

#content {
	width: 635px;
	height: 360px;
	overflow: auto;
	}

#footer {
	text-align: right;
	width: 635px;
	height: 10px;
	}

#portfolio {
	width: 345px;
	height: 310px;
	float: left;
	margin-right: 20px;
	}

#thumbnails {
	width: 40px;
	height: 300px;
	float: left;
	}

#picture {
	width:300px;
	height: 300px;
	float: right;
	}

hr {
	color: #000;
	}

#nav {
	float: right;
	font-size: 13px;
	}

#nav a {
	text-decoration: none;
	color: #585858;
	}

#nav a:hover {
	text-decoration: none;
	color: #000;
	}
	

#main {
	border: 5px solid #c4c4c4;
	}

.portfolio {
	border: 2px solid #c4c4c4;
	}

/*.portfolio:hover {
	border: 2px solid #9a9a9a;
	}
	*/