html, body {
	margin:0;
	padding:0;
}
html {
	background: #FFF;
}
body {
	margin:0 auto;
	width:600px;
	padding:10px;
	text-align:justify;
        font-family:  Arial, sans-serif;
	font-size:0.9em;
	color:#333;
}
#name {
	width:600px;
	background:#FFF;
	margin-top:20px;
}
#left {
	display:inline;
}
h1 {
	font-size:60px;
	font-weight:bold;
	color:#333333;
	padding-right:5px;
	display:inline;
}
h2 {
	font-size:1.1em;
	display:block;
	clear:both;
	color:#036564;
	/*colour:#bbb;*/
	margin:0;
}
h3 {
	display:block;
	clear:both;
	color:#036564;
	margin:0;
}
h4 {
	display:block;
	clear:left;
	color:#333;
	margin:0;
}
p {
	line-height:1.5em;
	text-align:justify;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#banner {
	width:600px;
	height:40px;
	background: url(../images/stripe1.png) repeat;
	margin-bottom:40px;
}
#IEspacer {
	height:15px;
	width:600px;
}
#nav {
	list-style:none;
	text-align:right;
	font-weight:bold;
	margin:0;
	padding:0;
}
#nav li {
	float:right;
	text-align:center;
}
#nav li a {
	font-size:15px;
	display:block;
	width:98px;
	text-decoration:none;
	color:#333;
	padding:8px 0;
	background-color:#FFF;
}
#nav li a:hover {
	/*background:url(navlink.png) no-repeat;*/
	/*background: #FFA200; */
	text-decoration:none;
}
#content {
	float:left;
}
.entry {
	width:580px;
	padding:10px;
	margin-bottom:10px;
}
.leftcolumn {
	float:left;
	width:280px;
	padding:10px;
	margin-bottom:10px;
	border-right: 1px #ddd solid;
}
.leftcolumn-no-border {
	float:left;
	width:580px;
	padding:10px;
	margin-bottom:10px;
}
.rightcolumn {
	float:left;
	width:275px;
	padding:10px;
	margin-bottom:10px;
}
.entry-bottom {
	float:left;
	width:600px;
	height:1px;
	background: #FFA200;
	margin-bottom:10px;
}
.float-right-block {
	display:block;
	float:right;
	margin:0 10px 10px 0;
}
.float-right-block a {
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	background-color:#FFF;
	padding:8px;
}
.float-right {
	float:right;
	clear: right;
}
.center-block {
	display:block;
	float:left;
	width:600px;
	text-align:center;
	margin:5px 5px 0px 5px;
}
.center-block a {
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	color:#666;
	padding:8px 0 0;
}
.center-element {
	margin: 0 auto;
	width:85%;
}
#footer, #footer a {
	clear:both;
	text-align:center;
	padding-top:20px;
	color:#333;
	font-size:10px;
	height:40px;
	margin-bottom:20px;
	background:url(../images/articlebottom.gif) right bottom repeat-x #fff;
	border-bottom: 1px #ddd solid;
}
.thumbnails {
	background-color: #fff;
	width:600px;
	background:url(../images/articlebottom.gif) right bottom repeat-x;
	border-bottom: 1px #ddd solid;
	border-top: 1px #ddd solid;
	margin-bottom:10px;
}
#hidden_thumbs {
	display:none;
	float:left;
}
.spacer {
	clear: both;
}
.thumbnail {
	float: left;
	padding: 8px 7px 7px 8px;
}
.thumbnail p {
	text-align: center;
}
.thumbnail img {
	float: left;
	border: 3px solid #D5D5D5;
	padding: 2px 2px 2px 2px;
}
.thumbnail img:hover {
	float: left;
	border: 3px solid #ffa200;
	padding: 2px 2px 2px 2px;
}
.thumbnail-dummy {
	float: left;
	padding: 8px 7px 7px 8px;
	width:125
}
.portfolio-project-text {
	float:left;
	width:400px;
	height:130px;
	margin-top:5px;
	margin-bottom:15px;
}
.list {
	list-style:disc;
	text-align:left;
	font-weight:bold;
	font-size:0.9em;
	line-height:2.0em;
}
.panel-gradient-top {
	background-color: #fff;
	width:600px;
	background:url(../images/articletop.gif) right top repeat-x;
	border-bottom: 1px #ddd solid;
	border-top: 1px #ddd solid;
}
.panel-gradient-bottom {
	background-color: #fff;
	width:580px;
	background:url(../images/articlebottom.gif) right bottom repeat-x;
	border-bottom: 1px #ddd solid;
}
.noticebar {
	margin:10px;
	padding:10px;
	clear:both;
	background-color:#FFFFCC;
	border: 1px solid #ddd;
	text-align:center;
}
blockquote {
	line-height:1.5em;
	text-align:justify;
	padding-left:5px;
	border-left: 4px #ddd solid;
}
.download-url a {
	float:left;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	background-color:#FFF;
	margin-left:32px;
	margin-bottom:10px;
	margin-top: 10px;
}

.download-url-block a {
	display:block;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	background-color:#FFF;
	margin-left:32px;
	margin-bottom:10px;
	margin-top: 10px;
}
.download-title {
	float:left;
	clear:left;
	margin-top:10px;
}

#slideshow
{
	background-color: #333333;
	width: 600px;
	height: 340px;
	overflow: hidden;
	margin-bottom: 20px;
}

#slides
{
	width: 4200px;
}
