html
{
  /*font-family: Verdana;*/
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em Verdana, Tahoma, Helvetica, sans-serif;
	color: #000000;
	background-image:url("images/background.jpg");
	background-repeat: repeat-x;
	background-color:#FFFFFF;	
}
p{
  margin-bottom: 0px;
}

a:link	{color:#C5C5C5; text-decoration:none; cursor:hand}
a:visited {color:#C5C5C5; text-decoration:none; cursor:hand}
a:hover {color:#C5C5C5; text-decoration:none; cursor:hand}
a:active {color:#C5C5C5; text-decoration:none; cursor:hand}

/*============================================================================*/
/*=========================== MY STYLE ======================================*/
/*============================================================================*/

.main_frame{
	width:1000px;
	margin:0 auto;
/*	border:#000000 solid 1px;*/
}

.main_top{
	background-image:url("images/top.png");
	background-repeat: no-repeat;
	width:1000px;
	height:260px;
}

.left_spacer{
	background-image:url("images/left_bg.jpg");
	background-repeat: repeat-y;
	width:43px;		
}

.right_spacer{
	background-image:url("images/right_bg.jpg");
	background-repeat: repeat-y;
	width:37px;	
}

.content{
	background-image:url("images/content_bg.jpg");
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	width:920px;	
	padding:0px 40px 20px 40px;	
}

.left_spacer_top{
	background-image:url("images/left_bg_top.jpg");
	background-repeat: no-repeat;
	width:43px;
	height:341px;		
}

.right_spacer_top{
	background-image:url("images/right_bg_top.jpg");
	background-repeat: no-repeat;
	width:37px;	
	height:341px;
}

.main_bottom{
	background-image:url("images/bottom.png");
	background-repeat: no-repeat;
	width:1000px;	
	height:49px;	
}


.menu{
	width:720px;
	height:54px;
	position:relative;
	top:170px;
	left:244px;
}

.top_ico{
	width:55px;
	height:21px;
	position:relative;
	top:20px;
	left:50px;
}

.noborder{
	border:none;
}
/*============================================================================*/
/*==========================/ MY STYLE /======================================*/
/*============================================================================*/
