* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: Helvetica;
	font-size: 12px;
	color: #363636;
	width: 100%;
	height: 100%;
	background: url('../img/home/bg.png');
}
a {
	color: #ec008c;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 942px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 540px;
	background: url('../img/home/top.png') bottom left no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 10px 0 230px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 210px;
	margin-left: -100%;
	position: relative;
	padding-left:10px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 942px;
	margin: -100px auto 0;
	height: 100px;
	background: url('../img/home/line.gif') 0 0  repeat-x;
	position: relative;
	padding-top: 20px; 
}

#menu {
	margin-top: 450px;
	height: 35px;
	position: absolute;
	padding-left:80px;
}
h2 {
	color: #ec008c;
	font-size: 16px;
	font-weight:normal;
	margin: 40px 0 20px 0;
}
#menu-left div{
	background: url('../img/home/arrow.gif') 0 2px no-repeat;
	margin-bottom:10px;
	padding-left:15px;
}
#menu-left div a{
	color: #363636;
}
.txt {
	line-height: 20px;
}