* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 3em; /* .push must be the same height as .footer */
}


body {
	text-align: center;
	background: #fff;
	font-size: 0.7em;
	font-weight: normal;
	font-family: "lucida grande", tahoma, verdana;
	line-height: 1.5em;
	color: #555;

}
.wrapper {
	width: 700px;
	text-align: justify;
}
.header {
	width: 700px;
	height: 20px;
	margin: 20px 0 0 0;
	text-indent: -9999em;
	background: #fff;
}
img {
	float: right;
	border: 0;
}
img.img_left_col {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 11px 0 0;
	border-right: 1px solid #d4d4d4;
}
img.img_right_col {
	float: right;
	margin: 20px 0 10px 10px;
	padding: 0 0 0 11px;
	border-left: 1px solid #d4d4d4;
}
h1 {
	padding: 20px 0 0 0;
	margin: 0;
	color: #135A1A;
	font-size: 1.4em;
	font-weight: normal;
	font-family: "lucida grande", tahoma, verdana;
}
p {
	padding: 7px 0 7px 0;
}
strong {
	font-weight: normal;
}
a {
	color: #E652A0;
	text-decoration: underline;
}
a:hover {
	color: #54CD56;
	text-decoration: none;
}
.active {
	font-weight: normal;
	color: #E652A0;
	font-style:normal;
	cursor: default;
}
.footer {
	background: #fff url(../images/dots.gif) repeat-x top left;
	width: 700px;
	margin: 0 auto;
	text-align: right;
	border: 0px solid #ff0000;
}
.footer p {
	padding: 5px 5px 0 0;
}

#nav {
	width: 700px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height:1.8em;
}
#nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#nav li {
	background: #fff url(../images/dots.gif) repeat-x bottom left;
	letter-spacing: 1px;
}
#nav li a {
	color: #555;
	text-decoration: none;
}
#nav li a:hover {
	color: #E652A0;
	text-decoration: none;
}
.prop {
	background: #ff0000;
	height: 370px;
	width: 1px;
}
.clear {
 	background: #ff0000;
	clear: both;
	height: 1px;
	width: 400px;
}
  