
html, body, #page {
	height: 100%;
}

body {
	background:url(images/light-marble.jpg) center top #e7e7e7;
	margin:0;
	padding:0;
	font-family:Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
img {
	border:none;
	}
table{
	background:url(images/page_background.jpg) repeat-y center top #b5b1a6;
	border-collapse:collapse;
	}

#nav {
	margin:0 40px;
	background:#fff;
	}
/*#nav a:link {}
#nav a:hover {
	background:url(images/nav_bg.gif) repeat-x top left #fff;
}*/
#article {
	margin:20px 60px;
	color:#fff;
	text-align:left;
	}
#article h1, #article h2, #article h3, #article ul, #article dl, #article p, #article form {
	padding-left:180px;
	}
#article h2, #article h3 {
	margin-bottom:-.5em;
	}
#article .sidebar {
	float:left;
	width:60px;
	}
dt {
	font-weight:bold;
	float:left;
}
dd {
	margin-left:4em;
}	
legend {
	font-weight:bold;
}
label {
	display:block;
}
fieldset input, fieldset textarea {
	display:block;
	width:75%;
}
input {
	margin-bottom:15px;
}
fieldset {
	padding:15px;
}
#foot {
	font-size:.8em;
	text-align:left;
	margin-left:70px;
	vertical-align:middle;
	color:#fff;
	}
#logos img {
	padding:10px;
	}
.context {
	display:none;
}
#portfolio_template p {
	width:477px;
	}