
body {
	font-size: 13px;
	line-height: 16px;
	font-family: Times;
}

#textnav a {
	text-decoration: none;
}

#content {
	position: absolute;
	top: 40px;
	left: 30px;
	padding-top:20px;
}

#header {
	position: fixed;
	background-color:white;
	top: 0px;
	padding-top: 20px;
	right: 0px;
	left: 30px;   
	height: 45px;
	width: 990px;
	z-index: 1;
}

#shortdesc {
	width: 200px;
	height: 75px;
	font-size: 13px;
	line-height: 13px;
	font-family: Times;
}

#longdesc {
	width: 200px;
	height: 175px;
	font-size: 13px;
	line-height: 13px;
	font-family: Times;
}


#selectdiv, #selectdiv2 {
	float: left;
}

#textnav {
	float:left;
	padding-left:25px;	
}

#selectmenu {
	width: 220px;
}

#titlediv {
	float:right;
	text-align: right;
	margin-right:40px;
}

.work {
	height: 400px;
}

.red {
	color: red;
}

.green {
	color: green;
}

.no_under {
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: black;
}

.ten {
	font-size: 10px;
}


.underline {
	text-decoration: underline;
}

#textpiece {
	position: absolute;
	top: 30px;
	width: 210px;

}

#workcontainer {
	position: absolute;
	left: 245px;
	top: 30px;
	width: 1100px;
}

#webcontainer {
	position: absolute;
	top: 30px;
	width: 990px;
}

#container {
	width: 990px;
}

.imagerow {
	width:1000px;
	margin-right:40px;
	margin-bottom:40px;
	position:relative;
}

.biggerTimes {
	font-size: 16px;
}

.link {
	cursor: pointer;
}