body {
	font:10pt tahoma,verdana,sans-serif;
}

#header_area {
	padding-top:4em;
}

#header {

}
#intro {
	font:20px/24px Times New Roman, Times, serif;
	font-style:italic;
	margin:0.4em 0 2em 0;
}
#intro p {
	margin:0 0 0.5em 0;
}
#content_area h2 {
	padding-bottom:0.5em;
	margin-bottom:1em;
}

#content_left h2 {
	color:#555;
	border-bottom:3px dotted #999;
}
#content_left h3 {
	color:#555;
}
#content_right h2 {
	text-align:right;
	border-bottom:3px solid #666;
}

#footer_area {
	padding:5em 0 2em 0;
	overflow:hidden;
}
#footer {
	font:70% Verdana, Tahoma, Arial, sans-serif;
	color:#888;
}
small {
	font-size:75%;
}

.project {
	clear:both;
	background-color:#eee;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	padding:10px 15px;
	margin-bottom:20px;
	border:1px solid #666;
}
#content_left .project {
	border:1px dashed #999;
	background-color:#f9f9f9;
}

.project p {
}
.project em {
	display:block;
	font-style:normal;
	font-size:80%;
	color:#666;
}


h1 {
	font-size:120%;
	font-weight:normal;
}

h2 {
	font-size:110%;
}

h3 {
	font-size:105%;
}

a {
	color:#fc0;
	text-decoration:none;
}
a:visited {
	color:#f90;
}
a:hover,
a:active {
	color:#f30;
}

