body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	text-shadow: transparent 0 0 0px;
}

body, td {
	font-family: Arial, helvetica, Sans-Serif;
	color: #fff;
}

a, a:visited, a:active {
	color: #000;
	text-decoration: none;
	border-bottom: dotted 1px #ccc;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #000;
}

h1 {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

h2 {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	text-transform: lowercase;
	text-align: center;
}
h2 a, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #ffffff;
}
h2 a:hover {
	text-decoration: none;
	color: #ffd700;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #000;
}

#page {
	position: absolute;
	top: 0;
	left: 50%;
	width: 820px;
	height: 100%;
	margin: -30px 0 0 -410px;
	padding: 0 0 40px 0;
	background-color: #222;
	border: 1px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
}

#header {
	position: absolute;
	margin: 0px;
	padding: 40px 20px 20px 0px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	z-index: 10;
}
#logo {
	width: 200px;
	text-align: center;
	padding: 5px 10px 0 10px;
	float: left;
}
#logo a img, #logo a {
	border: none;
}
#header h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0;
	margin: 0;
	float: left;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 820px;
	height: 30px;
	margin: 0 0 0 -410px;
	padding: 0;
	font-size: 12px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	z-index: 11;
	background-color: #000;
	border: 1px solid #000;
}
#footer div {
	padding: 0 10px 0 10px;
}
#footer a {
	border: none;
	color: #ffd700;
	font-weight: normal;
}
#footer a:hover {
	border: none;
	color: #fff
}
#footer span {
	padding: 0 10px 0 10px;
	color: #333;
}

#menu {
	position: absolute;
	top: 161px;
	width: 100%;
	font-size: 16px;
	background-color: #111;
	display: block;
	overflow: hidden;
	z-index: 10;
}
#menu div {
	float: left;
	padding: 10px 20px 10px 20px;
	border-right: 1px solid #222;
}
#menu a {
	color: #ffd700;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
#menu a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
#menu div.sel {
	background-color: #fff;
}
#menu div.sel a {
	color: #000;
}
#menu .navi {
	display: none;
	border: none;
	padding: 10px 10px 10px 0;
	float: right;
}
#menu .navi a img, #menu .navi a:hover, #menu .navi a:hover img, #menu .navi a img:hover {
	border: none;
}
#menu .navi img {
	opacity: 0.5;
	border: none;
}
#menu .navi img:hover {
	opacity: 1;
	border: none;
}

#content_wrapper {
	margin: 200px 0 0 0;
	padding: 0px;
	overflow: hidden;
	display: block;
	width: 820px;
	min-height: 400px;
	max-height: 100%;
	z-index: 1;
}
#content {
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	background: #fff;
	color: #545454;
	font-size: 14px;
	z-index: 1;
}
#content a {
	color: #000;
}

.contentbox {
	float: left;
	display: block;
	overflow: hidden;
	margin-bottom: 200%;
	width: 820px;
	z-index: 1;
}
.placeholder {
	line-height: 20px;
	padding: 20px;
}
.placeholder p {
	padding: 0 0 5px 0;
	margin: 0;
}
.placeholder p.smaller {
	font-size: 14px;
	letter-spacing: -1px;
}
.placeholder p.black {
	color: #000;
}
#projects {
	width: 820px;
	margin-top: 0px;
	padding-top: 10px;
}

.project, .other {
	float: left;
	padding: 10px;
}
.other {
	padding-left: 15px;
}
.project a {
	margin-left: 15px;
	font-weight: bold;
}
.project img {
	margin: 10px;
	border: 10px solid #ededed;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
	box-shadow: 0px 0px 15px #999;
}
.other p {
	line-height: 17px;
}

.fixator {
	display: block;
	overflow: hidden;
	clear: both;
}
.left {
	position: relative;
	float: left;
}
.right {
	position: relative;
	float: right;
}
