@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html, body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: white;
}

#container {
	width: 800px;
	min-height: 100%;
	margin: 0px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

h1 {
	color: white;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

h2 {
	color: white;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 5px 0px;
}

p {
	padding-bottom: 13px;
}

ul, ol {
	padding-left: 20px;
	margin-left: 20px;
}

a.button {
	background-color: #333333;
	-webkit-border-radius: 11px 11px;
	-moz-border-radius: 11px 11px;
	border-radius: 11px 11px;
	border: 0px;
	padding: 4px 45px 4px;
	color: white;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	text-align: center;
	text-shadow: 0px 0px 0px black;
	cursor: pointer;
}

/* Forms ////////////////////////////////////////////////////////// */

.forms_left {
	display: inline;
	float: left;
	width: 255px;
}

.forms_right {
	float: left;
	width: 230px;
}

.submit_it {
	background-color: #333333;
	-webkit-border-radius: 11px 11px;
	-moz-border-radius: 11px 11px;
	border-radius: 11px 11px;
	border: 0px;
	padding: 4px 45px 4px;
	color: white;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	text-align: center;
	text-shadow: 0px 0px 0px black;
	cursor: pointer;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 5px 13px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 13px 5px 0px;
   display: inline;
   float: left;
}

/* Header ////////////////////////////////////////////////////////// */

#header {
	width: 800px;
	height: 41px;
	margin-bottom: 49px;
}

#logo {
	width: 200px;
	height: 31px;
	padding: 10px 0px 0px 0px;
	display: inline;
	float: left;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	width: 600px;
	height: 41px;
	position: relative;
	float: right;
	text-align: right;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	height: 41px;
	float: right;
}

#nav ul li {
	padding: 0px 2px 0px 0px;
	margin: 0;
	display: block;
	float: left;
}

#nav li a {
	padding: 10px 10px 0px 10px;
	border: 0;
	display: block;
	float: left;
	height: 31px;
	color: white;
}

#nav li a:hover {
	border: 0;
	display: block;
	color: white;
	text-decoration: underline;
}

/* Portfolio ////////////////////////////////////////////////////////// */

#portfolio {
	position: absolute;
	width: 35px;
	height: 130px;
	background: transparent url(../images/portfolio.png);
	top: 79px;
	left: -54px;
}

.portfolio_piece {
	width: 776px;
	height: 120px;
	background: url(../images/white.png);
	margin-bottom: 30px;
	padding: 12px;
}

.portfolio_piece_inside {
	width: 256px;
	height: 120px;
	background: url(../images/white.png);
	margin-bottom: 30px;
	padding: 12px;
}

.portfolio_image {
	padding: 0px;
	margin: 0px 13px 0px 0px;
	display: inline;
	float: left;
	border: 3px solid white;
}

.inside_image {
	padding: 0px;
	border: 3px solid white;
}

/* Content ////////////////////////////////////////////////////////// */

#left {
	display: inline;
	float: left;
	width: 250px;
}

#right {
	float: right;
	width: 520px;
}

#inside_left {
	display: inline;
	float: left;
	width: 250px;
}

#inside_right {
	float: right;
	width: 500px;
}