body{
	background-color : #ffffff;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 0.8em;
	font-weight : normal;
	text-align: center;
	color:#808080;
	margin-top: 40px;
	padding: 0px;
}

h1{
	font-size : 1.3em;
	color: #8080b8;
}

h2{
	font-size : 1.3em;
	color: #b8b8b8;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p {
	margin: 0px;
	padding: 6px 0px 6px 0px;
}

a {
	color: #8080b8;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

li {
	margin-bottom: 5px;
	list-style-image: url(../images/list.gif);
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

acronym {
	cursor:pointer;
}

form {
	padding-bottom: 10px;
	margin-bottom: 0px;
}

input, textarea, select {
	border: 1px solid #c2c2c2;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}

input {
	width: 160px;
}

textarea {
	width: 240px;
	height: 82px;
}

.button {
	font-size: 0.9em;
	color: #ffffff;
	background-color: #8080b8;
	font-weight: bold;
	cursor:pointer;
	padding: 2px 4px 2px 4px;
	width: auto;
}

.container {
	width: 760px;
	margin: auto;
	text-align: left;
}

.nav {
	float: left;
	position: relative;
	top: -21px;
	left: 278px;
	text-align: left;
	padding-top: 0px;
}

.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav li {
	float: left;
	list-style-image: none;
}

.nav a {
	display: block;
	text-indent: -999999px;
	overflow: hidden;
	height: 18px;
	margin-right: 40px;
}

.home a {
	background-image: url(../images/home.gif);
	width: 36px;
}

.home a:hover, .homeon a {
	background-image: url(../images/homeon.gif);
	width: 36px;
}

.about a {
	background-image: url(../images/about.gif);
	width: 40px;
}

.about a:hover, .abouton a {
	background-image: url(../images/abouton.gif);
	width: 40px;
}

.portfolio a {
	background-image: url(../images/portfolio.gif);
	width: 66px;
}

.portfolio a:hover, .portfolioon a {
	background-image: url(../images/portfolioon.gif);
	width: 66px;
}

.contact a {
	background-image: url(../images/contact.gif);
	width: 56px;
}

.contact a:hover, .contacton a {
	background-image: url(../images/contacton.gif);
	width: 56px;
}

.nav .twitter a {
	position: relative;
	top: -3px;
	background-image: url(../images/twitter.png);
	width: 30px;
	height: 24px;
}

.leftcolumn {
	clear: both;
	float: left;
	width: 240px;
}

.rightcolumn {
	float: right;
	width: 480px;
}

.footer {
	clear: both;
	position: relative;
	top: 5px;
	width: 760px;
	text-align: right;
	font-size: 0.7em;
}

.green {
	color: #b8b8b8;
}

.error {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #ffffff;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 1.2em Arial;
letter-spacing: 5px;
color: #8080b8;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #ffffff;
padding: 5px;
z-index: 5;
}