/* WH 40 K tyylittelyt */
#paragraph
	{
	position:relative; 
	left:+40px;
	top:-110px;
	float:left; 
	width:60%;
	font-size:14px; 
	text-align:justify;
	padding-left:20px;
	padding-bottom:15px;
	}

#paragraph-non-justified
	{
	position:relative; 
	left:+40px;
	top:-110px;
	float:left; 
	width:60%;
	font-size:14px; 
	text-align:left;
	padding-left:20px;
	padding-bottom:15px;
	}
	
	
#subtitle
	{
	position:relative;
	float:left;
	width:100%;
	height:167px;
	background-image: url(GFX/40K_Divider.png);
	background-repeat: no-repeat;
	font-size:36px; 
	text-align:left;
	padding-top:45px;
	padding-left:100px;
	}
	
#sectiontitle
	{
	position:relative; 
	left:+80px;
	top:-110px;
	float:left; 
	width:60%;
	font-size:20px; 
	text-align:left;
	padding-left:20px;	
	padding-bottom:5px;
	}
	
#logo
	{
	position:absolute; 
	top:29px;
	left:29px;
	float:right; 
	width:968px; 
	height:221px;
	background-image: url(GFX/40K_logo.png);
	background-repeat: no-repeat;
	}
	

#top
	 {
	 position:absolute; 
	 top:0px; 
	 left:10px; 
	 float:right; 
	 height:35px; 
	 width:100%; 
	 background-image:url(GFX/40K_yla.png);
	 }
	 
#left
	{
	position:absolute; 
	top:10px; 
	left:0px; 
	float:right; 
	width:35px; 
	height:100%; 
	background-image:url(GFX/40K_reuna.png);
	}
	
#corner
	{
	position:absolute; 
	top:0px; 
	left:0px; 
	float:right; 
	width:100px; 
	height:100px; 
	background-image:url(GFX/40K_nurkka.png); 
	}


table
	{
	font-size:14px;
	color:#000000;
	border-width: 3px;
	border-color: #000000;
	border-collapse: collapse;
	background-color: #101010;
	}

	
th 
	{
	font-size:16px;
	color:#ffffff;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #404040;
	background-color: #000000;
	}
td 
	{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #f0f0f0;
	text-align:centre;
	}
	