body {
	margin-top: 0px;
	background-color: #4D4D4D;

}

/* this contains all the website */
#wrapper {
	background-color: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 15px solid #000000;
 	text-align: center;

}

/* draws header */
#header{
	height: 204px;
	width: 800px;
	background-color: #ffffff;
	background-image: url(../images/header-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


/* images in header as links will have no border in FF */
#header img {
	border: 0px;
}


/* this positions logo GWP Polska */
#header .logo {
	width: 460px;
	height: 68px;
	background-image: url(../images/logo-gwppl.gif);
	background-position: top;
	background-repeat: no-repeat;
	position:relative;
	left: 30px; top: 0px
}


/* and this positions language buttons */
#header .langswitch {
	position:relative;
	top: -30px; left: 340px;
}

/* This creates navigation box; adding rounded footer as well to the box */
#nav {
	width: 185px;
	height: auto;
	float: left;
	background-color: #245E7E;
	background-image: url(../images/nav-down.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
	position: relative;
	left: 27px; top: 10px;
	clear: both;
	text-align: left;
	z-index: 100;
}


/* formats list of URLs in nav; adding some space up below rounded box top and top rounded co
rners themselves*/
#nav ul {
	list-style-type: none;
	padding: 20px 0px 8px 0px;
	background-image: url(../images/nav-up.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;

}


/* normal link */
#nav a.link {
	width: 170px;
	height: 28px;
	padding-left: 15px;
	padding-top: 2px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	display: block;
}


/* link when mouse hovers over */
#nav a:hover {
	width: 170px;
	height: 28px;
	padding-left: 15px;
	padding-top: 2px;
	margin-bottom: 2px;
	background-image: url(../images/active2.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	display: block;
}


/* this is link showing page being displayed */
#nav a.active {
	width: 170px;
	height: 28px;
	padding-left: 15px;
	padding-top: 2px;
	margin-bottom: 2px;
	background-image: url(../images/active2.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

/* here goes content */
#content {
	width: 525px;
	height: auto;
	background-color: none;
	float: right;
	position: relative;
	left: -20px; top: 0px;
	clear: right;
	text-align: justify;
	padding-left: 10px;
	padding-right: 15px;
}

/* all html headers look like this */
#content h1,h2,h3,h4,h5 {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	text-align: left;
}

/* and this is paragraph in content section */
#content p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 150%;
}

/* three folowing properties tell color of URLs in content */
#content a:link {
	color: #1C7BFF;
}

#content a:visited {
	color: #939393;
}

#content a:hover {
	color: #5AC720;
}


/* ordered list in content - 1st level */
#content ol {
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 150%;
}

/* ordered list in content - 2nd level */
#content ol ol {
	 list-style-type: lower-alpha;
	 line-height: 150%;
}

/* unordered list in content - 1st level */
#content ul {
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	color: #000000;
	margin-left: -20px;
	line-height: 150%;
}


/* add this class to any list to remove bullets */
.nobullets {
	list-style-type: none;
}


/* table that holds all dowaloadable docs look like this; we lower it a bit with margin-top so
it lines up with rest of layout */
#content table.download {
	width: 520px;
	margin-top: 20px;
	border-collapse: collapse; /* this removes spacing between table borders */
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	color: #000000;
}


/* we add some spacing in table cells */
#content table.download td {
	padding-bottom: 5px;
	border-bottom: 1px solid #DBDBDB;
	padding: 3px 5px;
	text-align: left;

}


/* image for PDF docs */
#content img.pdf {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* image for news page to put in "Read more" */
#content img.more {
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

/* we remove borders from images in GWP on the Web section for FF */
#content img.countrylist {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0px;

}


/* and remove text decorations in URLs for FF */
#content a.countrylist {
	text-decoration: none;
}


/* use this class to center content */
.centered {
	text-align: center;
}


/* and this to make things bold typed */
.bolded {
	font-weight: bold;
}


/* for simulated signatures of letters etc. */
#content p.signature {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #21458D;
}


/* now we draw footer; 50px space above it is added */
#footer {
	width: 800px;
	height: 100px;
	background-color: none;
	text-align: center;
	position: relative;
	top: 0px;
	padding-top: 50px;
	clear: both;
}


/* this is paragraph text in footer */
#footer p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #888888;
}

/* link-images in footer also don't have borders for FF */
#footer img {
	border: 0px;
}


/* horizonal rule used in footer */
.hrstyle {
	width: 100%;
	border-top: 1px dotted #CCCCCC;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

.right {text-align: right;}
