@charset "utf-8";
/* CSS Document */


/* GLOBAL */

* {
	margin:0;
	padding:0;
}


html {
	width:100%;
	height:100%;
}

body {
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	display:table;	width:100%;
	height:100%;
}

/* STRUCTURAL */

#container {
	line-height:100%;
	overflow:visible;
	vertical-align:middle;
	display:table-cell;
	width:100%;
}


#content {
	position:relative;
	top:0;
	display:block;
	width:633px;
	min-height:400px;
	height:auto;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#portfolio {
	float:left;
	width:120px;
	height:60px;
	border:1px solid #000000;
	background-image:url(portfolio.png);
	margin-right:15px;
	margin-bottom:15px;
}

#other {
	float:left;
	width:120px;
	height:60px;
	border:1px solid #000000;
	background-image:url(other.png);
	margin-right:15px;
	margin-bottom:15px;
}

.clear {
	clear:both;
}

#about {
	position:absolute;
	top:100px;
	right:10px;
	width:380px;
	height:auto;
	padding-left:10px;
	border-left:1px solid #a0a0a0;
	visibility:hidden;
}

#contact {
	position:absolute;
	top:110px;
	right:10px;
	width:340px;
	height:180px;
	padding-left:10px;
	border-left:1px solid #a0a0a0;
	line-height:180px;
	visibility:hidden;
}

.hor {
	position:absolute;
	bottom:3em;
	width:633px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	height:30px;
	padding-top:10px;
	margin-top:30px;
}

.hor ul {
	float:left;
}

.hor li {
	float:left;
}

.hor div {
	float:right;
}

#license {
	position:absolute;
	bottom:0;
	width:633px;
	font-size:0.8em;
	text-align:center;
	margin-top:10px;
	line-height:2em;
}
	
	
/* FORMATTING */

a:link {
	color:#000000;
	text-decoration:none;
}
	
a:visited {
	color:#202020;
	text-decoration:none;
}
	
a:hover {
	color:#000000;
	text-decoration:underline;
}  

a:active {color:#000000;
text-decoration:underline;
}

h1 {
	width:690px;
	height:100px;
	background-image:url(planetitle.png);
	line-height:0px;
	color:#ffffff;
	text-align:right;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.1em;
	font-variant:small-caps;
	font-weight:normal;
	padding-right:10px;
	margin-left:-56px;
	margin-bottom:15px;
}


h2 {
	font-size:1em;
	color:#909090;
	text-align:center;
	line-height:10px;
	text-align:center;
	font-weight:normal;
	margin-bottom:5px;
	width:120px;
}

ul {
	list-style:none;
}

#about p {
	margin-bottom:7px;
	text-align:justify;
}

#contact p {
	margin-bottom:7px;
	text-align:center;
}