body {
	margin: 0;
	padding: 0;
	color: #555555;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	background: #e5e5e5 url(images/bg.jpg);
	}
	
a {
	outline: none;
	}

#blackline {
	margin: 0;
	padding: 0;
	height: 62px;
	background-color: #000000;
	}

#header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 860px;
	height: 62px;
	text-align: right;
	background: url(images/logo.jpg) 0 10px no-repeat;
	}

ul#menu {
	margin: 0;
	padding: 0;
	position: relative;
	top: 26px;
	list-style: none;
	}

ul#menu li {
	float: right;
	}

ul#menu li a {
	margin-left: 10px;
	list-style: none;
	letter-spacing: 2px;
	color: #cccccc;
	font-size: 11.5px;
	text-decoration: none;
	font-weight: bold;
	}

ul#menu .linkedin {
	display: block;
	overflow: hidden;
	width: 22px;
	height: 22px;
	margin-top: -6px;
	background: url(images/menu-linkedin.jpg) 0 0 no-repeat;
	}
	
ul#menu .linkedin:hover { 
	background-position: 0 -25px;
	}
	
ul#menu .facebook {
	display: block;
	overflow: hidden;
	width: 22px;
	height: 22px;
	margin-top: -6px;
	background: url(images/menu-facebook.jpg) 0 0 no-repeat;
	}
	
ul#menu .facebook:hover { 
	background-position: 0 -25px;
	}
	
ul#menu .flickr {
	display: block;
	overflow: hidden;
	width: 22px;
	height: 22px;
	margin-top: -6px;
	background: url(images/menu-flickr.jpg) 0 0 no-repeat;
	}
	
ul#menu .flickr:hover { 
	background-position: 0 -25px;
	}

ul#menu .text {
	border: 1px #555 solid;
	padding: 5px 4px 3px 5px;
	}
	
ul#menu a:hover.text {
	color: #fff;
	background-color: #333333;
	}
	
ul#menu a:active.text {
	color: #aaa;
	background-color: #222222;
	}

#main {
	width: 860px;
	margin: 0 auto 25px auto;
	background-color: #ffffff;
	text-align: right;
	}

#horizontal {
	width: 780px;
	margin-left: 40px;
	border-bottom: 1px #777777 dotted;
	}

#thumb-menu {
	margin: 20px 35px 20px 20px;
	float: right;
	}

.thumbs {
	margin-bottom: 15px !important;
	}

.thumbs img,
.thumbs a:link img,
.thumbs a:visited img {
	margin: 3px 5px 2px 5px;
	border: 5px solid #dddddd;
	}

.thumbs a:hover img {
	border: 5px solid #aaaaaa;
	}

#vertical {
	width: 1px;
	margin-left: 25px;
	height: 145px;
	border-left: 1px #777777 dotted;
	float: right;
	}

.info {
	float: right;
	}
	
.proj-title {
	margin-top: 25px;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.025em;
	}

.proj-desc {
	margin: 6px 0 0 40px;
	}
	
.proj-desc, .proj-desc a {
	font-family: Georgia, Times, serif;
	font-size: 10px;
	color: #777777;
	line-height: 15px;
	font-style: italic;
	text-decoration: none;
	}
	
.proj-desc a {
	border-bottom: dotted 1px #999999;
	}
	
.proj-desc a:hover {
	color: #000;
	border-bottom: dotted 1px #000000;
	background: #eee;
	}

#strip {
	width: 860px;
	height: 13px;
	background: url(images/strip.png) 0 0 no-repeat;
	background-color: #999999;
	}

#bottom {
	background-color: #999999;
	}

.space {
	margin: 5px;
	padding: 0;
	}

#news {
	border-bottom: 1px #777777 dotted;
	margin: 0 0 0 40px;
	padding-top: 14px;
	width: 324px;
	background-color: #dddddd;
	text-align: left;
	float: left;
	}

.news-title {
	margin: 15px 0 5px 25px;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
	}
	
.news-txt {
	margin: 0 25px 0 25px;
	}
	
.news-txt, .news-txt a, .news-txt a:visited {
	font-size: 10px;
	color: #444444;
	line-height: 16px;
	text-decoration: none;
	}
	
.news-txt a, .news-txt a:visited {
	font-weight: bold;
	}

.news-txt a:hover { 
	color: #000000;
	border-bottom: 1px dotted #000;
	}
	
	

#byline {
	width: 485px;
	float: left;
	}

#byline-txt {
	margin: 15px 0 0 0;
	font-size: 10px;
	color: #444444;
	}
	
a:link.bylinelink, 
a:visited.bylinelink, 
a:active.bylinelink, 
a:hover.bylinelink { 
	color: #444444;
	font-size: 10px;
	text-decoration: none;
	}

a:hover.bylinelink { 
	color:#111111;
	}
	
#about { 
	color: #444444;
	font-size: 12px;
	line-height: 16px;
	padding: 64px 0 64px 64px;
	text-align: left;
	}
	
#about a { 
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

#about a:hover { 
	color:#000000;
	border-bottom: 1px dotted #000000;
	}

.lbl {
	font-size: 12px;
	letter-spacing: 0.5px;
	}

input.btn {
	padding: 4px 4px 4px 5px;
	border: 0;
	font-size: 11.5px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: normal;
	background: #888888;
	color: #e5e5e5;
	}

input.btn:hover {
	background: #999999;
	color: #ffffff;
	}

.form {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #bbbbbb;
	background-color: #e5e5e5;
	padding: 3px;
	margin-bottom: 25px;
	font-size: 12px;
	width: 450px;
	}

a.plastic {	
	color: #bbbbbb;
	text-decoration: none;
	}
	
a.plastic:hover {
	color: #eeeeee;
	}
	
.plastic-url {
	color: #e1e0dd; 
	text-decoration: none; 
	line-height: 12px; 
	font-size: 12px;
	}
	
.plastic-url span {
	color: #890000;
	}
	
a.plastic-url:hover {
	color: #8f9291;
	}

a.plastic-url:hover span {
	color: #590000;
	}
	
#space {
	margin-left: 25px;
	}