	/*Positioning*/
	body {
		margin:0px 0px 0px 0px;
		font-family:	tahoma, verdana, arial, sans-serif;
		font-size:		small;
	}

	#header {
		margin: 		15px 0px 0px 0px;
		padding: 		5px 0px 5px 10px;
		height:			57px; /* 50px + 5px + 2px = 57px [correct height] + [top padding] + [t b border widths] */
		border-style:	solid;
		border-color:	#000;
		border-width:	2px 0px 2px 0px;
		line-height:	11px;
		background:		#eee;
		voice-family: 	"\"}\"";
		voice-family:	inherit;
		height:50px; 	/* the correct height */
	}
		/*Opera rule*/
		body>#Header {height:50px;}

	#header a{
		float:			right;
		padding:		0px 10px 0px 5px;
	}
	
	a.menu{
		font-size: 80%;
	}	

	#right{
		background:		#F00;
	}

	#leftcontent {
		float:			left;
		width:			75%;
		background:		#fff;
		border-style:	solid;
		border-color:	#000;
		border-width: 	0px 2px 0px 2px; /* t r b l */
		margin: 		0px 10px 0px 10px; /* t r b l */
		padding: 		0px 10px 20px 10px; /* t r b l */
	}

	p.clear{
		clear				: both;
		height				: 0px;
		overflow			: hidden;
		margin				: 0px;
	}
	
	#rightcontent {
		background:		#fff;
		padding-bottom:	20px;
		border-style:	solid;
		border-color:	#000;
		border-width: 	0px 0px 0px 0px; /* t r b l */
		margin: 		0 0 0 80%; /* t r b l */
	}

	#wandd {
		vertical-align : middle;
	}

/* Hides from IE5-mac \*/
* html #rightcontent {height: 1%;}
/* End hide from IE5-mac */ 	
	
	#footer{
		clear: 			both;
		border-style:	solid;
		border-color:	#000;
		border-width: 	2px 0px 2px 0px; /* t r b l */
		text-align:		center;
		margin: 		0px;
		font-size:		x-small;
		background:		#eee;
		color:			#000;
	}

	#leftfooter{
		text-align: 	center;
		padding:		5px 0px 5px 0px;
	}

	/*----- Details ------*/

	img.mainhead{
		padding: 		5px 0px 0px 0px; /*t r b l*/
	}

	div.menuhead{
		margin: 		10px 10px 0px 0px; /* t r b l */
		font-weight:	600;
	 	border-style:	solid;
		border-color:	#000;
		border-width: 	2px 2px 2px 2px; /* t r b l */
		background: 	#EEE;
		color: 			#000;
	}

	div.menuoption{
	 	margin: 		0px 10px 0px 0px;
	 	border-style:	solid;
		border-color:	#000;
		border-width: 	0px 2px 0px 2px; /* t r b l */
	 	background:		#FFF;
	 	vertical-align:	middle;
	}

	div.content{
		padding: 		0px 0px 2px 5px;
	}

	div.image-right {
		float: right;
	}

	div.image-left {
		float: left;
	}

	div.image-text {
		width : 50;
		font-size : x-small;
	}
