body {
	margin:0;
	background: #fff;
	padding:0 0 20px 0;
	font:11px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;;
	color: #D9777A;
}

a:link, a:visited, a:active  {
	color: #D9777A;
	font-weight:bold;
	text-decoration:none;
	display: inline;
	text-decoration: none; 
	cursor: default;  
	border: 0;
}

a:hover {
	border-bottom:1px solid #D9777A;
	border-right:none;
	border-left:none;
}

input, textarea, select {
	background-color: #FFFFFF; 
	font-family: trebuchet ms, tahoma, verdana, arial;
	font-size: 11px;
	color: #D9777A; 
	border: solid #D9777A 1px;
}

ul {
	list-style-type:georgian;
}

#container {
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
	background:#fff url(images/bg.jpg) repeat-y center;
	overflow:auto;
	z-index:100;
}

#content {
	position:relative;
	padding-bottom:14px;
	height:auto !important;
	height:1%;
}

#pageHeader {
	position:relative;
	width:800px;
	height:410px;
	margin:0 auto;
	background:url(images/pink.png) no-repeat right;
}

#news{
	width:730px;
	margin-top: 0px;
	min-height: 500px;
	text-align:justify;
	margin:0 40px 0 40px;	
	padding-bottom:26px !important;
	padding-bottom:0;
}

#news p {
	margin: 10px;
}

#explanation h1 {
	width: 400px;
	margin:5px 0 0 10px;
	color:#A4595C;
}

#explanation h2 {	
	margin: 0px;
	padding-bottom: 0px;
	color:#A4595C;
	text-decoration: underline;
	font: bold 13px;
}

#explanation h3 {
	margin: 0px;
	padding-bottom: 0px;
	color: #D9777A;
	font: bold 12px;
}


#linkList {
	width:360px;
	position:absolute;
	top:295px;
	left:40px;
	text-align: center;
	font-family: trebuchet ms, tahoma, verdana, arial;
}

#linkList h3 {
	width:196px;
	height:25px;
	margin:5px 0 0 10px;
	padding-bottom: 0px;
	color:#7C7A8A;
	font: bold 13px/15px Lucida,Arial,Helvetica,sans-serif;
}

#linkList ul a:link, #linkList ul a:visited, #linkList ul a:active { 
	text-decoration: none; 
	color:#FFFFFF; 
	cursor: default;  
	background-color: #D9777A; 
	border-left: 8px #E3B4AD solid;
	border-bottom: 0;
}

#linkList ul a:hover { 
	text-decoration: none; 
	color: #D9777A;
	cursor: help; 
	background-color: #E3B4AD; 
	border-left: 8px #FFFFFF solid;
	border-bottom: 0;
}

#linkList ul li {
	display: inline; 
}

#linkList ul {
	padding: 0px;
	margin: 0;
	list-style: none; 
}