* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
 	font-size: 80%;
	font-family: "Verdana";
	margin: 0;
	padding: 0;
}

.clearfix {
	clear: both;
}
#wrapper {
 	background: #d1be9e url(images/bg_neu2.jpg); /* url(images/bg.gif) repeat-x bottom left; */
	width: 100%;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
#box-page {
 	background-color: #f0e6cc;
	margin: 0 auto;
	width: 856px;
	padding-bottom: 15px;
}

#box-logo {
 	background-image: url(images/logo-bg.png);/*  logo-bg.png */
 	/*
	background: expression("none");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/logo-bg.png');
	*/
 	background-color: #f0e6cc;
	height: 69px;
	padding: 40px 30px 0px 601px;
}
#box-logo-img {
  	background: url(images/logo.png);
	background: expression("none");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/logo.png');
	width: 246px;
	height: 50px;
}
#box-logo-img a {
	display: block;
	width: 246px;
	height: 50px;
}


#box-nav {
 	margin: 10px 0px 0px 0px;
 	clear: both;
 	padding: 0px 15px;
 	text-transform: uppercase;
}
#box-nav a {
 	color: #b0a18b;
 	text-decoration: none;
}
#box-nav a:hover {
	color: #9a703e;
}
#box-nav a.active {
	color: #9a703e;
}


#box-nav td {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}


#box-content {
 	height: 480px;
 	background-color: #ebd9ac; /*#e4d2a3;*/
 	clear: both;
 	padding: 40px 15px 10px 15px;
	margin: 0px 15px 25px 15px;
	color: #000e7a;
	font-size: 1.1em;
	overflow: auto;
}


#box-content h1 {
	font-weight: normal;
	color: #0028b8;
	margin-bottom: 20px;
}


#box-content p {
	margin-bottom: 10px;
	padding-right: 40px;
	line-height: 17px;
}

#box-content a {
	color: #001ae0;
	text-decoration: none;
}

#box-content a:hover {
	text-decoration: underline;
}
#box-content ul {
	margin: 0 16px 12px 16px;
}

#box-content select {
	font-size: 0.9em;
	width: 100px;
 	padding: 2px 0;
 	border: 1px solid #c9b79e;
}
#box-content input, textarea {
 	border: 1px solid #c9b79e;
 	padding: 2px 4px;
}
#box-content input {
	font-size: 0.9em;
}
#box-content textarea {
 	font-size: 0.9em;
	font-family: "Verdana";
}
#box-content input.submit {
	font-size: 9px;
	width: 100px;
}
#box-content td {
	padding-bottom: 2px;
}
