/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
background: url(images/bgbody.gif) repeat-y center top;font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #fff;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	border-right: 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(images/quote.gif) no-repeat;
	color: #fff;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 620px;
	margin: 0 auto;
}
.footer {clear: both;}

/* misc */
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #D7162C;
	color: #444;
}

/* logo */
.header {
	background: #D91623 url(images/index.gif);
	height: 254px;
}

/* main navigation */
.link_menu {
	background: #CC2224 url(images/grdnt_red.png) repeat-y;
}
.link_menu a {
	border-bottom: 1px solid #000;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 0px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #fff;}


/* content */ 
.content {
	color: #fff;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #fff;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}

