@charset "utf-8";
/* CSS Document */

body {
 background-color:#634731;
 color: #2c170a;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px; 
 text-align:justify;
 }
 
p {  
	text-align: justify;
	padding: 0px 10px 0px 10px;
	}
	
		
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px; 
	font-weight: bold;
	color: #816ccb;
	}
	
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px; 
	font-weight: bold;
	color: #3e58cf;
	}
	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px; 
	font-weight:200;
	color: #3e58cf;
	}
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: none; 
	color: #21409a;
	}
	
		
a:visited { 
	text-decoration: none; 
	color: #a2238f;
	font-size:12px; 
	}
	
 a:hover, a:active {
	text-decoration: none; 
	color: #8ac63f;
	font-size:12px; 
	}
	
#container {
	width:1000px;
	margin-left:-10px;
	margin-top:-10px;
	background-image:url(images/bg_image.jpg);
	background-repeat:no-repeat;
	height:600px;
 }
 
 #logo {
 height:135px;
 width:250px;
 position:relative;
 left:500px;
 top:-20px;
 }
 
 #nav_bar {
 height:36px;
 width:459px;
 position:relative;
 left:20px;
 top:60px;
 }
 
 #organisers_logos {
  height:150px;
  width:270px;
  position:relative;
  left:20px;
  top: 230px;
  float:left;
  color:#FFFFFF;
  font-size:11px;
  text-align:left;
  padding:10px 0px 10px 0px;  
 }
 
  #main_content {
  height:auto;
  width:450px;
  position:relative;
  top:-20px;
  float:right;
  padding-right:200px;
  
 }
 
 #top_paper {
 background-image:url(images/paper_bg_top.png);
 background-repeat:repeat-y;
 background-position:center;
 padding:0px 45px 0px 45px;

 }
 
 #bottom_paper {
 background-image:url(images/paper_bg_bottom.png);
 background-repeat:no-repeat;
 background-position:center;
 height:78px;
 padding:0px 45px 0px 45px;
 }
 
 #poster {
  padding:0px 45px 0px 45px;
 }
 
  .blurb {
  padding:0px 45px 0px 45px;
  color:#FFFFFF;
 }

  .blurb a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration: none; 
	color: #fdc90b;
	}
	
	.blurb a:visited { 
	text-decoration: none; 
	color: #2c170a;
	font-size:12px; 
	}
