* {
	border: 0;
	padding: 0 0 0 0;
	margin: 0;
}
img {
	border: 0;
}
body {
	text-align: center;
	border: 0;
	padding: 0 0 0 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}
body h3 {
	margin-bottom: 15px;
	font-size: 1.5em;
}
body h2 {
	margin-bottom: 15px;
	font-size: 1.1em;
}
body h4 {
	margin-bottom: 15px;
	font-size: 1em;
	font-weight: none;
}
body input, body textarea {
	font-family: serif;
	font-size: 0.8em;
	border: 1px solid #000;
	margin-left: 15px;
}
.btn_login {
	font-family: arial;
	font-size: 0.8em;
	color: #fff;
	border: 0px;
	background-color: #7ead45;
	padding: 2px 2px 2px 2px;
	margin-right: 10px;
	margin-top: 2px;
	float: right;
}
a:link {
	text-decoration: none;
	color: #538B39;
}
a:visited {
	text-decoration: none;
	color: #92BB60;
}
a:hover {
	text-decoration: underline;
	color: #538B39;
}
li {
	list-style-type: none;
	font-size: 1em;
	line-height: 1.7;
}
#bg {
	background: url(images/bg.gif) center repeat-y;
}
#container {
	margin: 0px auto;
	width: 760px;
	text-align: left;
	background: #fff url(images/bg_dot.gif) top left repeat-y;
}
#header {
	height: 54px;
	background: #454545;
}
#l_column {
	width: 605px;
	float: left;
}
#content {
	width: 501px;
	padding: 0 24px 24px 80px;
	line-height: 1.2;
}
#content li {
	list-style-type: circle;
	margin-left: 15px;
}
#content p {
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 10px 0 10px 0;
}
#content i {
	margin-top: 15px;
	text-decoration: underline;
}
#r_column {
	height: auto;
	width: 155px;
	color: #454545;
	float: right;
}
#r_content {
	width: 155px;
	padding: 10px 0 10px 0;
}
#r_content a {
	padding: 0 0 0 19px;
}
#r_content a:link {
	text-decoration: none;
	color: #454545;
}
#r_content a:visited {
	text-decoration: none;
	color: #999999;
}
#r_content a:hover {
	text-decoration: underline;
}
#r_content ul {
	padding: 15px 0 15px 0;
}
#footer {
	text-align: center;
	height: 30px;
	clear: both;
	font-size: 0.9em;
	color: #fff;
	padding: 5px 25px 5px 25px;
	background-color: #454545;
}
#footer li {
	display: inline;
	margin: 10px;
	padding 5px 15px 5px 15px;
}
#footer a {
	color: #fff;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}