div#header
{
	width: 600px;
	height: 130px;
	border-bottom: #0000ff solid 2px;
}
		
/* Logo part*/
.logo
{
	width: 172px;
	height: 121px;
	background: #FFF url(../images/drawing.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: left;			
}
		
.topTextLogo
{
	position: relative;
	top: 3px;
}

.lowerTextLogo
{
	position: relative;
	top: 70px;
}
		
/* Site name part */
.siteName
{
	width: 360px;
	height: 60px;
	text-align: center;
	font-size: 24pt; 
	font-family: Verdana;
	font-weight: bold;
	border-bottom: #ffcc00 solid 2px;
	float: left;
}
		
div#middle
{
	width: 360px;
	position: relative;
	left: 25%;
	margin-left: -250px; /* half the width of the div */
}

.contentOverall
{
	width: 500px;
	height: 100%;
	border-bottom: #ff0000 solid 2px;
}		
.content
{
	width: 500px;
	height: 110px;
	text-align: center;
	margin-top: 50px;
}

.flag
{
	float:left; 
	width:33%;
}
