* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #333332;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	padding-bottom: 50px;
}
#logo {
	position: absolute;
	left: 22px;
	top: 19px;
}
#menu {
	position: absolute;
	color: #fccf0b;
	left: 204px;
	width: 70%;
}
#menu ul {
	height: 49px;
}
#menu li {
	list-style-type: none;
	float: left;
	display: block;
}
#menu li a {
	color: #fccf0b;
	text-decoration: underline;
	font-size: 70%;
	font-weight: bold;
	display: block;
	padding-top: 29px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 19px;
	text-transform: lowercase;
}
#menu li a:hover, #menu li a:active {
	color: #B9B9AD;
}
#content {
	padding-top: 100px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#content a {
	color: #58aefb;
}
#content h1 {
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 26px;
	padding-bottom: 5px;
}
#content h2 {
	font-size: 90%;
	color: #B9B9AD;
	padding-left: 26px;
	padding-bottom: 1em;
	padding-top: 1.5em;
}
#content h3 {
	color: #b9b9ac;
	font-weight: lighter;
	padding-bottom: 5px;
}
#content h4 {
	color: #b9b9ac;
	font-weight: lighter;
	padding-bottom: 5px;
}
#content h5 {
	font-size: 90%;
	color: #b9b9ac;
	padding-bottom: 0.4em;
	padding-top: 1em;
	font-weight: lighter;
}
#content p {
	color: #b9b9ac;
	font-size: 70%;
	line-height: 14px;
	padding-bottom: 1.3em;
}
#content li {
	font-size: 70%;
	color: #b9b9ac;
	list-style-type: none;
	padding-left: 12px;
	background-image: url(images/dash.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
}
#content ul {
}
#content ul.ul-condensed {
	padding-bottom: 1em;
}
#content .ul-condensed li {
	padding-bottom: 3px;
}
.blueheader {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	color: #67B0F8;
	padding-right: 5px;
}
.clear {
	clear: both;
}
#webinfo {
	padding-bottom: 20px;
}

.weblink {
	padding-bottom: 26px;
	display: block;
	padding-left: 26px;
	color: #b9b9ac;
	font-size: 70%;
}
.webpage {
	padding-left: 12px;
	display: block;
	width: 612px;
}
.webpage-wide {
	width: 780px;
	display: block;
	margin-left: 12px;
	text-align: center;
}
.webpage p {
	text-align: center;
	padding-right: 12px;
}
#webinfo-leftcol {
	float: left;
	width: 290px;
	padding-left: 26px;
}
#webinfo-leftcol p {
	padding-bottom: 1.3em;
}
#webinfo-rightcol {
	padding-left: 25px;
}
#webinfo-rightcol p {
	padding: 0px;
	font-size: 70%;
}
#coke p {
	padding: 0px;
	font-size: 70%;
}
#content .table {
	margin-left: 26px;
}
.webprojects-table {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E3E3D;
	font-size: 80%;
	margin-right: 5%;
}
.webprojects-table img {
	display: block;
	float: left;
	padding-right: 5px;
	padding-top: 2px;
}
.webprojects-table a {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.webprojects-table a:hover {
	background-color: #363635;
	color: #B9B9AD;
}
.graphdesign {
	display: block;
	width: 603px;
	background-image: url(images/graph_design_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 12px;
	text-align: center;
}
.cat-top-border {
	background-image: url(images/index/right_top_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:left;
	height: 7px;
}
.cat-bot-border {
	background-image: url(images/index/left_bottom_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:right;
	height: 27px;
	padding-top: 10px;
}
.cat-bg {
	background-color: #212121;
	font-size: 80%;
	margin-bottom: 30px;
}
.cat-bg a {
	text-decoration: underline;
	color: #58aefb;
	font-size: 90%;
}
.photo {
	text-align: center;
}
.photo img {
	border: 3px solid #1c1c1c;
	margin-bottom: 10px;
}
.photo div {
	margin-bottom: 70px;
}
