/* defaults */

html, body {
	padding	: 0px;
	margin	: 0px;
	height	: 100%;
	width	: 100%;
	background-color	: #E9E9E9;
	}
	
body, td, div, input.text, textarea {
	font-family	:Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height	: 22px;
	font-weight: normal;
	color: #000000;
	}

h1, h2, h3, h4, h5, h6 {
	padding		: 0px;
	font-family	: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	}

h1 {
	font-size: 27px;
	color: #FFFFFF;
	margin-bottom: 10px;
	}
	
h2 {
	font-size: 21px;
	color: #FFFFFF;
	margin-bottom: 10px;
	}
	
h3 {
	font-size: 15px;
	color: #FFFFFF;
	}
	
img { border: 0px;}

td {
	text-align: left;
	vertical-align: top;
	}
	
p { margin: 0px;}

a {color: #000000;}
a:hover {color: #717F46;}

/* sitewide styles */

table#main {
	height: 100%;
	width: 997px;
	background-color: #FFFFFF;
	}
	
td#left-green-column {
	width: 50px;
	background-color: #717F47;
	}
	
td#middle-column-topnav{
	padding: 36px 0px 0px 36px;
	height: 65px;
	width: 603px;
	}
	
td#middle-column {padding: 15px 0px 0px 36px;}
	
td#middle-column-topnav a {
	font-size: 15px;
	margin-right: 17px;
	text-decoration: none;
	}
	
td#right-column-logo {
	width: 212px;
	text-align: right;
	}
	
td#right-column-content {
	padding: 180px 0px 0px 58px;
	}
	
td#right-column-content a {color: #717F47;}
td#right-column-content a:hover {color: #000000;}
	
td#footer {
	font-size: 13px;
	height: 20px;
	vertical-align: top;
	padding: 50px 0px 15px 37px;
	}

td#footer a {
	text-decoration: none;
	}
	
td#footer a:hover {text-decoration: underline;}

/* about */

div.about-media {
	height: 278px;
	width: 260px;
	float: left;
	text-align: left;
	line-height: 13px;
	}
	
div.about-media a {
	font-size: 11px;
	text-decoration: none;
	}
	
div.about-media a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
p#intro {padding: 10px 80px 0px 0px;}

td#right-column-about {
	padding: 60px 0px 0px 57px;
	line-height: 24px;
	}
	
td#right-column-about a {color: #717F47;}

td#right-column-about a:hover {color: #000000;}

/* all works pages */

table#works-table {
	margin-top: 20px;
	}

table#works-table td {
	width: 190px;
	padding-bottom: 30px;
	}

div.works-thumb {
	height: 182px;
	width: 180px;
	/*
	display: table-cell;
	vertical-align:middle;
	*/
	text-align: center;
	}

div.works-thumb img {
	display: block;
	margin: auto;
	}

div.works-detail {
	/*border: 1px solid #000000;*/
	vertical-align: top;
	text-align: center;
	/*display: table-cell;*/
	margin: auto;
	/*height: 600px;*/
	width: 600px;
	}
div.works-detail img { margin: 0px auto;display: block; }

td#right-column-detail { padding: 60px 60px 0px 57px; }
	
td#right-column-detail a {
	color: #717F47;
	font-weight: bold;
	line-height: 24px;
	}
	
td#right-column-detail a:hover {color: #000000;}

/* contact */

table#contact-table td {padding-bottom: 15px;}

table#contact-table td a {color: #717F47;}

table#contact-table td a:hover {color: #000000;}

td#right-column-contact {
	padding: 60px 60px 0px 57px;
	line-height: 18px;
	}
	
td#right-column-contact a {
	color: #000000;
	text-decoration: none;
	}
	
td#right-column-contact a:hover {text-decoration: underline;}

p#works-text {
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	}

a.thumb-hover img {
	opacity: .7;
	filter:alpha(opacity=70);
	display: block;
	margin-bottom: 20px;
	}
	
a:hover.thumb-hover img {
	opacity: 1;
	filter:alpha(opacity=100);
	}

