body {
	padding:0px;
	margin:0px;
	background-image:url(images/body_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFD466;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
.DivMain {
	margin:auto;
	width:980px;	
}
.Link {
	color:#333333;
}
.Link:hover {
	color:#FF9900;
}
p {
	margin:0px;
	padding:0px;
}
a {
	color:#333333;
}
h1, h2, h3 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-size:16px;
	color:#FF9900;
}
h2, h3 {
	font-size:16px;
	color:#000000;
}
.DivLogo {
	position:absolute;
	left:50%;
	margin-left:-175px;
	top:20px;
}
.DivNav {
	position:absolute;
	left:50%;
	margin-left:-495px;
	top:10px;
	text-align:left;
}
.DivFacebook {
	position:absolute;
	left:50%;
	margin-left:195px;
	top:45px;
	background-image:url(images/facebook_box.png);
	background-repeat:no-repeat;
	width:295px;
	height:84px;
}
.DivInfo {
	position:absolute;
	left:50%;
	margin-left:170px;
	top:170px;
	background-image:url(images/info.png);
	background-repeat:no-repeat;
	width:348px;
	height:214px;
}
.Nav {
	display:block;
	background-position:right;
	background-repeat:no-repeat;
	height:32px;
	background-image:url(images/nav.png);
	width:135px;
	color:#FFFFFF;
	text-decoration:none;
	padding-right:25px;
	padding-top:11px;
	text-align:center;
	font-size:13px;
}
.Nav:hover {
	background-position:left;
}
.DivContent {
	position:absolute;
	left:50%;
	margin-left:-490px;
	width:980px;
	top:450px;
}
.DivLeftTitle {
	background-image:url(images/left_title.png);
	background-repeat:no-repeat;
	width:244px;
	height:30px;
	color:#FFFFFF;
	font-size:19px;
	padding:0px;
	padding-left:15px;
	padding-top:10px;
	margin-right:5px;
}
.DivLeftContent {
	background-image:url(images/left_content.png);
	background-repeat:repeat-y;
	width:229px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:15px;
}
.DivLeftBottom {
	background-image:url(images/left_bottom.png);
	width:259px;
	height:15px;
	background-repeat:no-repeat;
	margin-bottom:5px;
}
.DivRightTitle {
	background-image:url(images/right_title.png);
	background-repeat:no-repeat;
	width:701px;
	height:30px;
	color:#FFFFFF;
	font-size:19px;
	padding-left:15px;
	padding-top:10px;
}
.DivRightContent {
	background-image:url(images/right_content.png);
	background-repeat:repeat-y;
	width:686px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:5px;
	line-height:20px;
	padding-right:15px;
}
.DivRightBottom {
	background-image:url(images/right_bottom.png);
	width:716px;
	height:15px;
	background-repeat:no-repeat;
	margin-bottom:5px;
}
.DivFooter {
	font-size:12px;
	color:#666666;
	padding-left:15px;
	margin-bottom:20px;
}
.Table {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
.Td {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
.TITLE {
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
}
.GB {
	margin-bottom:5px;
}

input, textarea {
	border:1px solid #FFFFFF;
	padding:5px;
	background-color:#FFC639;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
.BTN {
	background-color:#FF9900;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
}
.Display {
	background-color:#990000;
	color:#FFFFFF;
	padding:5px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
}


.GBTitle {
	padding:5px;
	padding-left:10px;
	width:425px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(images/gbtitle.png);
	background-repeat:no-repeat;
	height:20px;
}
.GBText {
	padding:5px;
	padding-left:10px;
	font-size:12px;
	background-color:#F4E3C7;
	padding-bottom:5px;
}
.GBUnten {
	font-size:11px;
	color:#666666;
	text-align:right;
	padding-right:10px;	
}
