/* ::::: http://www.timestius.com/images/css.css ::::: */

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #00516e;
	background-image: url(../images/righttexture.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.footer_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}

#website {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -470px;
	margin-top: -320px;
	width: 940px;
	height: 640px;
	z-index: 2;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/fundopng.png);}

.img {
	border: 0px none #00364A;
}

#logo {
	position: relative;
	width: 270px;
	height: 108px;
	top: 15pt;
	left: 15pt;
}
#leftcolumn {
	position: absolute;
	left: 20px;
	top: 128px;
	height: 492px;
	width: 270px;
}
#centercolumn {
	position: absolute;
	left: 290px;
	top: 164px;
	height: 436px;
	width: 380px;
	background-color: #4C0000;
	overflow: auto;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}
#rightcolumn {
	position: absolute;
	left: 710px;
	top: 164px;
	height: 436px;
	width: 170px;
	background-color: #00516E;
	background-repeat: repeat;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	overflow: visible;
	text-align: left;
	background-image: url(../images/righttexture.jpg);
}
.imgborder {
	border: 6px solid #680000;
}

#footer_left {
	position: absolute;
	left: 20px;
	top: 624px;
	width: 270px;
	height: 11px;
	color: #FFFFFF;
}
#footer_right {
	position: absolute;
	left: 750px;
	top: 625px;
	width: 169px;
	height: 11px;
	color: #FFFFFF;
}

#header {
	height: 108px;
	width: 630px;
	position: relative;
	left: 290px;
	top: -88px;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

