/* CSS Document */

body {
	background: #EEE7E6 url(../images/page_bg.gif) repeat-y center;
	margin-top: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	background: #FFFFFF;
}

h5 {
	font-size: 20px;
	font-weight: normal;
	color: #8DBBD5;
	margin: 0px 0px 15px 0px;
}

p {
	margin-top: 0px;
}

a {
	color: #FF0066;
}

td#logo {
	padding: 35px;
	padding-bottom: 45px;
}

td#menu {
	text-align: right;
	vertical-align: bottom;
	padding: 0px 35px 45px 0px;
}

td#menu a {
	font-size: 14px;
	color: #634730;
	margin: 0px 8px;
	text-decoration: none;
}

td#menu a.on {
	color: #DF6181;
}

td#menu a:hover {
	text-decoration: underline;
}

td#left_content {
	line-height: 20px;
	padding-right: 40px;
}

td#center_index {
	background: url(../images/index_middle_bg.gif) no-repeat;
	text-align: right;
	vertical-align: bottom;
}

.portfolio td {
	vertical-align: middle;
	background: #685340;
}

td.project_description {
	vertical-align: top;
	background: #DFECF2;
	padding: 20px;
	font-size: 11px;
	color: #3A7B9E;
}

td.project_description h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

