/*    Generated by Oscar by hand    */

body{
margin:0px; /* sets page to fill the screen  I think */
padding:0px;
line-height: 1em;
background: #ffffcc;
}


#header{
	margin-left: 0px;
	width: 100%;
	height: 140px;
 	border-style: double;
	border-width: 0px;
	float:left;
	text-align: center;
	padding-top: 0px;
	background: #ffffcc;
}

#flag{
    margin-left: 0px;
	width: 213px;
	height: 141px;
    float:left;
    background: #ffffcc;
}

#heading{
	margin-left: 0px;
	width: 100%;
	height: 150px;
 	border-style: double;
	border-width: 0px;
	text-align: center;
	padding-top: 20px;
	background: #ffffcc;
}

#heading h1{
	margin: 0px;
	font-size: 64px;
	text-align: center;
	padding-top: 6px;
}

#heading h2{
	font-size: 32px;
	text-align: center;
	padding-top: 1px;
}

#mid{ /* also behind  the menu */
float: left;
width: 100%;
background: #ffffcc;
}

#main{
margin-left: 150px; /*Set left margin to navbarWidth*/
max-width: 1800px;
max-height: 800px;
background: #ffffcc;
}

#menu{
float: left;
width: 150px; /*Width of left column*/
margin-left: -100%;
background: #ffffcc;
}

#footer{
clear: left;
width: 100%;
background: #ffffcc;
color: #000000; /* text colour */
text-align: center;
padding: 4px;
}


.texttype{
padding-left: 10px;
}
