/* CSS Document */
html, body {
	margin : 0;
	padding : 0;
}

html, body {
	height:100%;
}

body {
	background-color:#d8e0e7;
	margin : 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	min-height:600px;
	min-width:800px;
	/*background-image:url(../assets/bg.gif);
	background-position:center;
	background-repeat:repeat-x;*/
	color:#2e4761;
}

body img {
	border:none;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}

.container {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:600px;
	/*width:800px;*/
	width:100%;
	clear:left;
	background-image:url(../assets/bg.gif);
	background-position:center;
	background-repeat:repeat-x;
}

#top {
	width: 800px;
	height: 56px;
	background-color:#2e4761;
	background-image:url(../assets/header.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#content {
	width: 800px;
	height:544px;
	margin-left:2px;
	margin-right:2px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}

#nav {
	float:right;
	word-spacing:6pt;
	text-align:right;
	line-height:86px;
	padding-right:14px;
	min-width:300px;
}

#work {
	clear:left;
	float:left;
	margin-left:4px;
	margin-right:4px;
	width:500px;
}

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

#nav a:hover {
	color:#A8BACD;
}

#portNav {
	clear:right;
	float:right;
	height:500px;
	min-width:200px;
	border-left:thin #2e4761 solid;
	padding-left:16px;
}

.thumbs img {
	margin-right:16px;
	margin-top:8px;
	border:none;
}

.title {
	font-size:18px;
	padding-top:8px;
	padding-bottom:4px;
	margin-bottom:2px;
	margin-top:-4px;
}

.desc {
	font-size:10px;
}

.desc a {
	text-decoration:none;
	color:#2e4761;
}
