/* @group Body Structure  
-------------------------------------------------------------------------------------*/

#wrapper {
	position: relative; 
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 907px;	
}

#header {
	position: relative; 	
}

#design {
	position: relative; 
	height: 124px;
	background: url(images/logo.jpg) no-repeat left top;			
}

#main-menu {
	position: relative; 
	height: 146px;
	border-left: 1px solid #ffffff;	
}

#subMenu {
	position: relative;
	padding: 10px 0 0 0; 
	height: 25px;
}

#content {
	position: relative;
	padding: 0px 0 10px 0px; 
	min-height: 100px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 100px; /* IE6 Hack*/
	color: #565656;
	background: #ffffff url(images/text_bg.gif) repeat-y top left;
}

#left {
	position: relative;
	float: left;
	display: inline; /* IE6 Hack*/
	padding: 0;
	width: 630px;	
	min-height: 400px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 400px; /* IE6 Hack*/		
}

#right {
	position: relative;
	float: right;
	display: inline; /* IE6 Hack*/
	padding: 50px 4px 0 0;
	text-align: center;
	width: 240px;
	min-height: 200px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 200px; /* IE6 Hack*/	
}

#right img {
	border: 3px solid #ffffff;	
}


#footer {
	position: relative; 
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: url(images/footer.gif) repeat-x top left;		
}


/* @group Structure Div's  
-------------------------------------------------------------------------------------*/





