html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #A9A699;
	color: #707070;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	font-family: Tahoma, Arial;
	font-size: 13px;
	margin:0;
	padding:0;		
}

div {
	text-align: left;
	margin: 0;
	padding: 0;	
}

table {
	font-family: Tahoma;Arial;
	font-size: 14px;
}

label {
	font-size: 11px;
	color: gray;
}

.normalsize {
	font-size: 13px;
}

p {
	line-height: 1.5em;	
}

h1 {
	font-size: 1.3em;
	font-family: Georgia, Palatino, Times New Roman;
	letter-spacing: -1px;
	color: #695834;
	margin-bottom: 20px;
}

iframe {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.imp {
	line-height: 1.2em;		
}

.menulink {
	display: block;
	clear: both;
	margin-bottom: 6px;	
	padding-bottom: 1px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 14px;
}

ul {
	line-height: 2.25em;
}

a:link {
	color: #004080;
	text-decoration: none;
}

a:visited {
	color: #004080;
	text-decoration: none;
}


a:hover {
	color: #004080;	
	/* color: #cc0000;	*/
	text-decoration: none;
	/* text-decoration: underline; */
}

a:active {
	color: #004080;
	text-decoration: none;		
}

#page {	
	text-align: center;	
	width: 100%; 	
	margin: 30px auto; 	
}

#wrapper {
	width: 1100px;
	margin: 0 auto;
}

#header {	
	text-align: center;	
	height: 190px;
	background-image: url('img/header.png'); 
	background-repeat: no-repeat; 
	background-position: center;	
	display: block;	
}

#menu {	
	float: left;	
	width: 145px;
	margin-top: -50px;	
	margin-left: 180px;		
}

#main{
	background-image: url('img/content.png'); 
	background-repeat: repeat-y;
	background-position: center;	
	display: block;
}

#content {
	position: relative;
	top: 0;
	right: 0;
	background: transparent;		
	margin:0;	
	padding:0;	
	overflow: hidden;
	margin-top: -3.7em;
}

#footer {	
	height: 150px;
	background-image: url('img/footer.png'); 
	background-repeat: no-repeat;
	background-position: top center;	
}
