@charset "UTF-8";
/* CSS Mini Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* End */

.body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:16px;
	color: #333333;
	background-color: #C16b84;
	background-image: url(img/main_bg4.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.contain {
	width::900px;
	margin:0 auto;
}
.left {
	background-image: url(img/left.png);
	background-repeat: repeat-y;
	behavior: url("inc/iepngfix.htc");
}
.right {
	background-image: url(img/right.png);
	background-repeat: repeat-y;
	behavior: url("inc/iepngfix.htc");
}
.main {
	background-color: #FFF;
	background-image: url(img/main_bg.gif);
	background-repeat: repeat-x;
}
.footer {
	font-size:10px;
	color:#FFF;
	width:800px;
	text-align:center;
	margin:0 auto;
	padding-top:10px;
}
.content {
	width:645px;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	float:left;
	clear:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.content_m {
	width:810px;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
}
.content_txt {
	margin-top:0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align:justify;
}
.rail {
	width:140px;
	padding-right:20px;
	margin-top:10px;
	padding-left:5px;
	float:right;
	clear:right;
}
#rail ul {
	list-style-type: none;
	padding:0px;
}
#rail li {
	padding-bottom:20px;

}
h1 {
	font-size:18px;
	font-weight:bold !important;
	color:#C16b84;
	padding-bottom:8px;
}
h2 {
	font-size:14px;
	font-weight:bold !important;
	color:#C16b84;
	padding-bottom:8px;
}
/*==== Form Style ==============================*/
.textfield {
	line-height: 11px;
	padding: 4px;
	width:450px;
	border: 1px solid #999999;	
}

/*==== IE PNG Hack ==============================*/
 
/*img, div, input { behavior: url("inc/iepngfix.htc") }*/
img, div, input, tr, td, p { behavior: url("inc/iepngfix.htc") }
 
/*==== Nav List Style ==============================*/
#navlist {
	margin:0;
	padding:0;
	width:820px;
	height:60px;
	text-align:center;
	padding-top:15px;
	padding-left:30px;
}
#navlist li {
	display:inline;
	padding:0;
	margin:0;
	padding-right:0px;
	padding-left:0px;
}
 
/*==== Link Styles ==============================*/

a:link {
	color:#C16b84;
	text-decoration:none;
}
a:visited {
	color:#C16b84;
	text-decoration:none;
}
a:hover {
	color:#C16b84;
	text-decoration:underline;
}
a:active {
	color:#C16b84;
	text-decoration:none;
}
