body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57575A;
	line-height: 18px;
}

#box {
	width: 780px;
	height: 580px;
	margin: 30px auto auto auto;
	/*border: 1px solid black;*/
}

#top {
	display: none;
}

.hide {
	display: none;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
}

.content-view-full {
	margin: 0px;
	/*border: 1px solid red;*/
}

.attribute-long-ArticleLeftImg {
	float: left;
	width: 389px;
	height: 360px;
	background-color: #ECDCD1;
	/*border: 1px solid blue;*/
}

.attribute-ArticleLeftImg {
	float: left;
}

.attribute-long-MenuLeftImg {
	float: left;
	width: 389px;
	height: 360px;
	background-color: #ECDCD1;
	/*border: 1px solid red;*/
}

.attribute-MenuLeftImg {
	float: left;
}

.attribute-long-DailyMenu {
	float: left;
	width: 389px;
	height: 360px;
	background-color: #ECDCD1;
	/*border: 1px solid red;*/
}

.attribute-DailyMenu {
	float: left;
}

.attribute-content {
	margin: 50px 40px 0px 40px;
	/*border: 1px solid red;*/
}

.attribute-content-menu {
	margin: 50px 60px 50px 60px;
	/*border: 1px solid red;*/
}

.menuItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 16px;
	text-align: center;
	/*border: 1px solid red;*/
}

/* ORG TAGS */

h1 {
	font-size: 20px;
	line-height: 25px;
	font-weight: lighter;
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #57575A;
	/*border: 1px solid red;*/
}

a:hover {
	text-decoration: underline;
	/*border: 1px solid red;*/
}

.attribute-content h2 {
	font-size: 12px;
	margin: 15px 0px 0px 0px;
}


/* FEEDBACK_FORM */

.box {
	width: 300px;
}

.defaultbutton {
	border: 1px solid #57575A;
	background-color: #B6886C;
	margin-top: 10px;
}

/* MENU */

div#topmenu { 
	display: none;
}

/* BOTTOM MENU */

.bottomMenu {
	display: none; 
}


