@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	text-align:left;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #E40E62;
	text-decoration: underline;
}


#container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 1000px;
}


#columnSx {
	float:left;
	padding:0px;
	text-align:right;
	width:200px;
}

#columnCx {
	float:left;
	position:relative;
	padding:10px 10px 10px 10px;
	width:780px;
	height:560px;
}

#footer {
	clear:both;
	padding:40px 10px 0px 10px;
	height:100%;
	font-size: 10px;
	text-align:center;
}

#header {
	width:100%;
	height:100px;
	padding: 21px 10px 0px 10px;
}

li {
	list-style-type:circle;
	margin-left:10px;
}

img {
	background:none;
	border:none;
}

input {
	font-size:16px;
	color:#999999;
	border:1px solid #CCCCCC;
}

textarea {
	font-size:16px;
	color:#999999;
	border:1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.separator {
	width:98%;
	clear:both;
	height:1px;
	margin: 0px;
	background-color: #CBCBCB;
}


.subTitle {
	font-size:14px;
	font-weight:bold;
	color:#999999;
}

.title {
	font-size:16px;
	color:#E40E62;
	padding:30px 0px 20px 0px;
	font-weight:bold;
}