#wrapper 
{
	margin:0px auto;
	background:#fff;
	text-align:left;
	min-width:700px;
	max-width:1200px;
	width:1024px;
	overflow:hidden;
}

#logo
{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	background-position: center;
	height: 150px;
	cursor: pointer;
}

#header 
{
	float: right; 
	width: 819px; /* wrapper 1024 - left 205 */ 
}

#footer 
{
	background:#008CD2;
	color:#FFF;
	clear:both;
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;
	width:100%;
	height: 18px;
}

#left 
{
	width:205px;
	float:left;
}

#leftcontent
{
	text-align:justify;
	margin-right: 12.5px;
	margin-left: 10px;
}

#middle 
{
	float:left;
	width:615px;
	/*margin-right:-410px; width of left and right columns */
}

#detail
{
	text-align:justify;
	padding:0px 0;
}

#content 
{
	/*margin-right:410px; width of left and right columns plus margins */
}

#right 
{
	width:204px;
	float:right;
}

/*div.leftcontent
{
	text-align:justify;
	padding: 10px 0px 10px 0px;
}*/

#rightcontent
{
	text-align:justify;
	margin-right: 11px;
	margin-left: 12.5px;
/*	padding-left: 7px;
	padding-top:0px;*/
}

#portal 
{
	background: #BDCC2A;
	text-align:center;
	color:#FFF;
	padding:3px;
}

#content, #wrapper 
{
	height:1%
}