body {
	background-color: #F2F2F2;
	color: #333333;
	text-align: center;
}

#Header {
	width: 680px;
	height: 70px;
	margin: 0px auto;
	padding: 50px 40px 0px 40px;
	background-image: url("/image/header_background.gif");
	background-repeat: repeat-y;
	color: #999999;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#Main {
	width: 680px;
	margin: 0px auto;
	padding: 0px 40px;
	background-image: url("/image/main_background.gif");
	background-repeat: repeat-y;
	text-align: left;
}

#Left {
	float: left;
	width: 400px;
}

#Right {
	float: right;
	width: 260px;
}

#Footer {
	clear: both;
	width: 760px;
	height: 100px;
	margin: 0px auto;
	padding-top: 20px;
	background-image: url("/image/footer_background.gif");
	background-repeat: repeat-y;
	text-align: center;
}

#Main h1 {
	padding: 20px 2px 2px 5px;
	border-bottom: 1px solid #D9D9D9;
	color: #666666;
	font-size: 17px;
}

#Main h2 {
	overflow: hidden;
	height: 30px;
	margin-top: 20px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #D9D9D9;
	padding-left: 8px;
	background-image: url("/image/h2_background.gif");
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	line-height: 32px;
}

#Main h4 {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

#Main dl {
	border: 1px solid #D9D9D9;
	padding-top: 10px;
}
#Main dt {
	padding-left: 10px;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}
#Main dd {
	padding: 5px 10px 10px 20px;
}

#Main ul {
	border: 1px solid #D9D9D9;
	padding-top: 2px;
}

#Profile {
	border: 1px solid #D9D9D9;
	padding: 10px;
}

#Terms {
	border: 1px solid #D9D9D9;
	padding: 10px;
	font-size: 10px;
}

#Terms ul, #Terms ol {
	padding-left: 20px;
}

h3.LogIn {
	overflow: hidden;
	height: 25px;
	margin-top: 20px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #BFBFBF;
	padding-left: 5px;
	background-image: url("/image/h3_background.gif");
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}

form.LogIn, div.LogIn {
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #BFBFBF;
	padding-top: 10px;
	background-color: #F2F2F2;
	text-align: center;
}

form.LogIn input {
	width: 140px;
}

.InputText {
	width: 240px;
}

.Button {
	padding: 20px 0px;
	text-align: center;
}