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

html, body {
	height: 100%;
}

body {
	background: #ffffff;
	font-family: 'Century Gothic', Verdana;
	font-size: 12px;
	color: #424034;
	margin: 20px;
}

#container {
	width: 754px;
	height: auto !important;
	margin: 0 auto;
}

#header {
	border: 2px solid #D5006E;
}

#menu {
	background: #D5006E;
	height: 35px;
	clear: both;
}

	#menu ul {
		list-style-type: none;
		margin: 0px 0px 5px 5px;
		
	}
	
	#menu ul li {
		float: left;
	}
	
	#menu ul li a {
		float: left;
		text-decoration: none;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		line-height: 34px;
		padding-right: 10px;
		padding-left: 12px;
		border-right: #ffffff 1px solid;
	}
	
	#menu ul li.selected a {
		background: #f47f26 url(../images/bg_submenu_hover.jpg) repeat-x left top;
	}
	
	#menu ul li a:hover {
		text-decoration:underline;
	}


#content {
	clear: both;
	line-height: 16px;
	border: 2px solid #D5006E;
	border-top: 0px;
	background: #ffffff ;
    text-align: left;
}

	#content .wrapper {
		width: 600px;
		padding-top: 24px;
		padding-left: 70px;
		padding-bottom: 40px;
		min-height:200px;
		text-align: justify;
	}

#content p{
margin-top: 30px;
}
	
	#content h1 {
		font-size: 13px;
		font-weight: bold;
		color: #D5006E;
		border-bottom: 1px dashed #D5006E;
		padding-bottom: 4px;
		margin-bottom: 11px;
	}

	#content h2 {
		font-size: 12px;
		font-weight: bold;
		color: #D5006E;
		padding-bottom: 4px;
		margin-bottom: 11px;
	}


	#content a {
		color: #D5006E;
		text-decoration:none;
	}

	#content a:hover {
		color: #D5006E;
		text-decoration:underline;
	}

	
#footer {
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #D5006E;
	clear: both;
}

	#footer a {
		text-decoration: underline;
		color: #D5006E;
	}
	
#push {
	height: 20px;
    clear: both;
}