body {
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat;
	font-size: 10pt;
	color: #d9ddde;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #d9ddde;
}

p {
	line-height: 13pt;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 14pt;
	letter-spacing: -1px;
	padding-bottom: 2px;
	border-bottom: solid #d9ddde 1px;
	margin-bottom: 20px;
	font-weight: lighter;
}

#container {
	background-image: url(../images/overlay.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#banner {
	height: 43px;
	background-image: url(../images/top_bar.png);
	margin-bottom: 129px;
}

#mainframe {
	width: 646px;
	margin: auto;
}

#header {
	height: 10px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
}

#footer {
	height: 10px;
	background-image: url(../images/bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 50px;
	clear: both;
}

#contentframe {
	padding-left: 10px;
	padding-right: 10px;
	min-height: 291px;
	float: left;
	background-image: url(../images/bg.png);
}

#main_links {
	float: right;
}

#main_links li {
	float: left;
	padding: 13px 16px 0px 16px;
}

#main_links li a {
	color: #818f95;
	letter-spacing: -1px;
	font-size: 12pt;
}

#main_links li a:hover {
	color: #d9ddde;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9ddde;
}

#img_navigation {
	float: right;
	margin-top: -122px;
	margin-right: 40px;
}

#links {
	width: 121px;
	float: left;
}

#content {
	width: 472px;
	float: left;
	padding: 15px;
}

#portfolio {
	width: 502px;
	height: 291px;
	float: left;
}

q {
	font-style: italic;
	float: right;
}

#links li {
	padding: 7px;
	padding-bottom: 9px;
	background-image:url(../images/dots.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#links li, #links li a {
	letter-spacing: -1px;
}

#picture {
	float: right;
	border: 1px solid #d9ddde;
	margin: 0px 0px 5px 5px;
}

form input {
	border:1px solid #739aa2;
	padding-left:6pt;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom:0.6em;
	width:160px;
	margin-top: 8px;
	color: white;
	background: transparent;
	background-image: url(../images/low_opacity.png);
}

form textarea {
	width:222px;
	height:62px;
	margin-top: 8px;
	border:1px solid #739aa2;
	padding:0.6em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background: transparent;
	background-image: url(../images/low_opacity.png);
}

form #button {
	padding-right:0.5em;
	cursor:pointer;
	width:80px;
	background-color: black;
	background: transparent;
	background-image: url(../images/low_opacity.png);
	border: 1px solid #739aa2;
}

.formfocus {
	background-image: url(../images/top_bar.png);
}

.formblur {
	background-image: url(../images/low_opacity.png);
}

form #button:hover {
	background-image: url(../images/top_bar.png);
}
