/* CSS Document */

body{
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
#Container{
	width:860px;
	margin:0px auto;
	position:relative;
/*	border:1px solid #000000;*/
}
#HeadContainer{
	width:860px;
	height:117px;
	position:relative;
}
#Logo{
	width:243px;
	left:0px;
	position:absolute;
}
#TopNav{
	width:617px;
	left:243px;
	top:77px;
	position:absolute;
}
/*#TopNav a{
	margin-right:7px;
}
*/#ContentsContainer{
	width:860px;
	height:643px;
	position:relative;
	background-color:#F4E1F4;
}
#TopRightRound{
	position:absolute;
	top:0px;
	right:0px;
}
#BottomRightRound{
	position:absolute;
	bottom:0px;
	right:0px;
}
#MainPic{
	background-image:url(../images/main_pic01.jpg);
	background-repeat:no-repeat;
	width:386px;
	height:643px;
	position:absolute;
	left:0px;
	top:0px;
}
.ContentsBox{
	width:446px;
	height:581px;
	position:absolute;
	top:42px;
	right:29px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
}
.Heading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#663366;
}
#FooterContainer{
	padding:10px 20px 20px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#999999;
	text-align:right;
}
#FooterText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#999999;
	text-align:right;
	margin-top:2px;
}
#FooterIcon{
	float:right;
}




