body,
	html {
		margin:0;
		padding:0;
		background:#EAEAE8;
		color:#000;
		font-family: Arial, Helvetica, sans-serif;
	}
	a:link              { color:#972224; text-decoration:none; }
  a:visited           { color:#972224; text-decoration:none; }
  a:hover             { color:#8B8B81; text-decoration:underline; }
  a:active            { color:#972224; text-decoration:underline; }
  
	body {
		min-width:750px;
		text-align: center;
	}
	#wrap {
		background:#F3F3F1;
		margin:0 auto;
		width:750px;
		text-align: left;
	}
	#header {
		background:#8B8B81; 
		height: 60px;
		border-bottom: 3px solid #fff;
	}
	#flags {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
	background:#8B8B81;
  }
	#nav {
		background:#BDD3E9;
		height: 25px;
		border-top: 3px solid #fff;
	}
	#pic {
		background:#fff;
		height: 150px;
	}
	#main {
		background:#fff;
		float:right;
		width:550px;
		font-size: 0.9em;
		min-height: 300px;
		padding-top: 15px;
	}
	#main p, #main h2, #main h3, #main h4 {
		padding:0 10px;
  }
  #main h2 {
    color: #972224;
    font-size: 1.2em;
  }
  #main h3 {
    color: #000;
    font-size: 1.2em;
  }
  #main h4 {
    color: #000;
    font-size: 0.9em;
  }
	#sidebar {
		background:#F3F3F1;
		float:left;
		width:200px;
		color: #972224;
		padding-bottom: 50px;
		font-size: 0.8em;
		margin-left: 0px;
		padding-top: 15px;
	}
	#sidebar ul {
		margin-bottom:0;
		list-style-type: disc;
  }

	#footer {
		background:#BDD3E9;
		clear:both;
		height: 12px;
	}
	
	.picrightfloat {
    float:right; 
  	padding:5px; 
  	text-align:center;
  	margin-left: 5px;
  	margin-bottom: 5px;
  	margin-right: 20px;
  	background-color: #E3E3DF;
  }

  .longrightfloat {
    float:right; 
  	padding:5px; 
  	text-align:center;
  	margin: 5px;
  	background-color: #E3E3DF;
  }

  #splash
  {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  background-color: #8B8B81;
  margin-top: 10px;
  min-height: 500px;
  border: 2px solid #fff;
  padding: 5px; 
  text-align: left; 
  }
  
  #splashpic {
    text-align: center;
    border: 2px solid #fff;
    width: 600px;
    height: 400px;  
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  table.center { margin-left:auto; margin-right:auto; text-align:center; color: #fff;}
  table.bcenter { margin-left:auto; margin-right:auto; text-align:center; color: #000;}
  table.hfs { margin-left:auto; margin-right:auto; text-align:left; color: #000;}
