﻿*{
	font-size : 100%;
	font-weight : normal;
	padding : 0px;
	margin : 0px;
}


body{
	background : url(./img/back.png); #FFCA63;
	text-align : center;
}

div.Container{
	background : #FFFFFF;
	text-align : left;
	margin : 0px auto 0px auto;
	width : 768px;
	border-left : 2px #FFCE81 solid;
	border-right : 2px #FFCE81 solid;
}


/*  --------Header-------- */
h1{
	background : url(./img/title.png) no-repeat;
	text-indent : -4096px;
	height : 96px;
}

div.Header ul.TopMenuBar{
	list-style-type : none;
	background : url(./img/menubar.png) repeat-x;
	padding-top : 8px;
	padding-left : 16px;
	height : 32px;
}

div.Header ul.TopMenuBar li{
	display : inline;
	padding-right : 7px;
	border-right : 1px solid #FF7F01;
}


div.Header ul.TopMenuBar li span.Focus{
	color : #FFC1E0;
	font-weight : bold;
	padding : 4px;
	margin-left : 8px;
	margin-right : 8px;
	border-top : 2px dotted #FFBF81;
	border-bottom : 2px dotted #FFBF81;
}

div.Header ul.TopMenuBar li a{
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
	margin-left : 8px;
	margin-right : 8px;
}




/*  --------Frame Main-------- */

div.Frame_Main{
	background : #ffffff;
}

div.Frame_Main h2{
	color : #804800;
	background : url(./img/frameleft_h2.png);
	font-size : 150%;
	font-weight : bold;
	padding : 6px;
	margin : 9px 16px 16px 16px;
	border-bottom : 1px dotted #666633;
	border-left : 16px solid #666633;
}

div.Frame_Main div.LastUpdate{
	color : #666666;
	font-size : 10pt;
	margin : 0px 16px 32px 48px;
}


div.Frame_Main div.Box{
	margin-bottom : 80px;
}

div.Frame_Main h3{
	color : #FFFFFF;
	background : #54017F;
	font-weight : bold;
	padding : 6px;
	margin : 0px 16px 16px 32px;
}

div.Frame_Main div.Sent{
	margin : 16px 32px 16px 64px;
}

div.Frame_Main div.Sent p{
	line-height : 150%;
	margin-bottom : 1em;
}

div.Frame_Main div.Sent ul{
	margin : 0px 16px 16px 16px;
}

div.Frame_Main div.Sent ul li{
	margin : 8px 0px 8px 0px;
	line-height : 150%;
}




/* --------Footer-------- */

div.Footer{
	background : #FFB321;
	clear : both;
	color : #805400;
	text-align : center;
	border-top : #663300 dotted 1px;
}

div.Footer div.MesBox{
	padding-top : 64px;
	padding-bottom : 64px;
}

div.Footer div.MesBox p{
	font-weight : bold;
	font-size : 80%;
}
