* html {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% Times, Serif;
	background-color: #512446;
	color: #000;
	text-align: center;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -287px;
	min-width: 980px; 
}
	  
#wrapper {
	position: relative;
	width: 980px;
	height: 575px;
	margin: 0 auto;
	background: #512446 url("image/page_back.jpg") center no-repeat;
}

.page {
	position: relative;
	width: 450px;
	height: 550px;
	margin: 0 21px 0 19px;
	float: left;
}

p {
	margin: 0 10px;
	font-size: 1.3em;
	line-height: 1.2em;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

h2 {
	margin-top: 10px;
	margin-bottom: 1px;
	font-size: 1.8em;
	font-weight: normal;
	color: #a04d8e;
}

table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	width: 430px;
	padding: 0;
	margin: 0 12px;
}

tr {
	background: #fffcf1 url("image/dot.jpg") left bottom repeat-x;
}

td {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.3em;
}

td.lmenu {
	text-align: left;
	vertical-align: top;
}

td.rmenu {
	width: 35px;
	text-align: right;
	vertical-align: top;
}

img.logo {
	margin-top: 39px;
	margin-bottom: 17px;
}

img.foto {
	margin: 0;
	padding: 2px;
	border: 1px solid #999;
}

p.about {
	width: 430px;
	margin-top: 10px;
	font-size: 1.5em;
	line-height: 1.2em;
}

p.more {
	margin-top: 4px;
	color: #a04d8e;
}

p.more a {
	color: #a04d8e;
}

p.footer {
	position: absolute;
	left: 0;
	bottom: 13px;
	width: 430px;
	color: #a04d8e;
}

p.footer a {
	color: #a04d8e;
}

#news_container {
	width: 373px;
	height: 134px;
	margin: 0 auto;
	background: #fff url("image/note_back.jpg") no-repeat;
}

#news {
	position: relative;
	top: 53px;
	width: 350px;
	height: 67px;
	margin: 0 auto;
	overflow: auto;
	font: 137.5% Times, Serif;
	font-size: 1.3em;
	line-height: 1.2em;
}

#news p {
	margin: 0;
}

#news a {
	color: #000;
}

#news br {
	line-height: 0.6em;
}

#news img {
	margin: 3px;
	padding: 2px;
	border: 1px solid #999;
	background-color: #fffcf1;
}

#news hr {
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
	background-color: #000;
	height: 1px;
	width: 80%;
	border: none;
}

#copy {
	position: relative;
	width: 980px;
	height: 25px;
	text-align: right;
	clear: both;
}

#copy p {
	position: absolute;
	right: 12px;
	bottom: -10px;
	color: #753075;
	font-size: 1.1em;
	font-weight: bold;
}

#copy a {
	color: #753075;
	text-decoration: none;
}

