/*#############################################################
Name: Deep Red
Date: 2006-08-28
Description: A two-column layout with a touch of red.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #3e3e3e;
	font: normal 0.8em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #FFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25;
	padding-left: 20px;
	font-family: sans-serif;
	font-size: 2.25em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: normal;
}

/* structure */
.main {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

.footer {clear: both;}

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

/* logo */
.header {
	background: #D91623 url(images/bgheader.gif) repeat-x;
	height: 175px;
	width: 900px;
	padding-top: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* content */ 
.content {
	color: #444;
	font-family: Verdana, sans-serif;
	padding: 0 10px 10px;
	line-height: 20px;
}
.content a {
	text-decoration: none;
	color: #990000;
}

.content h1 {
	text-decoration: none;
	color: #000000;
	line-height: 30px;
	margin-left: 0px;
}

.content a:hover {
	text-decoration: none;
	color: #000000;
}

/* 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;
}
.add {
	float: left;
	height: 601px;
	width: 161px;
	margin-top: 0px;
	clear: both;
	padding-top: 120px;
}
.main .header .top {
	width: 600px;
	margin: 0px;
	padding: 0px;
}
.topad img {
	margin-top: 0px;
	position: relative;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
blockquote {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}

