body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#page {
	
}

#header {
height: 150px;
border-bottom: solid 2px #999999;
position: relative;
}

#header #name_container {
position: absolute;
top: 90px;
left: 0;
width: 100%;
background-color: #EAEAEA;
height: 30px;
}

#header #name_container #name {
	position: absolute;
	left: 130px;
	font-size: 24px;
	font-weight: bold;
}

#header #image {
position: absolute;
top: 15px;
left: 15px;
width: 800px;
}

#content {
	padding: 15px;
position: relative;
min-height: 415px;
}

#content a:link, a:visited {
color: #000099;
text-decoration: none;
border-bottom: dotted 1px;
}

#content a:hover, a:active {
color: #CC0000;
text-decoration: none;
border-bottom: dotted 1px;
}

#whoiam {
position: absolute;
width: 550px;
}

#whoiam h1 {
padding: 0;
margin: 0 0 5px 0;
font-size: 18px;
}

#whoiam ul {
margin: 0;
margin-top: 10px;
padding: 0;
padding-left: 8px;
list-style: none;
}

#whoiam li {
padding: 0;
margin-bottom: 10px;
}

#contact_me {
position: absolute;
top: 0;
right: 0;
font-size: 11px;
padding: 8px;
height: 100%;
background-color: #EAEAEA;
border-left: solid 1px #CCCCCC;
border-bottom: solid 1px #CCCCCC;
}
#contact_me input {
font-size: 11px;
width: 200px;
}
#contact_me textarea {
font-size: 11px;
width: 200px;
height: 80px;
}
#contact_me #submit {
width: auto;
}
#contact_me h1 {
font-size: 18px;
padding: 0;
margin: 0 0 5px 0;
}
#contact_me_wrapper {
	position: absolute;
	top:0;
	right: 0;
	height: 100%;
}
#loading {	
	background-color:#BB0000;
	color: #FFFFFF;
	font-weight: bold;
	display: none;
	padding: 4px;
}