/*------------CSS layout Main Pages---------------------*/
	

Body
{
margin: 0px 5% 5%;
}

#Header
{
position: relative;
width: 800px;
height: 100px;
}

#TopBar
{
position: relative;
margin-bottom: 20px;
width: 800px; 
height: 30px; 
}

#Menu
{
position: relative; 
width: 220px; 
height: 400px; 
float:left;
}

#BodyText
{
position: relative; 
width: 580px;
float:left;
}

#Footer
{
position: relative; 
width: 800px;
float:left;
}

#layout
{
Float:left;
}

#popup
{
position: relative;
top: 130px;
text-align: center;
}

#popup1
{
position: absolute;
left: 350px;
top: 130px;
width: 400px;
height: 224px;
}

/*------------End CSS layout---------------------*/