body 			{
			width: 100%;
			margin: 0px;
			padding: 0px;
			text-align: center;
			font-size: 10px;
			font-family: Verdana, Arial, Tahoma, Sans-Serif;
			background-color: #d51344;
			}


a			{
			text-decoration: none;
			color:#606060;
			}

a:hover			{
			text-decoration: underline;
			color:#7e05a1;
			}

p			{
			padding: 8px 0 8px 0;
			margin: 0;
			}

form			{
			margin: 0;
			padding: 0;
			}

.clear			{
			clear: both;
			}



/*
Design elements
*/

#container		{
			width: 768px;
			margin: 0px auto;
			background-color: #fff;
			}

#main			{
			padding: 0px 22px 0px 22px;
			}




#header			{
			width: 724px;
			background: #f9daf0 url(../images/header.jpg) no-repeat;
			height: 110px;
			}

#header #logo		{
			text-align: left;
			padding: 37px 0px 0px 37px;
			}

#header-top		{
			width: 724px;
			background: #fff url(../images/top_dot.gif) repeat-x;
			height: 18px;
			}


/*
Content
*/

#content		{
			width: 724px;
			}

#content #left		{
			float: left;
			width: 167px;
			background-color: #c895bd;
			}

#content #left #menu-top{
			color: #ce528c;
			font-size: 1.3em;
			font-weight: bold;
			background: #fff url(../images/left_menu_top.gif) no-repeat;
			padding: 22px 0 4px 0;
			}

#content #left #menu-top-search{
			color: #ce528c;
			text-align: left;
			font-size: 1.3em;
			font-weight: bold;
			background: #fff url(../images/left_menu_top_search.gif) no-repeat;
			padding: 3px 0 0 25px;
			}



#content #left ul	{
			list-style-type: none;
			text-align: left;
			margin: 0;
			padding: 0 10px 0 10px;
			}

#content #left li	{
			color: #5c5c5c;
			font-weight: bold;
			padding: 7px 0 7px 20px;
			background: url(../images/menu_arrow.gif) 0 3px no-repeat;
			border-top: 1px solid #fff;
			}

#content #left .color1	{
			background-color: #fbeef8;
			}

#content #left .color2	{
			background-color: #faddf3;
			}

#content #left .search	{
			height: 18px;
			border: 0px;
			font-size: 10px;
			background: #fff url(../images/background_input.gif) no-repeat;
			}

#content #left #search  {
			text-align: left;
			padding-left: 5px;
			margin: 0 10px 0 10px;
			background: #fff;
			}

#content #links		{
			text-align: left;
			font-size: 9px;
			padding: 0 0 0 25px;
			}


#content #right		{
			float: right;
			width: 521px;
			text-align: left;
			padding: 79px 0 0 0;
			background: #fff url(../images/content_top.jpg) top right no-repeat;
			}

#content #right h5	{
			color: #7e05a1;
			font-size: 11px;
			}

#content .block		{
			float: left;
			width: 241px;
			margin: 10px 0px;
			text-align: center;
			}

#content .block	.header {
			padding: 8px 0px 16px 7px;
			background: #fbeef8 url(../images/content_block_header.gif) no-repeat;
			}

#content .block .header .bg-red{
			text-align: left;
			color: #fff;
			font-size: 13px;
			font-weight: bold;
			padding: 4px 0px 4px 8px;
			background: #fbeef8 url(../images/block_header_red.gif) no-repeat;
			}

#content .block .header .bg-purple{
			text-align: left;
			color: #fff;
			font-size: 13px;
			font-weight: bold;
			padding: 4px 0px 4px 8px;
			background: #fbeef8 url(../images/block_header_purple.gif) no-repeat;
			}


#content .block .content{
			text-align: left;
			background: url(../images/content_block_background.gif) repeat-y;
			}

#content .block .content-center{
			text-align: center;
			background: url(../images/content_block_background.gif) repeat-y;
			}

#content .block .content ul {
			margin: 0;
			padding: 0 30px 0;
			list-style-type: square;
			}

#content .block .content li {
			list-style-image: url(../images/tone_arrow.gif);
			padding:2px 0 8px 0;
			border-bottom: 2px dotted #b4b4b4;
			}


.meer			{
			font-weight: bold;
			padding: 15px 0 15px 28px;
			margin:  0;
			}

.meer a			{
			color: #7f05a2;
			}

.font-red		{
			color: #bf0b0b;
			font-weight: bold;
			}


/*
Footer
*/

#footer 		{
			clear: both;
			height: 10px;
			width: 768px;
			background: #d51344 url(../images/footer.gif) no-repeat;
			}

