@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body{
	background-color: #fbf7eb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
}
#header {
	width: 760px;
	height: 122px;
	margin-top: 54px;
}
#column{
	width: 760px;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
}
#leftcolumn {
	display: inline;
	color: #46192e;
	width: 380px;
	float: left;
	margin-top: 72px;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
}
#rightcolumn {
	float: right;
	color: #46192e;
	width: 380px;
	display: inline;
	position: relative;
	height: 100%;
	margin-top: 72px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}
#footer {
	width: 760px;
	clear: both;
	color: #9ea2a3;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 54px;
}
.clear { clear: both; background: none; }
A:link, A:visited, A:active {
	color: #46192e;
	text-decoration: none;
	font-weight: bold;
}
A:hover{
	color: #9ea2a3;
	text-decoration: underline;
	font-weight: bold;
}
#button{
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 41px;
	width: 225px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#button_text{
	padding: 12px;
}
#smtext{
	font-size: 9px;
	font-weight: normal;
	margin-top: 25px;
}
h1{
	font-size: 14px;
	padding-bottom: 5px;
	color: #46192e;
}
