* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Tohama, Arial;
	font-size: 14pt;
	color: #333333;
	background: #F1DBE6;
	margin: 0 auto;
	text-align: center;
}

#mainwrapper {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}

#wrapper {
	float: left;
	width: 750px;
	margin: 0 auto;
	text-align: center;
	border-left: 5px solid #E4E2E3;
	border-right: 5px solid #E4E2E3;
	background: #fff;
}

#header {
	width: 750px;
	height: 250px;
	text-align: center;
	background: #fff url('images/banner.jpg') no-repeat;
	text-align: right;
}

#header h2 {
	padding: 27px 80px 0px 0px;
}

/*******************************************************************************************/
/* TOP NAVIGATION */
/*******************************************************************************************/

#topnavigation {
	float: left;
	width: 730px;
	height: 30px;
	background: #F4D4E2;
	font-size: 0.9em;
	text-align: right;
	margin: 10px 10px 10px 5px;
}

#topnavigation ul {
	list-style: none;
	padding: 5px 5px 5px 5px;
}

#topnavigation li {
	display: inline;
	padding: 5px 10px 5px 10px;
}

#topnavigation li a {
	color: #fff;
	text-decoration: none;	
}

#topnavigation li a:hover {
	color: #D579AB;
}

/*******************************************************************************************/
/* CONTENT */
/*******************************************************************************************/

#content {
	width: 730px;
	float: left;
	background: #fff;
	margin: 0px 0px 0px 0px;
}

/*******************************************************************************************/
/* LEFT CONTENT */
/*******************************************************************************************/

#leftcontent {
	width: 577px;
	float: left;
	background: #fff;
	border: 3px solid #F1DBE6;
	margin: 0px 5px 0px 5px;
}

#leftimg {
	float: left;
	padding: 0px 5px 5px 5px;
}

#leftcontent h1 {
	background: #DD72AF;
	color: #fff;
	font-size: 0.9em;
	text-align: left;
	padding: 5px 5px 5px 10px;
	border-bottom: 3px solid #F1DBE6;
}

#leftcontent h2 {
	background: #fff;
	color: #D579AB;
	font-size: 0.9em;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
}

#leftcontent p {
	background: #fff;
	color: #333333;
	font-size: 0.7em;
	text-align: justify;
	padding: 5px 5px 5px 5px;
}

#leftcontent a {
	color: #DD72AF;
	text-decoration: none;
}

#leftcontent a:hover {
	color: #E9B0CF;
	text-decoration: none;
}

#toplink a {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}

td {
	padding: 3px;
	color: #fff;
}


/*******************************************************************************************/
/* RIGHT CONTENT */
/*******************************************************************************************/

#rightcontent {
	width: 135px;
	float: left;
	background: #fff;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#rightcontent h2 {
	background: #DD72AF;
	color: #fff;
	font-size: 0.7em;
	text-align: left;
	padding: 5px 5px 5px 5px;
	border: 3px solid #F1DBE6;
}

#rightcontent p {
	background: #fff;
	color: #333333;
	font-size: 0.9em;
	text-align: justify;
	padding: 5px 5px 5px 5px;
}

#rightcontent a {
	font-size: 0.8em;
	color: #DD72AF;
	text-decoration: none;
}

#rightcontent a:hover {
	color: #E9B0CF;
	text-decoration: none;
}

/*******************************************************************************************/
/* FOOTER */
/*******************************************************************************************/

#footer {
	width: 730px;
	float: left;
	background: #F4D4E2;
	margin: 10px 5px 10px 5px;
}

#footer p {
	font-size: 0.6em;
	color: #820549;
	padding: 15px 10px 10px 10px;
}

#footer a {
	color: #D279AC;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}