@charset "utf-8";

body{
	margin:0;
	padding:0px;
	text-align:center;
}

#top_banner {
	margin-left:-10px;
	float:left;
}


#wrapper {
	width:849px;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat:repeat-y;
	text-align: center;
	margin:auto;

}

#header{
	background-image:url(images/index_02.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 4px;
}
#content{
	width: 789px;
	height: 500px;
	text-align: center;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	background-image:url(images/right_flag2.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}

#footer{
	height:81px;
	background-image:url(images/footer.jpg);
	clear:both;
}


#menu{
	width: 105px;
	height: 500px;
	text-align: center;
	float:left;
	background-color: #29188A;
	vertical-align:top;
}

#main_text{
	width: 505px;
	margin-left: 10px;
	float: left;
	padding-left: 4px;
	padding-top: 10px;
}
