* {
	margin: 0;
	padding: 0;
}
body {
	background: transparent url("img/bgbody.png") center top repeat-y;
	background-coor:#000000;
	font-size: 12px;l
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	
	line-height:16px;
	
	
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #ffffff;
	
	font-size: 14px;
	margin: 18px 0 0 0;
	width:411px;

	padding:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	
	background: #000000 url(img/bglbl.gif) repeat-x;
	
	
	
	
}
code {
	background: url(img/bgcode.gif);
	border: 0px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 880px;
	margin: 0 auto;
	border:none;
}

.left-containter {
	padding-left: 20px;
	padding-right:60px;
	
}
	
	
	
	

.top {
	width:880px;
	
	height:176px;
	border:none;
	
	
	
}
.main_left {
	float: left;
	padding-top: 6px;
	padding-left:0px;
	margin:10px;
	width: 450px;
}
.main_right {
	
	float: right;
	width: 330px;
	padding-right:20px;
}
.footer {clear: both;}





/* misc */
.left {
	float: left;
}
.right {
	float: right;
}





.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}




div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #04314a;
	color: #FFF;
	font-weight: bold;
}

/* logo */
.header {
	
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	
}
	


.date {
	font-size:24px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#04314a;
	color:#FFF;
	margin:10px;

	padding:30px;
	
	float:left;
	border-color:#000;
	
	border:dashed;
	border-width:medium;
	
	
}



/* projects */
.lbl {
	background: #000000 url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #222
}
.link_updates .lbl {
	
	padding:20px;
	border-top: 6px solid #FFF;
	height: 80px;
	font-size:20px;
	line-height:normal;
	
	
	
}
.link_updates a {
	clear: right;
	display: block;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	height: 150px;
	padding: 10px 20px;
	text-align: center;
}
.link_updates a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 20px; 
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 120px 0 20px 20;
	padding-left:120px;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

.spanlink {
	color:#03C;
}
