@charset "UTF-8";
a
{
  outline: none;
}
html {
	height: 100%;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #ececec;
}
.fullheight {
	height: 100%;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin-bottom: 2em;
	left: 30%;
	list-style-type: none;
	position: absolute;
	top: 200px;
	float: left;
}
ul#portfolio li img{
	list-style-type: none;
}
#logo {
	top: 20%;
	position: absolute;
	height: 50px;
	width: 200px;
	right: 0%;
	z-index: 1;
}
#leftColumn {
	background-color: #FFF;
	height: 100%;
	width: 30%;
	display: block;
	position: absolute;
	top: 0px;
}
#rightColumn {
	position: absolute;
	height: 100%;
	background-image: url(../images/spacer.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 780px;
	top: 0px;
	left: 30%;
	display: block;
}
#contact {
	width: 100%;
	position: absolute;
	top: 0px;
	text-align: right;
	z-index: 1;
}
