/* styles for IE 5 Mac */
#Boxcenter 
{
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}
 
/* following rules are invisible to IE 5 \*/
#Boxcenter 
{
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -290px;
   text-align: center;
   min-width: 762px; 
}
/* end IE 5 hack */ 
	  
#Box {
	background-color: #ffffff;
	position: relative;
	text-align: left;
	width: 762px;
	height: 580px;
	margin: 0px auto;
}	

.Logo 
{
	position:absolute;
	top: 0px;
	left: 0px;
	height: 70px;
	width: 112px;
	overflow: visible;
}

.MenuContainer
{
	position:absolute;
	overflow:visible;
	top: 47px;
	height: 26px;
	left: 125px;
	width: 626px;
	color: #FFFFFF;
}

.Menu1Item
{
	overflow: visible;
	float: left;
	display: block;
	padding: 2px;
}

#ContentBack {
	text-align: left;
	position: absolute;
	top: 87px;
	left: 134px;
	overflow: visible;
	width: 637px;
	height: 492px;
	background-color: #989482;
}

div.ContentContainer
{
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 77px;
	left: 124px;
	overflow: visible;
	width: 638px;
	height: 492px;
	color: #444444;
	border-style: dotted;
	border-width: 1px;
	border-color: #989482;
	background-color: #ffffff;

}

/* IE Hack: 2px border in IE, 1px in Firefox, since IE doesn't allow 1px dotted! */
* html div.ContentContainer {
	/*border-width: 2px;*/
	border-style: solid;
	border-color: #c0beb4;
}


#Content {
	position:absolute;
	width: 632px;
	height: 492px;
	z-index: 2;
	overflow: auto;
	left: 6px;
	top: 0px;
}

/* IE Hack: */
* html #Content {
	width: 638px;
	left: 0px;
}
/* End IE Hack: */

#Content a
{
	text-decoration: none;
	color: #989482;
}
#Content a:hover
{
	text-decoration: none;
	color: #6E6458;
}




#Content_1x1 {
	width:130px;
	z-index:1;
	height: 100px;
	float: left;
	margin: 10px;
	overflow: hidden;
	background-color: #ffffff;
}
#Content_2x1 {
	width:280px;
	z-index:1;
	overflow: hidden;
	height: 100px;
	float: left;
	margin: 10px;
	background-color: #ffffff;
}
#Content_1x2 {
	width:130px;
	z-index:1;
	overflow: hidden;
	height: 220px;
	float: left;
	margin: 10px;
	background-color: #ffffff;
}
#Content_2x2 {
	width:280px;
	z-index:1;
	overflow: hidden;
	height: 320px;
	float: left;
	margin: 10px;
	background-color: #ffffff;
}
#Content_2x4 {
	width:580px;
	z-index:1;
	overflow: hidden;
	height: 460px;
	float: left;
	margin: 10px;
	background-color: #ffffff;
}
#Content_3x4 {
	width: 260px;
	z-index:1;
	overflow: hidden;
	height: 460px;
	float: left;
	margin: 10px;
	background-color: #fafafa;
}
#Content_4x4 {
	width: 580px;
	z-index:1;
	overflow: hidden;
	height: 8000px;
	float: left;
	margin: 10px;
	background-color: #ffffff;
}
#Comment {
	position:relative;
	width:100%;
	height:10px;
	z-index:1;
	float: inherit;
	left: 0px;
}

img {border: 0px;}
