html, body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #434242;
	background-color: #DDE2E6;
}

#wrapper
{
	margin: auto;
	padding: 0;
	width: 1000px;
	height: 100%;
}

#shadow
{
	float: left;
	padding: 0;
	width: 1000px;
	height: 100%;
	background: url(http://image.daldrup.com/public/body_back.gif);
}

#center
{
	margin: auto;
	padding: 0;
	width: 950px;
	height: 100%;
}


#container
{
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	float: left;
	margin: 0;
	padding: 0;
	width: 950px;
	height: 100%;
	background: #FFFFFF;
}

#head
{
	background: transparent url(http://image.daldrup.com/public/header.gif);
	float: left;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 950px;
}


#tabs
{
	background: transparent url(http://image.daldrup.com/public/nav_back.gif);
	float: left;
	height: 40px;
	width: 950px;
}

#tabs ul
{
	padding-left: 225px;
	height: 28px !important;
	vertical-align: middle;
	margin: 0;
	margin-top: 1px;
	padding: 0;
	padding-left: 225px;
	border-left: 1px solid #007EB9;
}

#tabs li
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 7px;
	margin: 0;
	list-style: none;
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	border-right: 1px solid #007EB9;
	background: url(http://image.daldrup.com/public/nav.gif);
}

#tabs li:hover
{
	background: #A4B3BA;
}

#tabs li a
{
	color: #E5E5E5;
	text-decoration: none;
}

#tabs li a:hover
{
	display: block;
	background: #A4B3BA;
	color: #FFFFFF;
}

#content
{
}

#content a
{
	color: #EF7900;
}

#footer
{
	float: left;
	width: 950px;
	color: #FFFFFF;
	background: #9D9D9D;
}

#footer p
{
	width: 890px;
	float: left;
	padding: 30px;
}

img
{
	border: 0;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}

h1, h2, h3, h4
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 3px;
	color: #007EB9;
}

h2
{
	font-size: 24px;
}

h3, h4
{
	letter-spacing: 1px;
	font-size: 18px;
}

h4
{
	font-size: 14px;
}

.alignleft
{
	float: left;
	text-align: left;
}

.aligncenter
{
	clear: both;
	width: auto;
	text-align: center;
}

.alignright
{
	float: right;
	width: auto;
	text-align: right;
}

#version
{
	color: #808080;
	text-align: center;
	font-size: 10px;
	margin-bottom: 15px;
}

#project
{
	margin-bottom: 15px;
	margin-left: 20px;
	padding: 5px;
	float: left;
}

table.min
{
	font-size: 11px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.time a
{
	color: #424242;
}

.time a.head
{
	color: #FFA200;
}

.time a.active
{
	color: #FF4804;
}

table.time
{
	clear: both;
	color: #808080;
	font-weight: bold;
	line-height: 14px;
}

#month
{
	width: 180px;
	float: left;
	color: #FFFFFF;
	line-height: 14px;
}

#month table th
{
	color: #424242;
}

#month table th.highlight
{
	color: #FF4804;
}

#month table td
{
	color: #808080;
}

#month table a
{
	color: #FFA200;
}

#month table a.active
{
	color: #FF4804;
}

table#imgnavi
{
	width: 500px;
}

table#imgnavi a
{
	color: #424242;
}

table#imgnavi td.left
{
	width: 200px;
	float: left;
	text-align: left;
}

table#imgnavi td.center
{
	clear: both;
	width: 100px;
	text-align: center;
}

table#imgnavi td.right
{
	width: 200px;
	float: right;
	text-align: right;
}