@charset "utf-8";
/* Layout */
html, body { height:100%;}

h3 {
	color:#FFF;
	border-bottom:solid 1px #FFF;
	font-size:14px;
	margin-top:0;
}

#header_keyline {
	float: left;
	height: 44px;
	width: 673px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#container {
	margin: 0 auto -130px;
	width:900px;
	min-height:100%;
	height: auto !important;
	padding:40px 30px 0px 30px;
	text-align:left;
}

#header {
	width:900px;
	height:80px;
	float:left
}

#nav {
	width:150px;
	padding:20px 0px 0px 0px;
	float:left;
}

#content {
	width:380px;
	padding:20px 0px 0px 20px;
	float:left;
}

#content_press {
	width:500px;
	padding:20px 0px 0px 20px;
	float:left;
}

#content_portfolio {
	width:730px;
	padding:20px 0px 0px 20px;
	float:left;
}

#right_space {
	height:300px;
	width:350px;
	float:left;
}

#footer {
	margin:0 auto;
	text-align:left;
	width:900px;
	height:100px;
	background-image:url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 50px center;
}

#footer_content {
	width:100px;
	margin-left:30px;
	border-top: solid 1px #000;
}

.push {height:100px;}

/*Typography*/
body {
	text-align:center;
	color:#000;
	font:11px georgia,serif;
	background-image: url(../images/back1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h2 {
	font-size:16px;
	border-bottom:solid 1px #000;
}
a {
	font-size:16px;
	font-style:italic;
	color:#000;
	text-decoration:none;
}
#content a {
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

li hr {
	height:1px;
	margin-top: 0px;
}

.quotes {color:#FFF; font-style:italic; font-size:14px;}

/*Links*/
a img {border:none;}
.press {border:solid 2px #FFF;}
li {
	display: block;
	line-height:25px;
	width:100px;
}
li:hover {
	border-bottom:solid 1px;
}
li:active {
	border-bottom:solid 1px;
}

