@import url(http://fonts.googleapis.com/css?family=Mystery+Quest);

body {
	background: url(bg.jpg) #000 no-repeat;
	background-position:top center;
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif; 
//font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
	font-size: 15px;
	}

h3 {
	font-size : 122%;
}

h2 { float:left; }

h2 a { color: #fff; background-color: #0071b9; padding: 35px 15px 5px 15px; width: 120px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border: 1px solid rgba(0, 0, 0, 0.4);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #d4d4d4),
	    color-stop(0.62, #f0f0f0)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #d4d4d4 23%,
	    #f0f0f0 62%
	);
	
	-moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari, Chrome */
    border-radius: 15px; /* CSS3 */
}

h2 a:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); background-color: #00baff;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #e8e8e8),
	    color-stop(0.62, #ffffff)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #e8e8e8 23%,
	    #ffffff 62%
	);
}

a 	{
	text-decoration: none;
	color: #999999;
	}

a:current {
	color: #330099;
}

a:hover {
	color:#ffffff;
	}

header { height: 50px; padding: 0; width: 100%; 
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #e8e8e8),
	    color-stop(0.62, #ffffff)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #e8e8e8 23%,
	    #ffffff 62%
	);
 margin-bottom: 5px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); position: fixed; z-index: 10; float: left; }
#headercontainer, #contentcontainer { width: 960px; margin: 0 auto; position: relative; }
#contentcontainer { float: none; padding-top: 100px; }

nav { font-family: 'Mystery Quest', serif; width: auto; float: left; }
nav ul { position: absolute; right: 0; display: block; margin-top: 5px; }
nav ul li { display: inline; margin-left: 50px; }
nav ul li a { font-size: 32px; color: #000; }
nav ul li a:hover { color: #9b2d2d; border-bottom: none; }
	
#writing {
	width: 953px;
	text-align: justify;
	background: #232323;
	padding: 10px 30px 10px 30px;
	color:#ffffff;
	border: 5px ridge;
	border-color: #696969;
}

#countryLinks li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}


#countryLinks a
{
	color:#ffffff;
}

#countryLinks a:hover
{
	color:#5a9e86;
}

#blackbg {
	width:700px;
	border:5px double;
	border-color: 543B19;
	padding: 10px 30px 10px 15px;
	background-color:#000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	-khtml-opacity:0.7;
}

#p1 {
  display: block;
}
#p2 {
  display: none;
}
#p3 {
  display: none;
}
#p4 {
  display: none;
}
#p5 {
  display: none;
}
#p6 {
  display: none;
}
#p7 {
  display: none;
}
#p8 {
  display: none;
}
#p9 {
  display: none;
}
#p10 {
  display: none;
}
#p11 {
  display: none;
}
#p12 {
  display: none;
}
#p13 {
  display: none;
}
#p14 {
  display: none;
}

#ppldesc {
	width: 750px;
	text-align: justify;
	background: #232323;
	padding: 10px 30px 10px 30px;
	color:#ffffff;
	border: 2px solid;
	border-color: #999;
}