/* CSS Document */
html{
	height: 100%;
	width: 100%;	
}

body{
	background-color: #667744;
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 100%;
	vertical-align: middle;
}

a{
	color: #4B4F30;
}

.full{
	height: 100%;
	width: 100%;
	vertical-align: middle;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.center{
	background-color: #EEBB00;
	height: 200px;
	width: 100%;
	margin: 0px;
	border: 2px;
	border-right: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: #883333;
	padding: 0px;
}

.bottom{
	width: 100%;
	text-align: right;
	background-color: #667744;
	font-family:"Times New Roman";
	font-style:italic;
	font-size:24px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: bottom;
}

.house{
	width: 267px;
	padding:0px;
	height: 200px;
}

td.logo{
	width: 254px;
	padding: 0px;
	padding-top: 1px;
	padding-right: 1px;
	text-align: center;
	background-color: #FFFFFF;
	valign: middle;
}

td.text{
	font-family:"Times New Roman", Times, serif;
	color: #883333;
	font-style: italic;
	vertical-align: top;
	font-size: 18px;
	padding-left: 10px;
}

td.red_bar{
	width: 2px;
	background-color: #883333;
}

td.navbar{
	vertical-align: top;
	height: 100%;
	width: 258px;
	background-image: url('images/architecture_bg.jpg');
}

td.main{
	background-image: url('images/house_bg.jpg');
	background-position: bottom left;
	background-repeat:no-repeat;
	font-family: "Times New Roman", Times, serif;
	color: #3B3F20;
	font-size: 16px;
	padding-top: 11px;
	padding-left: 15px;
	vertical-align: top;
	padding-right: 20px;
	text-align: justify;
	font-weight: bold;
	padding-bottom: 10px;
}

td.architecture_links{
	padding-top: 5px;
	padding-left: 17px;
}
a.architecture_links{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #ECB91F;
	text-decoration: none;
}
.architecture_list{
	color: #2B2F10;
	font-size: 18px;
}



a.architecture_links:hover{
	color: #FFD940;
	font-size: 21px;
}

.label{
	text-align: right;
	color: #000000;
}

.field{
	background-color: #C4D5AC;
}
