

/* body and layout */

	body {
background-color: #000;
background: url(images/bkg.gif);

}
	
	#container {
margin: auto;
width: 950px;
height: auto;
min-height: 740px;
padding: 0px;


}

	#header {
margin:auto;
width: 900px;
height: 343px;
font-size: 100px;
color: #ffb400;
background: url(images/plb_header.png) no-repeat;


}


	#language {

	float: right;
	
	}

#sidebg {
background: url(images/border_bg.png) repeat;
background-position: left top;
float: left;
height: auto;
width: 950px;
}



#navbar {

height: 80px;
background: url(images/terrain_tile_grass.png) repeat;
width: 900px;
text-align: center;
margin: auto;
margin-top: 0;
}

#navitems {
width: 600px;
height: 90px;
margin: auto;
text-align: center;
}

.navitem {
color: #65513f;
text-align: center;
font-family: 'Pacifico', cursive;
font-size: 25px;
background: url(images/nav_item.png) no-repeat;
width: 155px;
height: 50px;
float: left;
margin: auto;
padding: 30px 20px 0 0;
}

.navitem_free {
color: #65513f;
text-align: center;
font-family: 'Pacifico', cursive;
font-size: 25px;
background: url(images/nav_item_free.png) no-repeat;
width: 155px;
height: 50px;
float: left;
margin: auto;
padding: 30px 20px 0 0;
}


#navbar a:hover {
color: #e762ac;
}

.left_column{
	width: 450px;
	padding-right: 150px;
	margin-bottom: 20px;
	float: left;
}
.right_column{
	width: 300px;
	float: left;
}
.full_width{
	margin: 30px 0 0 0;
	clear:both;
}
.center_img{
	text-align:center;
	display:block;
	padding: 10px;
}
.screenshot{
	width: 231px;
	height: 304px;
	padding: 6px;
}
#line {
height: 4px;
width: 800px;
text-align: center;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
margin: auto;
	
}

#content {

width: 900px;
text-align: left;
min-height: 1000px;
margin: auto;

}
#youtube{
	width:800px;
	text-align:center;
	margin-left: 75px;
}
#contentbottom {

background: url(images/grass_bottom_space.png) repeat-x;
width: 900px;
margin-left: 25px;
height: 25px;
float: left;
padding-bottom: 25px;
}




	#footer {
width: 900px;
height: 150px;
clear: both;
color: #ccc;
font-family: arial, Helvetica,sans-serif; 
margin: auto;
text-align: center;
font-size: 14px;
background: url(images/footer_bg.png) no-repeat;
margin-top: 25px;
padding-top: 30px;

}

#footer a {
color: #ffb400
}




/* fonts and such*/

	h1 {
font-size: 100px;
margin: auto;
text-align: center;
font-family: 'Pacifico', cursive;

}

	h2 {
font-size: 40px;;
margin: auto;
font-family: 'Lato', sans-serif;
font-weight: 300;

color: #000;
margin-bottom: 30px;
}
h3 {
font-size: 28px;
margin: 0 0 20px 0;
font-family: 'Lato', sans-serif;
font-weight: 300;
color: #000;
}
h4 {
font-size: 20px;
margin: 0 0 10px 0;
font-family: 'Lato', sans-serif;
font-weight: 300;
color: #000;
}

p {
font-family: 'Lato', sans-serif;
font-size: 16px;
color: #000;
line-height: 30px;
text-align: left;
padding: 0 0 20px 0;
margin: 0;
}

.wide {
padding: 0;
} 

.smallprint {
font-family: 'Lato', sans-serif;
font-size: 12px;
color: #ccc;
}

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