body {
	color: #4c4c4c;
	background: #b3b3b3;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	padding: 24px 45px 0 0;
	margin: 0;
	
}

div {
	overflow: visible;
}

div.head, div.main, div.foot {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

div.head {
	color: white;
	text-align: right;
	background: url(../img/tape_small.png) no-repeat right top;
	height: 100px;
}

div.main {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../img/main_bg.png);
	height: 360px;
	line-height: 60px;
}

div.foot {
	clear: both;
	color: white;
	text-align: center;
	padding: 36px 0;
	font-size: small;
}

div.main ul {
	margin: 0; 
	padding: 60px 0 0 70px;
	font-weight: bold;
	font-size: 36px;
	list-style-type: none;
}

div.main a { 
	color: #333333; 
	text-decoration: none; 
}

div.main a:hover, div.links a:hover { 
	color: red; 
}

div.content {
	position: absolute;
	left: 701px;
	top: 29px;
	width: 267px;
	height: 302px;
	text-align: center;
}

div.links {
	background-image: url(../img/mid.png);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}

div.links ul {
	padding: 0px;
	margin-left: 80px;
	margin-bottom: 0.5em;
	margin-right: 80px;
	margin-top: 0.5em;
	list-style-type: none;
}

div.links li {
	display: inline;
	margin-right: 1em;
}

div.links a {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #666666;
}div.project {
	margin-right: 80px;
	margin-left: 80px;
	border-top-color: #cccccc;
	border-top-style: dotted;
	border-top-width: 3px;
	clear: both;
}

div.pre {
	background-repeat: no-repeat;
	background-image: url(../img/top.png);
	height: 10px;
}

div.post {
	clear: both;
	height: 10px;
	background-image: url(../img/bot.png);
	background-repeat: no-repeat;
}

