﻿/* layout code, a special thanks to Alessandro Fulciniti ( http://blog.html.it/layoutgala/ )  */
body
{
/* fixes centering in ie*/
text-align:center;
}

#wrapper
{
    margin: 0 auto;
	width: 980px;
	text-align: left;
	/*width: 980px;*/
	/*height: 750px;*/
	/*border: solid 1px #f00;*/
}

#pagetitle {
height:57px;
}

#content 
{
	/*float: left;*/
	/*width: 670px;*/
	/*height: 625px;*/
	

}

#fullpage{
	/*height: 550px;*/
}

#flashcontent {
margin-bottom: 20px;
}

#secondarymenu img {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;

}

#mainMenuH
{
/*width:750px;*/

}

#right {
float: right;
width: 150px;
}

#left
{

	/*clear: both;
	display: none;	
	width: 291px;
	height: 653px;*/
	width:191px;
	float: left;


	
	
}

#widepage
{
	/*display: none;*/
	/*float: right;*/
	float: left;
	/*background-color: fuchsia;*/
	width: 740px;
}

#models
{
	/*display: none;*/
	/*float: right;*/
	/*background-color: fuchsia;*/
	width: 740px;
}

#center 
{
	/*display: none;*/
	/*float: right;*/
	float: left;
		width: 570px;
}
#header
{
	width:980px;
	height: 63px;
}
#footer
{
	/*clear: both;*/
	height: 39px;
}

