@charset "utf-8";
/* CSS Document */

body {
	background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	margin: 50px 0 0 0;
	line-height: 23px;
}

a {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, Arial;
	font-size: 22px;
	font-weight: normal;
	color: #0033FF;
	letter-spacing: -1px;
}

h2 {
	font-family: Georgia, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #0000CC;
}

h3 {
	
}

input, textarea {
	font-family: Arial, helvetica;
	font-size: 12px;
	color: #333;
}

#main {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
}

#content {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	padding: 20px;
}

#navigation {
	position: absolute;
	height: 25px;
	left: 280px;
	top: 30px;
	font-family: "Lucida Sans Unicode", Georgia, Arial;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -1px;
	background-color: #F0F0F0;
}

#navigation .navigationitem {
	width: 75px;
	text-align: center;
}

#navigation a {
	color: #0000E6;
	text-decoration: none;
}

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

#spacer_grey {
	background-color: #CCCCCC;
	position: relative;
	width: 100%;
	height: 10px;
}

#spacer_top {
	background-image: url(../gfx/spacer_top.gif);
	position: relative;
	width: 100%;
	height: 10px;
}

#spacer_bottom {
	background-image: url(../gfx/spacer_bottom.gif);
	position: relative;
	width: 100%;
	height: 10px;
}

#footer {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	padding: 15px 20px 20px 20px;
	color: #777;
}

#footer_content_left {
	position: relative;
	float: left;
	width: 500px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: left;
}

#footer_content_right {
	position: relative;
	float: left;
	width: 300px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: right;
}

.portfolioitem {
	border: 0px;
}

.email {
  font: 1.1em arial, verdana, sans-serif;
  border: 1px solid #ddd;
  background: url(../gfx/bg-buttons.gif) repeat-x;
  color: #444;
  line-height: 17px;
  padding: 2px;
  overflow: visible;
  text-decoration: none;
  margin: 1px;
}

.button {
  font-family: Arial, verdana, sans-serif;
  font-size: 13px;
  border: 1px solid #bbb;
  background: url(../gfx/button_background.gif) repeat-x;
  color: #444;
  line-height: 17px;
  padding: 4px;
  overflow: visible;
  text-decoration: none;
  width: 120px;
  margin: 1px;
}