body		{	font-family: verdana, arial, sans-serif;
			font-size: 80%;	
			color: #000;
			text-align: center;
			background-color: #fff;
		}
* 		{	margin: 0;
			padding: 0;
		}
div#container	{	min-width: 760px;
			max-width: 960px;
			width: 760px;			
                        margin: -140px auto 10px auto;
			text-align: left;
			border: 1px solid #000;
			margin-bottom: 20px;
			background-image: url('/anglodutch/images/bg_tile.gif');
			background-repeat: repeat-y;
		}
div#header	{	width: 100%;
			overflow: hidden;
			background-image: url('/anglodutch/images/draft_bg.gif');
			background-repeat: no-repeat;
			background-position: right;
			background-color: #fff;
		}
div#header h1 	{	font-family: "Galliard BT", "Times New Roman", Times, serif;
			font-size: 2em;
			margin-top: .5em;
			color: #cc3333;
			line-height: 1.1em;
		}
div#header h2 	{	font-size: 1em;
			font-style: italic
		}
img#logo	{	float: left; 
			margin-right: 40px;
		}
img#topboat	{	position: relative;
			left: 265px;
			top: 13px;		
		}
div#menubar	{	background-color: #cc3333;
			color: #fff;
			font-weight: bold;
			padding: 2px;
			text-indent: 10px;	
		}
div#navbar	{	float: left;
			width: 130px;
			padding: 1em 10px 0 10px;
		}
div#navbar ul	{	line-height: 1.8em;
			list-style-type: none;	
			margin: 0 0 5px 0;

		}
div#navbar li	{	font-weight: bold;
			font-size: .85em;
			text-indent: 5px;		
		}
div#navbar li.top	{	color: #c00;
				font-size: 1em;		
		}
div#content 	{	margin-left: 170px; 
			padding: 20px 5px 5px 0;
		}

/* Hides from IE-mac \*/
* html #content {	height: 1%;
		}
/* End hide from IE-mac */


div#content h1	{	font-size: 1.3em;
			color: #06c;		
		}

div#content h2	{	font-size: 1.2em;
			color: #06c;		
		}
div#content h3	{	margin: .5em 0; 	
			font-size: 1.1em;
			color: #06c;		
		}
div#content p 	{	margin: 1em 0; 			
		}
div#footer	{	clear: both;			
			margin: 0;
			padding: 5px 0 10px 0;
			text-align: center;
			border-top: 1px solid #000;
			background-color: #4794D0;
			color: #fff;
		}
/*clearing options */

.clearfloat	{	width: 98%;
			overflow: hidden;
		}
A.nav:link 	{ 	font-family: Arial, Helvetica, sans-serif;
                	font-size: 12px; 
                	color: #ffffff; 
                	font-weight: normal;  
			text-decoration: none; 
             	}
A.nav:visited 	{  	font-family: Arial, Helvetica, sans-serif;
                	font-size: 12px; color: #cccccc; 
                	text-decoration: none;
			font-weight: normal;  
             	}
A.nav:hover 	{  	font-family: Arial, Helvetica, sans-serif;
                	font-size: 12px; color: #cccccc; 
                	text-decoration: underline;
			font-weight: normal;  
             	}
A.nav:active 	{  	font-family: Arial, Helvetica, sans-serif;
                	font-size: 12px; color: #00ff66; 
                	text-decoration: none;
			font-weight: normal;  
             	}

div#formcontainer 	{	margin: 25px 0 0 50px;
				width: auto;
			}
div#formcontainer form  {
			}

div#formcontainer div.clearform	{	padding: 5px 0px; 
					vertical-align: top;
					width: auto;
					overflow: hidden;
					margin: .5em 0;
				}
div#formcontainer form label {	width: 120px;	 
				float: left;
				margin-right: 10px;
			}

.formcaption 		{	font-size: .75em; 
			}	
div#formcontainer div.buttongroup 	{	float: left; 
						margin: 0px; 
						padding: 0px;
			} 
div#formcontainer div.buttongroup div 	{	margin-bottom: 5px; 
					} 
div#formcontainer div.buttongroup input	{	margin-right:5px;
					} 

.button		{	color: #fff;
			background-color: #36C;
			padding: .1em .5em;
			font-weight: bold;
			font-size: .85em;
		}
textarea	{	font-family: verdana, arial, sans-serif;
			font-size: 1em;
		}
.design		{	font-size: 1.1em; 
			color: #CC3333;
                	font-weight: bold;
		}
	
