/* CSS Document */
/* ####################################################################################################### */
/* ### MAIN PAGE CONTENT ################################################################################# */
/* ####################################################################################################### */
/*div{border:#000 1px solid;}*/

/* ------------------  CONTENT HOMEPAGE  -----------------------*/
#content{
	position:relative;
	width:489px;
	height:465px;
	margin:0 0 0 130px;
	/*background:#abc;*/
	}
#main_copy{
	background:url(../images/flower.gif) no-repeat;
	width:487px;
	height:327px;
	/*margin:10px 0 5px 0;*/
	/*padding:10px 0 5px 0;*/
	font-size:15px;
	line-height:18px;
	/*border:#000 1px solid;*/
	}
#main_copy h1{
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	padding:10px 0 20px 15px;
	margin:0px;
	}
#main_copy p{
	margin:0px;
	padding:0 0  0 15px;
	}
#main_copy p a{
	font-size:15px;
	color:#7b2e1a;
	/*text-decoration:underline;*/
	}
#main_copy p a:hover{
	text-decoration:underline;
	}
#news_shadow_left{
	position:absolute;
	top:295px;
	left:480px;
	}
#footer_swf{
	background:url(../images/footer_html.jpg) no-repeat;
	width:489px;
	height:88px;
	margin-top:15px;
	text-align:center;
	font:20px "Times New Roman", Times, serif;
	color:#ded8c4;
	}
/* ---------------  LEFT COLOUMN  --------------------*/
#left_coloumn{
	position:absolute;
	top:101px;
	left:0;
	width:129px;
	height:495px;
	border-right:#d2d2d2 1px solid;
	/*background:#00CC99;*/
	}
.asides{
	font-size:11px;
	text-align:center;
	color:#999;
	display:block;
	}

/* ---------------  RIGHT COLOUMN  --------------------*/
#right_coloumn{
	position:absolute;
	top:131px;
	left:618px;
	width:auto;
	height:466px;
	border-left:#d2d2d2 1px solid;
	}
#news{
	background:url(../images/news_label.jpg) no-repeat;
	width:126px;
	height:45px;
	position:absolute;
	top:295px;
	left:0px;
	}
#news_shadow_right{
	position:absolute;
	top:425px;
	left:745px;
	}
#newsline{
	font-size:12px;
	text-align:right;
	color:#999;
	display:block;
	position:relative;
	top:145px;
	left:0px;
	}
#newsline a:link, a:visited{
	text-decoration:none;
	color:#999;
	}
#newsline a:hover{
	color:#7b2e1a;
	}
#news_pic{
	position:absolute;
	top:240px;
	left:6px;
	border:#ccc 1px solid;
	}

