body {
	background-color: #f8f2dd;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
#page {
	margin: 0 auto;
	width: 1023px;
	text-align: left;
	color: #FFFFFF;
}
#header {
	height: 235px;
	padding: 0px;
	margin: 0px;
}
#content {
	background-image:url(img/design2_05.jpg);
	background-repeat: repeat-y;
	min-height: 498px;
	padding-left: 180px;
	padding-right: 180px;
}
#intro {
	float: right;
	width: 450px;
}
#footer {
	background-image:url(img/design2_06.jpg);
	background-repeat: no-repeat;
	min-height: 132px;	
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
	margin-bottom: 30px;
}
#menu {
	float: left;
	width: 184px;
	background-color: #38342b;
	font-size:12px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.linkinside{
color: blue;
text-decoration: none;
}

.nobr {
    white-space: nowrap;
}
