body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	background: url(/img/background.png) no-repeat #fff;
	text-align: justify;
	margin: 100px;
	line-height: 1.5em;
}

img {
	border: 0;
}

acronym {
	border-bottom: 1px dotted #ccc;
}

a:link, a:visited, a:active {
	color: #f00;
	text-decoration: underline;
	border-bottom: none;
	background: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	background: none;
}

#logo {
	width: 700px;
	height: 50px;
	background: url(/img/logo.png) no-repeat;
}

#navi {
	min-width: 1px;
	padding: 0 20px 0 20px;
	word-spacing: 1em;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 0.95em;
	color: #f00;
	background: none;
}

#content {
	width: 660px;
	padding: 10px 20px 10px 20px;
	border-right: 1px dashed #ccc;
}

.content-title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	color: #f00;
	min-width: 1px;
	border-bottom: 1px dashed #ccc;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	background: none;
}

#footer {
	color: #999;
	font-size: 0.75em;
	background: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.box1 {
	width: 200px;
	float: left;
	margin: 0 20px 15px 0;
}

.box2 {
	width: 200px;
	float: left;
	margin: 0 20px 15px 0;
}

.box3 {
	width: 200px;
	float: left;
	margin: 0 0 15px 0;
}

.box-title {
	border-left: 5px solid #f00;
	border-bottom: 1px solid #f00;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
}

.empty {
	background: #fafafa;
	border: 1px dotted #e6e6e6;
	width: 35px;
	height: 35px;
	margin: 20px 36.5px 20px 36.5px;
	padding: 80px 10px 10px 80px;
	color: #ccc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 5em;
	font-weight: bold;
}

.work {
	background: #fff;
	border: 1px dotted #e6e6e6;
	width: 125px;
	height: 125px;
	margin: 20px 36.5px 20px 36.5px;
}

.status {
	width: 125px;
	text-align: right;
	color: #ccc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	margin-left: 36.5px;
	background: none;
}

.status-border {
	width: 125px;
	height: 10px;
	border: 1px dashed #e6e6e6;
	margin-left: 36.5px;
}

.status-25 {
	width: 25%;
	height: 10px;
	background: url(/img/status.png) no-repeat;
}

.status-50 {
	width: 50%;
	height: 10px;
	background: url(/img/status.png) no-repeat;
}

.status-75 {
	width: 75%;
	height: 10px;
	background: url(/img/status.png) no-repeat;
}

.status-100 {
	width: 100%;
	height: 10px;
	background: url(/img/status.png) no-repeat;
}

.url {
	color: #ccc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}