/* CSS Document */
/* author: V.J.Oord */

body {
		font-family:Verdana, sans-serif; 
		font-size:10pt; 
		color: #000000;
		background-image:url(../img/backgr.gif);
		background-color:#FCE476;
		}

a:link {
		color:#923;
		text-decoration:underline;
		}

a:hover {
		color:#966; 
		text-decoration:underline; 
		}

a:visited {
		color:#999; 
		text-decoration:underline; 
		}

#wrapper { margin: 0 auto; width:770px;  }
#rightpane {  text-align:center; float:left; width: 510px; }

img	{
		border: none;
		}

.header	{
		border: 1px solid #000;
		float:left;
		margin-right: 5px;
		}

ul#flags {}
ul#flags li {  display: inline; padding-left: 20px; line-height: 30px; border:1px solid #fab; }

p.rightflags {  width: 170px; display:inline; float: right; margin-right:70px;}
p.leftflags {  width:170px; display:inline; float:left; margin-left:90px}


