body {
	margin: 0;
	padding: 20px;
	background: #494949;
	background-image: url(images/tile.gif);
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #989898;
}


#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

#header {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 97px;
	background: #FFFFFF;
	background-image: url(images/title.gif);
}

#mid {
	position: relative;
	margin: 0;
	padding: 0;
	width: 700px;
	background: #FFFFFF;
}

#footer {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 27px;
	background: #FFFFFF;
	background-image: url(images/bottomcap.gif);
}

#linkbar {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 185px;
	height: 366px;
	background: #FFFFFF;
}

.linkimage {
	position: relative;
	border: 0;
	width: 185px;
	height: 53px;
}

.linkbar-endcap {
	position: relative;
	width: 185px;
	height: 48px;
}

#content {
	position: relative;
	margin: 0;
	padding: 10px 15px 0 205px;
}

#content a:link, #content a:visited {
	color: #747474;
	font-weight: normal;
	text-decoration: underline;
}
#content a:link:hover, #content a:visited:hover {
	color: #FF0C00;
	font-weight: normal;
	text-decoration: underline;

}

#content ul {
	list-style-image: url(images/headerarrow.gif); 
	padding-left: 35px;
	* padding-left: 0px;
}

#content li {
	font-size: 20px;
	font-family: georgia, serif;
	color: #FF0C00;
}


h2 {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}

#copyright {
	margin: 0;
	padding: 0;
	width: 700px;
	background-color: none;
	font-size: 10px;
	text-align: center;
}

#copyright a:link, #copyright a:visited {
	color: #A4A4A4;
	font-weight: normal;
	text-decoration: underline; 
}

#copyright a:link:hover, #copyright a:visited:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline; 
}

.resumename {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	width: 150px;
	margin: 0 auto;
	text-align: center;
}

.resumecontainer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 480px;
}
.resumec1 {
	position: relative;
	width: 150px;
	left: 0;
	top: 0;
}
.resumec2 {
	position: absolute;
	width: 100px;
	left: 150px;
	top: 0;
}
.resumec3 {
	position: absolute;
	width: 130px;
	left: 250px;
	top: 0;
}
.resumec4 {
	position: absolute;
	width: 130px;
	left: 380px;
	top: 0;
}
.resumec1b {
	position: relative;
	width: 240px;
	left: ;
	top: 0;
}
.resumec2b {
	position: absolute;
	width: 240px;
	left: 240px;
	top: 0;
}

.small {
	font-size: 10px;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 490px;
}

.thumbnail a:link, .thumbnail a:visited {
	border: 2px solid #747474;
}
.thumbnail a:link:hover, .thumbnail a:visited:hover {
	border: 2px solid #FF0C00;
}

.thumbbox {
	float: left;
	width: 102px;
	height: 102px;
	margin: 10px 25px;
}

.spacer {
	clear: both;
}

#newslink {
	position: absolute;
	width: 200px;
	height: 80px;
	top: 9px;
	left: 50px;
	border: 0px;
}
