html {
	width: 100%;
}

body {
	background: #ffffff;
	font-family: Plumb, Tahoma;
	font-size: 11pt;
	color: #666666;
	padding: 0;
	margin: 0;
}

p {
	color: #666666;	
}

h1 {
	font-size: 16pt;
	font-family: Plumb, Tahoma;
	padding-right: 200px;
	margin-top: 5px;
	color: #000000;
}

h3 {
	margin-bottom: 7px;
}

a {
	color: #000000;
}

table {
	border: 0;
	border-collapse: collapse;
}

img {
	border: 0;
}

input {
	font-size: 11pt;
}

.container {
	width: 1000px;
}

.top-line {
	text-align: right;
	padding: 7px 18px 10px 0;
}

.top-line a {
	padding-left: 10px;
	font-size: 11pt;
	color: #bfbfbf;
}

.header {
	height: 81px;
}

.logotype {
	float: left;
	width: 101px;
	height: 69px;
	margin: 6px 0 0 0;
}

.header-title {
	margin: 15px 10px 0 10px;
	width: 279px;
	height: 49px;
	float: left;
	background: url("images/title.png") no-repeat;
}

.menu {
	background: url("images/menu-bg.png") 0 50% no-repeat;
	float: left;
	height: 81px;
	width: 600px;
}

.left-column {
	width: 242px;
	float: left;
	margin: 0 14px 0 0;
}

.right-column {
	width: 724px;
	float: left;
	margin: 0 0 35px 0;
	background: #f4f4f4;
	color: #666666;
	padding: 10px;
	border-radius: 8px;  -moz-border-radius: 8px; -webkit-border-radius: 8px;
}

.gray-top {
	background: url("images/gray-top.png") no-repeat;
	height: 17px;
	width: 242px;
}

.gray-bottom {
	background: #bbbbbb url("images/gray-bottom.png") 0 100% no-repeat;
	margin: 0 0 14px 0;
	padding: 0 0 12px 5px;
	width: 237px;
}

.gray-bottom p {
	padding: 0 0 10px 0;
	margin: 0;
}

.orange-top {
	background: url("images/orange-top.png") no-repeat;
	height: 47px;
	width: 242px;
}

.orange-top img {
	padding: 11px 0 0 9px;
}

.orange-bottom {
	background: #e49379 url("images/orange-bottom.png") 0 100% no-repeat;
	margin: 0 0 14px 0;
	padding: 0 0 12px 0;
	width: 242px;
}

.footer {
	height: 60px;
	clear: both;
	padding: 10px 0 0 0;
}

.copyright {
	float: left;
	padding: 0 0 0 280px;
}

.alfey {
	float: right;
	padding: 0 20px 0 0;
}

.alfey a {
	color: #000000;
}