@charset "utf-8";
/* CSS Document */

#background {
	position:absolute;
	left:119px;
	top:110px;
	width:1024px;
	height:300px;
	z-index:1;
	background-image: url(images/background.png);
}
body {
	margin-left: 0px;
	margin-top: 20px;
	background-color: bdbec2;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
#lima {
	position:absolute;
	left:826px;
	top:28px;
	width:298px;
	height:298px;
	z-index:5;
	background-image: url(images/lima&friend.png);
}
#header {
	position:absolute;
	left:124px;
	top:141px;
	width:1014px;
	height:186px;
	z-index:3;
	background-image: url(images/header.jpg);
}
#navbar {
	position:absolute;
	left:157px;
	top:115px;
	width:1014px;
	height:20px;
	z-index:4;
	background-image: none;
}
#navbarbackground {
	position:absolute;
	left:124px;
	top:115px;
	width:1014px;
	height:40px;
	z-index:2;
	background-image: url(images/navbarbackground.png);
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#bodyarea {
	position:absolute;
	left:119px;
	top:327px;
	width:1024px;
	z-index:1;
	background-image: url(images/bodyarea_bg.gif);
	background-repeat: repeat-y;
}
#bodyarea #left {
	width: 768px;
	float: left;
	background-image: none;
	background-repeat: repeat-y;
}
#bodyarea #right {
	width: 256px;
	float: right;
	background-image: none;
	background-repeat: repeat-y;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #666666;
	text-transform: uppercase;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FF0000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#bodyarea #footer {
	height: 23px;
	clear: both;
	background-image: url(images/bodyarea_footer_bg.gif);
	background-repeat: no-repeat;
}
#filler {
	position:absolute;
	left:119px;
	top:790px;
	width:100px;
	height:50px;
	z-index:1;
	background-image: none;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #666666;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #666666;
}
#bodyarea #copyrightinfo {
	background-color: #BDBEC2;
}
