@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#5a5a5a;
}
hr{
	border:solid;
	border:0px;
	border-top:1px solid #d0d0d0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.body{
	background-image:url(../images/main/black_pattern_tile.jpg);
	background-1color:#020202;
}
.menu_title{
	font-size:17px;
	color:#000;
	font-weight:bold;
	line-height:24px;
}
.purple_title{
	font-size:17px;
	line-height:22px;
	color:#a60098;
	font-weight:bold;
}
.purple{
	color:#a60098;
}
.blue{
	color:#002c7d;
}
.black{
	color:#000000;
}
.purple_button{
	background-image:url(../images/main/purple_button.gif);
	width:251px;
	height:17px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	padding:8px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}
.purple_button a{
	color:#FFF;	
}
.red_button{
	background-image:url(../images/main/red_button.gif);
	width:251px;
	height:17px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	padding:8px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}
.red_button a{
	color:#FFF;	
}
#aniv_div{
	background-image:url(../images/main/25_yr.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#offer{
	background-image:url(../images/main/camera.gif);
	background-position:right 17px;
	background-repeat:no-repeat;
}
#container{
	width:934px;
	margin:auto;
}
#video_player{
	background-image:url(../images/main/vplayer.png);
	width:410px;
	height:307px;
	padding:33px;
	position:absolute;
	z-index:100px;
	margin-top:95px;
	margin-left:15px;
}
#content{
	background-image:url(../images/main/mid.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:17px;
	padding-right:17px;
	overflow:auto;
	padding-bottom:10px;
	margin-top:-4px;
}
#image{
	padding-bottom:10px;
}
#main_menu{
	width:185px;
	padding-left:10px;
	float:left;
	border-right:1px solid #d0d0d0;
	font-size:12px;
	line-height:17px;
	color:#323232;
	margin-bottom:20px;
	padding-bottom:20px;
}
#main_menu a{
	color:#323232;
}
#center_content{
	padding-left:15px;
	padding-right:15px;
	width:380px;
	float:left;
	padding-bottom:20px;
}
#right_content{
	float:right;
	width:270px;
	padding:10px;
	padding-top:4px;
	background-color:#efefef;
	margin-bottom:10px;
	font-size:12px;
	line-height:17px;
}



