body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url( ../gfx/prague_bg.jpg );
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

div#layout {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	border-left: 2px solid #2c2c2c;
	border-right: 2px solid #2c2c2c;
	background-image: url( ../gfx/transp_25.png );
	background-repeat: repeat;
}

div.entry {
	margin-bottom: 75px;
	padding-left: 10px;
	padding-right: 10px;
}

div.entry p {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.75em;
	text-align: justify;
}

div.entry p:first-letter {
	font-size: 125%;
	font-weight: bold;
}

ul#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 25px;
}

li.menuitem {
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

h1 {
	margin-top: 0px;
	margin-bottom: 35px;
	padding-top: 35px;
	padding-bottom: 0px;
	font-family: Verdana;
	font-size: 200%;
	color: #ffffff;
	text-align: center;
}

h2 {
	margin-top: 15px;
	font-family: Verdana;
	font-size: 150%;
	color: #ffffff;
}
