body {
	font: italic 0.8em georgia;
	color: #666;
	background-color: #000;
	background-image: url('../images/bg.gif');
	margin: 0;
	text-align: left;
	
}

a:link {
	font: italic 1em georgia;
	color: #fff8c1;
	text-decoration: none;
	display: inline;
}

a:visited {
	color: #fff8c1;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #fff8c1;
	text-decoration: none;
}

table {
	 border: 0;
	 width: 900px;
	 padding: 0 15px;
	 background-color: #111;
	 background-image: url('../images/color.gif');
	 background-repeat: no-repeat;
	 text-align: left;
}

img {
	border: 0;
}

hr {
	border: none 0; 
	border-top: 1px dotted #333;
	height: 1px;
	margin: 0;
	padding: 0;
}

.infoBox {
	/*border: 1px dotted #222;*/
	border-bottom: 1px dotted #222;
	/*background-color: #0d0d0d;*/
	padding: 5px 0px;
	margin: 50px 0 0 0;
	vertical-align: middle;
}

.box {
	height: 7px;
	width: 14px;
	display: inline;
	float: right;
}

.contact {
	color: #93ad00;
}

.cross {
	color: #333;
}

.descript {
	margin: 0;
	padding: 10px 322px 10px 0px;
	font: 0.9em helvetica;
	/*background-color: #0d0d0d;*/
	/*background-image: url('../images/block.gif');*/
}

.header {
	padding: 25px 0px 0 0px;
}

.project {
	color: #93ad00;
	font: 1.7em georgia;
	display: inline;
	padding: 5px 10px 5px 0;
}

.roles {
	color: #fff8c1;
	font: 1em georgia;
	display: inline;
	float: right;
	margin-top: 8px;
}

#name {
	color: #fff;
	font: 3em georgia;
	margin: 0 0 0 0;
}
#skills {
	color: #999;
	font: 1.5em georgia;
	margin: 0 0 20px 0;
}

.next {
	margin: 20px 0;
	padding: 10px;
	float: right;
	display: inline;
	border: 1px dotted #222;
	background-color: #000;
}
.previous {
	margin: 20px 0;
	padding: 10px;
	float: left;
	display: inline;
	border: 1px dotted #222;
	background-color: #000;
}

#copyright {
	color: #666;
	font: italic 0.8em georgia;
	text-align: center;
	display: block;
	margin: 50px 0 25px 0;
}