﻿body 	{font-family: "Copperplate Gothic Light";
	font-size:12pt;
	color: #FFFFE3;
	background: #FFFFE3;
	text-align: center;}
a {text-decoration: none;}
a:link {color:#FFFFE3;}
a:visited {color:#FFFFE3;}
a:active {color: #FFFFE3;}
img {border:0;}

h1 	{font-family: "Copperplate Gothic Light";
	font-size:16pt;
	color: #FFFFE3;
	}
	
h2 	{font-family: "Copperplate Gothic Light";
		font-size:15pt;
		color: #FFFFE3;
		line-height: 10pt;
	}



#holder
{
	position: absolute;
	left:5%;
	width:90%;
	height:98%;
	margin: 0 auto;
	background:#7A2232;
}

#header
{
	position: relative;
	width:95%;
	top:10px;
	margin: 0 auto;
	background:#111111;
}

#menu
{
	position: absolute;
	width:23%;
	top:15%;
	left:2.5%;
	background:#111111;
}

#innerMenu
{
	position: relative;
	width:90%;
	top:5%;
	height:90%;
	margin: 0 auto;
	text-align:left;
	padding-bottom:30px;
	z-index:10;
}

#logo
{
	position: absolute;
	width:23%;
	bottom:0%;
	height:25%;
	left:2.5%;
}

#main
{
	position: absolute;
	width:70%;
     	top:15%;
     	height:82%;
     	right:2.5%;
     	overflow:auto;
     	font-family:"Georgia";
     	text-align: left;
}

#footer
{
	position: absolute;
	width:70%;
     	bottom:1%;
     	right:2.5%;
	font-size:8pt;
	color: #000000;
	margin: 0 auto;
     	
}

.rtop, .rbottom{
	display:block;
	background:#7A2232;
}

.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#111111;
}

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
	margin: 0 1px;
	height: 2px
}
