body{
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #000;
	text-align: center;
	background-color: #f6f6f6;
	margin: 0;
	padding: 0;
}

a{
	color: #000;
	text-decoration: none;
}

/* PAGE */

#page{
	margin: auto;
	text-align: center;
	width: 940px;
}

/* 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: 501px;
	border: 1px solid #bcbcbc;
	background-image: url(./image/bg_content_p.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
}

#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 span.login{
	color: #b93c12;
	font-size: 20px;
	font-weight: bold;
}

#content1 p.details a{
	color: #b93c12;
	font-size: 11px;
}

#content1 p.details input, textarea{
	width: 490px;
}
#content1 p.details input.bt{
	width: 200px;
}

#content1 p.info, #content3 p.info{
	height: 25px;
	border: none;
	background-image: none;
	background-color: transparent;
	text-align: center;
	width: 501px;
	margin-top: 25px;
	cursor: default;
}

#content1 p.none, #content3 p.none{
	height: 25px;
	border: none;
	background-image: none;
	background-color: transparent;
	text-align: center;
	width: 501px;
	margin-top: 25px;
	cursor: default;
}

#content1 p.none a, #content3 p.none a{
	font-size: 10px;
	margin: 0;
}

#content1 p img.icon{
	margin-right: 10px;
	width: 18px;
	height: 18px;
}

#content1 img.prev{
	border: 1px solid #000;
}
/* 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: 155px;
	height: 140px;
	border: 1px solid #bcbcbc;
	background-image: url(./image/bg_content_p.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
}

#content3 p img.icon{
	margin-right: 10px;
	width: 18px;
	height: 18px;
}

#content3 p img{
	margin-right: 10px;
	width: 150px;
	height: 100px;
}

#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: transparent;
}

#content3 #c3_msg a{
	color: #b93c12;
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding: 0px; 
	margin: 0px;
	border: none;
	background-color: transparent;
}

#content3 #c3_msg{
	font-size: 10px;
	font-family: verdana, sans-serif;
	width: 150px;
	padding-right: 5px;
	cursor: default;
	background-color: #fff;
}

#content3 #c3_msg strong{
	font-size: 14px;
}

/* SIDEBAR */

#sidebar{
	float: right;
	width: 372px;
	border-top: 10px solid #f6f6f6;
	background-color: #7D83FC;
}

#sidebar p{
	font-size: 14px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-top: 10px;
}

#sidebar ul{
	list-style-type: none;
	margin: 5px 0 20px 0;
	padding-left: 15px;
}

#sidebar ul a{
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #000;
	font-weight: normal;
}

#sidebar ul li{
	list-style-image: url(./image/li_sidebar.gif);
	margin-bottom: 10px;
}

#sidebar ul.none li{
	list-style-image: none;
	margin-bottom: 10px;
}

#sidebar ul li.img{
	list-style-image: none;
	margin-bottom: 10px;
}

#sidebar_l{
	float: left;
	width: 164px;
	margin: 0 0 0 7px;
}

#sidebar_r{
	float: right;
	width: 164px;
	margin: 0 7px 0 0;
}

#sidebar_c{
	float: left;
	width: 359px;
	margin: 0 0 0 7px;
}

#sidebar img.prev{
	border: 1px solid #000;
}
#header1{
	background-color: #010957;
	height: 20px;
}

#header2{
	position: relative;
	margin: auto;
	text-align: center;
	width: 950px;
	height: 80px;
}

#header2 .searchbox{
	position: absolute;
	right: 21px;
	top: 10px;
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 13px;
	text-align: left;
}