html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#7bb5dc url(../images/bg.jpg) bottom repeat-x; 
	color: #FFF;
	font-size:80%; 
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
}

#head {
	position:absolute; 
	margin:0; 
	top:0; 
	right:18px; 
	display:block; 
	width:100%; 
	z-index:5; 
	background: #7bb5dc; 
	color:#FFF; 
	text-align:center;
}

#content {
	display:block; 
	height:100%; 
	max-height:100%; 
	overflow:auto; 
	position:relative;
	z-index:3; 
	word-wrap:break-word;
	text-align:center;
}

#foot {
	position:absolute; 
	margin:0; 
	bottom:-1px; 
	right:18px; 
	display:block; 
	width:100%; 
	height:100px; 
	background: url(../images/bottom.jpg) 22px 0 no-repeat;
	color:#FFF; 
	text-align:center; 
	z-index:4; 
}

.pad2 {
	display:block; 
	height:170px;
}

.pad3 {
	display:block; 
	height:110px;
}

#titlemenu {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#title {
	width:760px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 10px 20px;
	text-align:left;
}

#menu {
	clear:left;
	width:760px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 10px 20px;
}

#contentinfo {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	font-size: 0.95em;
}

#left {
	width:200px;
	float:left;
	text-align:left;
}

#center {
	width:540px;
	float:left;
	padding-left: 20px;
	text-align:justify;
}

#footer {	
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

.itemtitle {
	color: #040466;
	font-size: 1.3em;
	font-weight: bold; 
}

#copyright {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
}

#copyright a {
	color: #FFF;
	font-decoration: underline;
}

#menu a, #menu a:visited {font-size:0.9em; text-decoration:underline; color:#040466;}
#menu a:hover  {text-decoration:underline; color:#FFF;}
#menu a:active, #menu a:focus {color:#FFF; width:0; height:0;}
#menu ul {clear:both; text-align:right; border-top:0px; margin:0 auto; padding:0; list-style-type:none; background:transparent; height:2em;}
#menu ul li {display:inline; color:#040466;}

#left a, #left a:visited {font-size:0.9em; font-weight: bold; text-decoration:none; color:#040466;}
#left a:hover  {text-decoration:none; color:#FFF;}
#left a:active, #left a:focus {color:#FFF; width:0; height:0;}