body {
	background-color: #5e6f75;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0px;
}
#container {
	position: relative;
	width:800px;
	height:auto;
	margin: 0px auto 0px auto;
}
/* Header */
#header {
	position: relative;
	width:100%;
	height:96px;
	background-color: #000;
	border-bottom: #FFF 1px solid;
}
#logo {
	position: absolute;
	left:13px;
	top:20px;
	width:auto;
	height:auto;
}
#contact {
	position: absolute;
	right:0px;
	top:14px;
	width:241px;
	height:70px;
	background:url(../images/home/activity.gif) right no-repeat;
}
/* Menu */
#menuUpper {
	position: relative;
	width:100%;
	height:31px;
	background-color: #F89838;
	border-top: #000 4px solid;
	border-bottom: #8CD6FD 3px solid;
	
	font-family:Arial, Gadget, sans-serif;
}
#menuUpper ul  {
	list-style-type: none;
	width: 800px;
	padding: 0px;
	margin-top:4px;
	display: block;
}
#menuUpper ul  li{
	color:#FFF;
	float: left;
	margin-left: 11px;
	padding:4px;
	width:auto;
	font-size: 10px;
	font-weight:bold
	text-align: center;
	vertical-align:middle;
	text-transform:uppercase;
}
#menuUpper li  a{
	text-decoration: none;
	color: #FFF;
}

#menuUpper a:hover{
	background:#FC9;
}

/* Flash Movie */
#flashMovie {
	position: relative;
	width:100%;
	height:auto;
	background-color: #FFF;
	border-bottom:#F89838 25px solid;
}
#underFlashMovie {
	position: relative;
	width:100%;
	height:24px;
	border-top:#FFF 1px solid;
	background:#999999;
	border-bottom:#4B4B4B 6px solid;
}
#under2FlashMovie {
	position: relative;
	width:100%;
	height:6px;
	border-top:#000 1px solid;
	background:#4B4B4B;
}
/* Main Content */
#mainContent {
	position: relative;
	width:100%;
	height:792px;
	background: #000;
}
#leftSection {
	float:left;
	display:inline;
	width:340px;
	height:auto;
	background: #000;
}
#leftSectionBottom {
	position:relative;
	float:left;
	display:block;
	width:340px;
	height:313px;
	background: url(../images/home/cornerBottomLeftR.gif) no-repeat bottom left;
}
#leftSectionTop {
	float:left;
	display:inline;
	width:340px;
	height:480px;
	background: url(../images/home/cornerWelcome.gif) top left no-repeat;
}
#text {
	position:absolute;
	top:73px;
	width:287px;
	height:auto;
	left: 32px;
	color:#FFF;
	font-size:11px;
}
#text p {
	margin:0 0 10px 0;
}
#rightSection {
	float:right;
	display:inline;
	width:460px;
	height:auto;
	background: #000;
}
#rightSectionBottom {
	position:relative;
	float:right;
	display:block;
	width:440px;
	height:29px;
	background: url(../images/home/cornerBottomRight.gif) no-repeat bottom right;
	text-align:right;
	padding-right:20px;
	padding-top:16px;
}
#rightSectionTop {
	float:right;
	display:inline;
	width:460px;
	height:722px;
	background: url(../images/home/cornerTopRight.gif) no-repeat top right;
	padding-top:26px;
}
#rightSectionTop table{
	width:440px;
	height:auto;
	border:0px;
	margin-bottom:10px;
}
#rightSectionTop .title {
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-bottom:6px;
	border-bottom:#A7A7A7 1px dotted;
	font-family: Arial, sans-serif;
	
}
#rightSectionTop .description {
	color: #A7A7A7;
	font-size:11px;
	text-align:left;
	padding-bottom:10px;
	font-family: Arial, sans-serif;
}
#rightSectionTop .image {
	width:150px;
	text-align:center;
	vertical-align:middle;
}
#rightSectionTop .image img {
	border:#FFF 2px solid;
}

/* footer */
#footerUpper {
	position:relative;
	width:100%;
	height:282px;
}

#footer {
	width:800px;
	padding-top:2px;
	padding-bottom:5px;
	margin: 0px auto 0px auto;
}
#footer p {
	padding-top:0px;
	text-align:center;
	font-size: 11px;
	color:#CCC;
} 
#footer a {
	font-weight:normal;
	color: #FFF;
	text-transform:uppercase;
	text-decoration:none;
}
#footer a:hover {
	font-weight:normal;
	color: #F96;
}

#footer .detail {
	color: #FFF;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#footer .detail a {
	text-transform:none;
	font-weight:normal;
	color: #FFF;
	
}
#footer .detail a:hover {
	font-weight:normal;
	color: #F66;
}
