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

#wrapper #inwrapper {
	height: 800px;
	width: 803px;
	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 #content {
	height: 630px;
	width: 800px;
	text-align:left;
	font-size:13px;
	font-family:Georgia;
	background-image: url(../IMAGES/bg-case.png);
	background-repeat: no-repeat;
}
#wrapper #inwrapper #content #head {
	height: 60px;
	width: 600px;
	margin-left: 20px;
	padding-top: 20px;
}

#wrapper #inwrapper #content #conentinner {
	height: 400px;
	width: 625px;
	margin-right: auto;
	margin-left: 110px;
	margin-top: 30px;
	font-size:12px;
	
}
#wrapper #inwrapper #content #conentinner #inner {
	height: 350px;
	width: 625px;
	overflow-x:hidden;
	overflow-y:auto;
}
#wrapper #inwrapper #nav {
	height: 45px;
	width: 800px;
	padding-left: 2px;
}

img.floatRight { 
    float: right; 
    margin-right:1px; 
}
h4 { 
font-family: georgia ;
font-size : 12pt; 
font-weight : normal;
color:#F00;
font-style:italic;
}
#wrapper #inwrapper #header div {
	float: left;
	height: 20px;
	width: 400px;
}

