/* CSS Document */


body,td,th {
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

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

#container{
	width:753px;
	margin:5px auto;
	height: 100%;
}

#header{
	text-align: center;
	background-image: url(images/head.gif);
	height: 535px;
	background-color: #FFFFFF;
	padding: 0 auto;
}

#title{
	margin:auto;
	margin-top: 0px;
	padding: 0;
	width: 753px;
}
#righht_content dl.lead {
	margin: 0 0 15px;
	padding: 9px 0 0;
	color: #C4C4C4;
	background: url(images/frame_gray_u.gif)
	 no-repeat;
	width: 449px;
	text-align: left;
}
#righht_content dl.lead dd {
	margin: 0px;
	color: #666666;
	padding: 0 10px 10px;
	background: #C4C4C4 url(images/frame_gray_b.gif) bottom;
	background-repeat: no-repeat;
}


#main{
	width: 100%;
	background-repeat: repeat-y center top;
	background: url(images/content_bg.gif);
	background-color: #FFFFFF;
	padding: 0;
}
#content{
	background:url(images/content_bg.gif);
	background-repeat: repeat-y center top;
	width: 753px;
	height: 100%
	margin:0;
	padding:0;
}

#righht_content{
	width:490px;
	margin:center;
	float: left;
	margin-top: 25px;
}

#left_menu{
	width:260px;
	float: right;
	height: 100%;
	margin-top: 25px;
}

#left_menu dl.movie {
	margin: auto;
	padding: 10px 0 0;
	background: url(images/frame_goidin_u.gif) no-repeat;
	width: 221px;
	text-align: left;
}
#left_menu dl.movie dd {
	margin: 0px;
	color: #333333;
	padding: 0 10px 10px;
	background: #BFAE67 url(images/frame_goidin_b.gif) bottom;
	background-repeat: no-repeat;
}


#content hr{
	clear: left;
	height: 1px;
	margin: 0;
	border: none;
	 }


#footer{
	width: 753px;
	margin: center;
	background-image: url(images/bottom_bg.gif);
	height: 62px;
	 }

/* FONT STYLE */

.small {
	font-size: 12px;
	line-height: 18px;
}
.td_gold {
	background-color: #AA8B07;
}
.caption {
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
.big {
	font-size: 16px;
	line-height: 20px;
}
.mail {
	color: #A2082B;
	font-size: 13px;
}
.gold_big {
	font-size: 18px;
	color: #AA8B07;
}
