/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	overflow: hidden;
	
}

#blue {
	color: #094D86;
	font-weight: bold;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	

}
.footer {
	color: #ffffff;
	height:30px;
	font-family:  Arial, sans-serif;
	font-size: 10px;
	letter-spacing: -0.2px;
	text-align:center;

}

.footer p {
	text-align: center;
	font-size:10px;
	
}

.footer3 {
	color: #ffffff;
	height:50px;
	font-family:  Arial, sans-serif;
	font-size: 10px;
	letter-spacing: -0.2px;
	text-align:center;

}

.footer3 p {
	text-align: center;
	font-size:10px;
	
}



#main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 540px;
	margin-top: -270px;
	margin-left: -400px;
	z-index: 6000;
	
	}
	#maincontenttemp {
	width: 800px;
	float: left;
	height: 500px;
	background-image: url(content/parchmenttravel.png);
	background-repeat: no-repeat;
	background-position: center;
		z-index:3000;
}
#maincontent {
	width: 640px;
	float: left;
	height: 540px;
	background-image: url(content/parchment2.png);
	background-repeat: no-repeat;
	background-position: top;
	
}
#maincontentcontact {
	width: 640px;
	float: left;contact
	height: 660px;
	background-image: url(content/parchmentcontact.png);
	background-repeat: no-repeat;
	background-position: top;
	
}
#maincontent p, #maincontentcontact p
{
margin-left:20px;
margin-right:20px;
margin-bottom:10px;
margin-top:10px;
font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: -0.2px;
	text-align:justify;
}
#maincontent table, #maincontentcontact table
{
margin:20px;
font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	letter-spacing: -0.2px;
	text-align:justify;
}
#maincontent h1, #maincontentcontact h1
{
	margin:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009966;
	letter-spacing: -0.2px;
	text-align:justify;
	font-style: normal;
}
#leftcontent {
	width: 160px;
	height: 500px;
	float: left;
	
}
#top {
	height: 500px;
	
	
}
#toptest {
	height: 500px;
	
	
}
#top2 {
	height: 450px;
	
	
}
#top3 {
	height: 450px;
	
	
}
#topcontent {
	height: 660px;
	
	
}
#italics {
	font-style: italic;
}	
#logo {
   float:right;
  margin-left:20px;
}
#competition {
   	float:left;
	margin-right:10px;
	}
#subMenu a {
 color: #cc1414; text-decoration:none;
}

#innerHead {
  float: left;
  margin-top:15px;
  text-align: left;
}
#navtags {color: #cc1414;}
img
{  border-style: none; vertical-align:top;
}
li {padding-bottom:5px;  list-style: none;	color: #ff3399;}
a {

	color: #cc1414;

	text-decoration:none;

}


