@charset "utf-8";
#wrapper {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #inwrapper {
	height: 600px;
	width: 800px;
	margin: auto;
}
#wrapper #inwrapper #header {
	height: 94px;
	width: 800px;
}
#wrapper #inwrapper #header #headerl {
	float: left;
	height: 94px;
	width: 400px;
}
#wrapper #inwrapper #header #headerr {
	float: right;
	height: 74px;
	width: 300px;
}
#wrapper #inwrapper #nav {
	height: 45px;
	width: 800px;
	padding-left: 2px;
}

#wrapper #inwrapper #content {
	height: 420px;
	width: 800px;
	text-align:justify;
	font-size:15px;
	font-family:Georgia;
	background-repeat: no-repeat;
	background-image: url(../IMAGES/bg-dun.png);
}
#wrapper #inwrapper #content #head {
	height: 50px;
	width: 600px;
	padding-top: 15px;
}
#wrapper #inwrapper #content #continner {
	height: 320px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}


img.floatRight { 
    float: right; 
    margin-right: 10px; 
	margin-top:15px;
	margin-left:15px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h4 { 
font-family: georgia ;
font-size : 12pt; 
font-weight : normal;
font-style:italic;
color:#F00;
}
h5{
font-family: georgia ;
font-size : 9pt; 
font-weight : normal;
font-style:italic;
color:#09F;	
}

