@charset "utf-8";
/* CSS Document */

/* Typography and Color*/
* {
	margin: 0;
	padding: 0;
}
html { width: 100%; height:100%;}
body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: url(../images/bg_119629.png);
	height:100%;
	margin:0;
	padding:0;
}

a:link { color: #000; text-decoration: none; background: #F1F1F1;}
a:visited { text-decoration: none; color: #666666; background: #F1F1F1;}
a:hover {text-decoration: line-through; color: #000; background-color: #F2F5C3;}
a:active { text-decoration: none; color: #e8f005; background-color: #000; background: #F1F1F1;}

/* The Page Itself */
#content {
	float: left;
	position: absolute;
	left: 40px;
	width: 700px;
	height: auto;
}

#page {
	clear: left;
	margin-top: 15px;
}


#header {
	height: 150px;
	font-size: 11px;
	padding-bottom: 5px;
	margin: 20px 0 5px 0;
}

#header-logo {
	float: left;
	display: inline;
}

#header-text {
	float: left;
	width: 500px;
	margin: 40px 0 0 50px;
	line-height: 1.3em;
}

#links{
	overflow: auto;
	border-bottom: 2px dotted;
	padding-bottom: 7px;
	margin-bottom: 2px;
}

.links-1, .links-2 {
	font-size: 1.1em;
	float: left;
	margin-right: 50px;
}

h1, .work-header{
	color: #727169;
	font:  1.8em Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

#section-title {
	padding-bottom: 10px;
	font-size: 11px;
	margin-bottom: 10px;
	border-bottom: 2px dotted;
}

#section-title h1 {
	font:  3em Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
}

.work-header {
	margin-bottom: 5px;
	letter-spacing: -1px;
}

.work-image {
	margin-bottom: 5px;
}

.work { 
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	border-bottom: 2px dotted;
	padding: 10px 0 15px 0;
	margin-bottom: 15px;
	font-size: 11px;
}
