* { border:0; margin:0; }

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #EFEFEF;
	margin: 0 0 20px 0;
	color: #333;
}

#page {
	margin: 20px auto;
	padding: 0;
	width: 806px;
	/*border: 1px solid #959596;*/
}

#header {
	background: url('../imgs/prologispark-header.jpg') no-repeat bottom center;
	margin: 0 0 0 1px;
	padding: 0;
	width: 806px;
	height: 170px;
}

#left {
	padding: 5px 0;
	width: 200px;
	float: left;
}

#content {
	text-align: justify;
	margin-left: 200px;
	padding: 2px 0;
	width: 580px;
	font-size: 1.2em;
}
#content p.text { text-indent:10px; margin-bottom:5px; }
#content h2 { font-size: 1.2em; }

.narrowcolumn {
	margin: 10px;
	overflow: auto;
}

.title { background-color:#ce1000; margin-left:2px; padding:5px; width:590px; line-height:1.4em;}
.title a { font-size:1.0em; font-weight:bold; color:#fff; }

#footer {
	background: url('../imgs/pasek-m.jpg');
	background-repeat:repeat-x;
	height: 36px;
	padding: 8px 0;
	width: 802px;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
}

#footer a {
	padding: 0 13px;
	color: #fff;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 30px 0 0;
	font-size: 1.4em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: #333;
	text-decoration: none;
}

a  {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

a.gal {
	display: block; 
	text-align: center;
	border: 1px solid #21864E; 
	margin: 0 8px 8px 0;
	width: 108px; 
	height: 76px;
	float:left;	
}

a.gal:hover { background-color: #29AD64; }
a.gal img { border: 0; padding: 4px; width: 100px; height: 68px;}