body{
	background-color:#f06597;
}
a{
	color:#73505e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

span.menuText{
  padding-left:10px;
}

span.menuGrey{
  margin-left:10px;
  margin-right:10px;
  line-height:14px;
  color:#d6467b;
}

span.menuBott{
  margin-left:10px;
  margin-right:5px;
  margin-bottom:20px;
  color:#d6467b;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 300}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	/*background: #5970B;*/
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	/*background: #49A3FF*/}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin-left: 20px;
	margin-top: -15px;
	padding: 0;
	background: #ffffff;
	border: 1px solid #da9ac4}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		/*background: #ffffff;*/
		color: #000000;
		font: 11px arial}

	#sddm div a:hover
	{	background: #d34377;
		color: #FFF}
		
		
.rounded-corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.rounded-corners a{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.footer {
    padding-top:20px;
}

.footer  a{
    color:#FFFFFF;
}
.footerBord{
	border-top:4px solid #d34477;
	height:100;
	position:bottom;
}

#content{
	background:#f9c7db;
	z-index: -330;
}
