body {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font-size: 100%;
	line-height: 170%;
}



table.layout {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

td.layout {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

td.layout#mainmenu_item {
	background-color: #333333;
	padding: 4px;
}

td.layout#mainmenu_item_active {
	background-color: #F8F7F0;
	padding: 4px;
}

td.layout#mainmenu_top {
	background-color: #F8F7F0;
	text-align: center;
}


table.data {
	border: 0px;
	border-collapse: collapse;
	table-layout: auto;
}

td.data {
	padding: 15px;
	margin: 5px;
	vertical-align: top;
}


/* ========== ANCHORs ========== */
a {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0066CC;
	font-size: 100%;
	
}

a:visited {
	text-decoration: underline;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
	color: #6799CB;
}

a:active {
	text-decoration: underline;
	color: #0066CC;
}





/* ========== DIVs ========== */
div {
	display: block;
}

div#header {
	clear:both;
	background-color: #F8F7F0;
	height: 94px;
	vertical-align: middle;
	text-align: center;
}

div#mainmenu {
	background-color: #99CC00;
}

#mainmenu_item a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #F8F7F0;
	font-size: 80%;
	font-weight: bold;
}

#mainmenu_item_active {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 80%;
	font-weight: bold;
}

#mainmenu_item_active a{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}
	
div#body {
	clear:both;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

#body h1 {
	margin: 0;
	padding: 30px 0 0 7%;  
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 250%;
}

div#portfolio {
	padding: 30px 0 0 10%;  
	width: 50%;
}

#portfolio p {
	font-size: 105%;
	padding: 10px 0 30px 0;
}

span#museum  {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	text-decoration: stroke;
	color: #AAAAAA;
	font-size: 100%;
}

em#desc {
	display: block;
	font-size: 100%;
	padding-left: 30px;
}


#bottom td {
	text-align: center;
	margin: 0;
	padding: 30px;  
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
}