* {
	margin: 0px;
	adding: 0px;
}

body {
	background: url('bg.gif');
	color: #ddd;
	font-family: sans;
	font-size:  10pt;
}

h1 {
	font: 20pt sans;
	text-align: center;
}

h2, h3 {
	text-align: center;
	color: #bfb;
}

h2 {
	clear: both;
	padding: 10px 0px 10px 0px;
}

img{
	margin: 20px;
}

strong {
	color: white;
}

a img { 
	border: none;
}

div#work { }
div#synopsis {}
div#education {}
div#interests {}

div.work-period {
	clear: both;
	margin: 10px;
}

div.skill-list {
	clear: both;
	margin: 10px;
}

div.education-period {
	clear: both;
	margin: 10px;
}

div.skill-list td {
	font: 9pt sans;
	color: #898;
}

p.work-description {
	text-align:center;
	clear: both;
	color: #889;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 8pt;
}

div.work-period h1, div.education-period h1 {
	font: bold 12pt sans;
	color: #bbb;
}
div.work-period h2, div.education-period h2 {
	padding: 0px;
	border: none;
	font: 11pt sans;
	color: #aab;
}
div.work-period h3, div.education-period h3 {
	font: 10pt sans;
	margin-bottom: 5px;
	color: #aab;
}

div.mcol {
	margin-left: 20px;
	margin-right: 20px;
}

div.mcol div.col1 {
	text-align: justify;
	float: left;
	right: 0px;
	width: 355px;
	position: relative;
}

div.mcol div.col2 {
	text-align: justify;
	float: left;
	width: 355px;
	right: -30px;
	position: relative;
}

div.project p {
	font: 9pt sans;
	color: #898;
}

div.project table {
	width: 100%;
	text-align: center;
}

div.project p.technologies {
	margin: 2px 10px 0px 10px;
	font: 8pt sans;
	color: #998;
	background: #010;
	padding: 2px;
}

div.project p.result {
	margin: 0px 10px 5px 10px;
	font: 8pt sans;
	color: #a88;
	background: #010;
	padding: 2px;
}

div.project {
	background: #121;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.project h1 {
	font: bold 10pt sans;
	color: #9a9;
	border-bottom: 1px dashed;
	margin-bottom: 2px;
}

#flow {
	margin-left: 50%;
}

#content {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: -400px;
	width: 800px;
	max-width: 800px;
	min-width: 800px;
	background: #192a19;
	border: 1px solid #444;
	-moz-border-radius: 10px;
}

