*
{
	margin: 0;
	padding: 0;
}
html, body
{
	height: 100%;
}
body
{
	font-family: Arial, Verdana; 
	color: #bbcdd6;
	font-size: 12px;
	text-align: left;
	min-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #000000 url(../layout/bg-body.jpg) top center no-repeat;
}
html>body
{
	
}
#main
{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: 100%;
	position: relative;
}
body>#main
{
	height: auto;
}
#head
{
	height: 152px;
}
	.logo
	{
		width: 200px;
		height: 7px;
		padding-top: 42px;
		padding-left: 20px;
		float: left;
	}
	.menubox
	{
		width: 760px;
		height: 49px;
		float: right;
		text-align: right;
	}
		.lang
		{
			height: 37px;
			padding-top: 9px;
			padding-right: 19px;
			font-size: 11px;
			color: #bbcdd6;
			text-align: right;
		}
		.menu
		{
			width: 458px;
			height: 27px;
			background: url(../layout/bg-menu-strip.png) top left no-repeat;
			float: right;
			padding-top: 8px;
			padding-left: 17px;
		}
			li.navigation
			{
				list-style: none;
				float: left;
			}
			a.menulink
			{
				font-size: 13px;
				text-decoration: none;
				margin-left: 8px;
				margin-right: 8px;
				color: #FFFFFF;
			}
			.menulink-selected
			{
				font-size: 13px;
				text-decoration: none;
				margin-left: 8px;
				margin-right: 8px;
				color: #eb1689;
			}
		.menuend
		{
			width: 10px;
			height: 35px;
			background: url(../layout/bg-menu-strip.png) top right no-repeat;
			float: right;
		}
#text
{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 120px;
}
	.quick
	{
		width: 204px;
		padding: 95px 8px 0px 8px;
		float: left;
	}
		li.downlist
		{
			list-style: none;
			line-height: 28px;
		}
			img.downimg
			{
				position: relative;
				top: 7px;
			}
	.content
	{
		width: 724px;
		padding-left: 36px;
		float: right;
		text-align: justify;
	}
		.textboxarea
		{
			width: 235px;
			padding-top: 13px;
			margin-right: 9px;
			float: left;
		}
			.textbox
			{
				width: 215px;
				padding: 15px 10px 0px 10px;
				background: url(../layout/bg-column-text.png) top center no-repeat;
				text-align: justify;
				font-size: 12px;
				color: #bbcdd6;
			}
			.textboxend
			{
				width: 235px;
				height: 10px;
				background: url(../layout/bg-column-text.png) bottom center no-repeat;
			}
		.textboxarea-right
		{
			width: 235px;
			padding-top: 13px;
			float: left;
		}

#footer
{
	width: 100%;
	height: 85px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../layout/bg-bottom-strip.png) top center no-repeat;
	text-align: left;
	color: #58727e;
}
	.fixwidth
	{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
		.bottom
		{
			padding: 15px;
			text-align: left;
			color: #58727e;
			font-size: 10px;
		}
			a.copy
			{
				font-size: 10px;
				text-align: left;
				text-decoration: underline;
				color: #58727e;
			}
			a.copy:hover
			{
				font-size: 10px;
				text-align: left;
				text-decoration: underline;
				color: #ffe400;
			}


h1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
	.blue
	{
		color: #77e1ff;
	}
h2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
h3
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #dae6ec;
	text-align: left;
}
	.likeh3
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 6px 0px;
		font-size: 15px;
		font-weight: bold;
		color: #dae6ec;
		text-align: left;
	}
	.likeh4
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		font-size: 13px;
		font-weight: bold;
		color: #dae6ec;
		text-align: left;
	}
a
{
	text-decoration: underline;
	color: #bbcdd6;
}
a:hover
{
	text-decoration: underline;
	color: #ffe400;
}
p
{
	padding-bottom: 12px;
}
p.lines
{
	padding-bottom: 12px;
	line-height: 20px;
}
strong.b
{
	color: #77e1ff;
}
.mini
{
	font-size: 10px;
}
.prehigh
{
	color: #eb1689;
}
.center
{
	text-align: center;
}
