html {
	/*background: url('images/bgf03.png');
	*/
	background: url('prague.jpg') no-repeat #000;
}

body {
	text-align: center;
}

#page {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#block{
	border: solid 5px #a5c5f6;
	background: #fff;
	padding: 25px;
	margin-top: 120px 
}

#block2{
	border: solid 3px #a5c5f6;
	background: #fff;
	padding: 25px;
	margin-top: 40px 
}

/* --- typo --- */
p {	
	margin: 15px 0;
}
a:link, a:visited {
	color: #7da9c9;7da9c9
	text-decoration:none
}
a:hover, a:active {
	color:#333;
	text-decoration:underline;
}
hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
}

img {
	border: none;
}

li {
	margin-left: 15px; 
}

blockquote {
		background: url(images/openquote.gif) top left no-repeat;
		background-color: #EEE;
		color: #010;
		font-size: 1.2em;
		/* line-height: 0.5; */
		font-style: italic;
		padding: 0.8em;
		margin: 0;
		border-bottom: solid 1px #CCC;
		border-right: solid 1px #CCC;
		text-align: left;
	}	
	
	blockquote:first-letter {
		font-weight: bold;
	}

/*	Headers */
h1 {
	font:1.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	letter-spacing:-0.02em;
	color: #7da9c9;
	border-bottom:1px solid #7da9c9;
	text-align: center;
	background: url('http://www.frandroid.com/wp-content/themes/mimbo2.2/images/stripe2.png') repeat-x scroll center top;
	padding: 7px;
	text-align: left;
}

h2 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:2px solid #7da9c9;
	font-weight: bolder;
	margin: 20px 10px;
	color: #7da9c9;
	text-align: left;
}

h3 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	border-bottom:1px solid #7da9c9;
	font-weight:bolder;
	margin: 20px;
	color: #7da9c9;
	text-align: left;
}

h4 {
	font: 0.8em Arial, Helvetica, sans-serif;
	border-bottom:1px solid #7da9c9;
	font-weight:bolder;
	margin:5px;
	margin-top: 10px;
	color: #7da9c9;
	text-align: left;
}
