* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	width: 1000px;
	color: #cccccc;
	background-color: #000000;
	font-family: sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 32px;
}

h2	{
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

a:link { font-weight:bold; color:#cccccc; text-decoration:none; }
a:visited { font-weight:bold; color:#cccccc; text-decoration:none; }
a:focus { font-weight:bold; color:#ffffff; text-decoration:underline; }
a:hover { font-weight:bold; color:#ffffff; text-decoration:none; }
a:active { font-weight:bold; color:#ffffff; text-decoration:underline; }


.img_head {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 750px;
	height: 300px;
}

.img_rose {
	position: absolute;
	top: 315px;
	left: 750px;
	width: 250px;
	height: 910px;
}

.flags {
  position: absolute;
  top: 15px;
  left: 750px;
  width: 200px;
  height: 20px;
}

.contents {
  position: absolute;
	top: 315px;
	left: 15px;
	width: 723px;
}

.contentblock {
	top: 0px;
	left: 0px;
	width: 723px;
	background-image: url('../images/contbg.png'); 
	background-repeat: repeat-y;
}

.contenttop {
	top:0px;
	left:0px;
	width: 723px;
	height: 31px;
	background-image: url('../images/conttop.png');
	background-repeat: no-repeat;
}

.contentbottom {
	top:100%;
	left:0px;
	width: 723px;
	height: 32px;
	background-image: url('../images/contbottom.png');
	background-repeat: no-repeat;
}

.exampletop {
	top:0px;
	left:0px;
	width: 723px;
	height: 31px;
	background-image: url('../images/extop.png');
	background-repeat: no-repeat;
}

.examplebottom {
	top:100%;
	left:0px;
	width: 723px;
	height: 31px;
	background-image: url('../images/exbottom.png');
	background-repeat: no-repeat;
}

.contenttext {
	padding-left: 21px;
	padding-right: 20px;
}

.spacer {
	height: 30px;
}

.spacer_small {
	height: 15px;
}
