body{
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #000;
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

a{
	color: #000;
	text-decoration: none;
}

/* PAGE */

#page{
	margin: auto;
	text-align: center;
	width: 900px;
}

/* MAIN */

#main{
	margin-top: 2px;
	float: left;
	text-align: left;
	width: 100%;
	background-image: url(./image/bg_main.gif);
	background-repeat: repeat-y;
}

/* CONTENT */

#content1, #content3{
	float: left;
}

/* CONTENT - 1 */

#content1 p{
	float: left;
	margin: 12px 0 0 0;
	padding: 5px 0 0 5px;
	font-size: 10px;
	font-family: arial, sans-serif;
	width: 546px;
	/* height: 200px; */
	border: 1px solid #bcbcbc;
	background-image: url(./image/bg_content_p.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content1 p.details{
	font-size: 11px;
	font-family: verdana, sans-serif;
	padding-bottom: 5px;
}

#content1 p.details b{
	font-size: 14px;
	font-family: verdana, sans-serif;
}

#content1 p.details #a_vote{
	font-size: 10px;
}

#content1 p.details #a_vote img{
	margin: 20px 3px 10px 3px;
}

#content1 p.details a.login{
	color: #b93c12;
	font-size: 20px;
	font-weight: bold;
}

#content1 p.details a{
	color: #b93c12;
	font-size: 12px;
}

#content1 p.details #senderpic{
	border-right: 4px solid #fff;
	border-bottom: 3px solid #fff
}

#content1 p.none, #content3 p.none{
	height: 25px;
	border: none;
	background-image: none;
	text-align: center;
	width: 546px;
	margin-top: 45px;
	cursor: default;
}

#content1 p.none a, #content3 p.none a{
	font-size: 10px;
	margin: 0;
	text-decoration: underline;
}

#content1 p img.icon{
	margin-right: 10px;
	width: 18px;
	height: 18px;
}
/* CONTENT - 3 */

#content3 p{
	float: left;
	margin: 12px 11px 0 0;
	padding: 5px 0 0 5px;
	font-size: 10px;
	font-family: arial, sans-serif;
	width: 170px;
	height: 190px;
	border: 1px solid #bcbcbc;
	background-image: url(./image/bg_content_p.png);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: pointer;
}

#content3 p img.icon{
	margin-right: 10px;
	width: 18px;
	height: 18px;
}

#content3 p img{
	margin-right: 10px;
	width: 165px;
	height: 124px;
}

#content3 a{
	color: #000;
	font-size: 10px;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding: 2px 6px;
	margin-right: 9px;
	border: solid 1px #bcbcbc; 
	background-color: #f5f5f5; 
}

#content3 p a{
	font-weight: normal;
	padding: 0px; 
	border: none;
	background-color: #fff;
}

#content3 #c3_msg a{
	color: #b93c12;
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding: 0px; 
	border: none;
	background-color: transparent;
}

#content3 #c3_msg{
	font-size: 10px;
	font-family: verdana, sans-serif;
	width: 165px;
	padding-right: 5px;
	cursor: default;
}

#content3 #c3_msg strong{
	font-size: 14px;
}

/* SIDEBAR */

#sidebar{
	float: right;
	width: 312px;
	border-top: 24px solid #fff;
}

#sidebar p{
	font-size: 14px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #acadad;
	margin-top: 10px;
}

#sidebar ul{
	list-style-type: none;
	margin: 5px 0 40px 0;
	padding-left: 15px;
}

#sidebar ul a{
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #b93c12;
	font-weight: bold;
}

#sidebar ul li{
	list-style-image: url(./image/li_sidebar.gif);
	margin-bottom: 10px;
}

#sidebar ul li.img{
	list-style-image: none;
	margin-bottom: 10px;
}

#sidebar ul ul{
	list-style-type: none;
	margin: 10px 0 15px 0;
}

#sidebar ul ul a{
	font-size: 11px;
	font-family: arial, sans-serif;
	color: #000;
	font-weight: normal;
}

#sidebar ul ul li{
	list-style-image: none;
	list-style-type: square;
	margin-bottom: 5px;
}

#sidebar_l{
	float: left;
	width: 144px;
	margin: 0 0 0 7px;
}

#sidebar_r{
	float: right;
	width: 144px;
	margin: 0 7px 0 0;
}

#header1{
	background-color: #2b2b2b;
	height: 34px;
}

#header2{
	position: relative;
	margin: auto;
	text-align: center;
	width: 900px;
	height: 88px;
	border-bottom: 1px solid #000;
}

#header2 .logo_txt{
	position: absolute;
	left: 0px;
	top: 59px;
	font-size: 20px
}

#header2 .xxl_search{
	position: absolute;
	right: 16px;
	top: 10px;
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 13px;
	text-align: left;
}

#s_ypc{
	cursor: pointer;
}