/*Start Initial CSS*/
html, body, form, fieldset {
	margin: 0;
	font-family: courier new;
	color: #fff;
	font-size: 8pt;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 10px 10px;
	
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

a img {
	border: 0;
}
/*End Initial CSS*/

.container {
	float: left;
	width: 100%;
	min-height: 100%;
	height: auto;
	border: 0px;
	background-color: #252525;	
}

.main {
	float: left;
	width: 952px;
	height: 100%;
	margin-top: 60px;
	margin-left: 20px;
	border: 1px #fff;	
}

.leftnav {
	float: left;
	width: 172px;
	margin-right: 30px;	
}

#buttons {
	width: 172px;
    display:block;
    position:fixed;
    top:160px;
    left:20px;
}

.slideshow {
	float: right;
	width: 750px;
	height: 389px;
	margin-bottom: 10px;
}

.projectdesc {
	float: right;
	width: 750px;
	height: 100%;
	background-color: #3c3c3c;
	padding-bottom: 10px;
}

p.desctitle {
	font-size: 10pt;
	font-variant: small-caps;
	color: #000;
	padding-bottom: 0px;
	margin: 0;
}

p.projectnames {
	font-size: 8pt;
	text-align: right;
	padding: 10px 0px 10px 0px;
}

a:link {color: #fff; text-decoration: none;}
a:visited {color:#fff; text-decoration: none;}
a:hover {color: #ed969f; text-decoration: none;}
a:active {color: #fff; text-decoration: none;}

a.blue:link {color: #ed969f; text-decoration: none;}
a.blue:visited {color:#ed969f; text-decoration: none;}
a.blue:hover {color: #ffff00; text-decoration: none;}
a.blue:active {color: #ed969f; text-decoration: none;}

a.onProject:link {color: #ed969f; text-decoration: none;}
a.onProject:visited {color: #ed969f; text-decoration: none;}
a.onProject:hover {color: #ed969f; text-decoration: none;}
a.onProject:active {color: #ed969f; text-decoration: none;}

span.highlight {
background-color: #fff;
padding: 0px 4px;
}

.projectimages {
	margin: 5px 0px 30px 0px;
	width: 750px;
	float: right;
	margin-left:auto;
	margin-right:auto;
}

img.pjct {
    margin-top: 10px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

}