body {
	color:#333;
	background-color:#eff2f3;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
}

#mainbox{
background-color:#eff2f3;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#09c;
}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:900;
	color:#09c;
}	
	
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
  

/* ************************************************** */
/* ************************************************** */
.content {
	position:relative;
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3;
}

.boxMeCenter {
	position:relative;
	width:auto;
	min-width:120px;
	margin:100px 310px 20px 240px; /* 99top, width, bottom, fromLeft */
	border:0px solid black;
	background-color:white;
	padding:0px;
	z-index:3;
}

/* ************************************************** */
/* ************************************************** */
#boxMeLeft {
	position:absolute;
	width:230px;
	top:100px;
	left:10px;
	border:0px dashed black;
	background-color:white;
	padding:0px;
	z-index:2;
	voice-family:inherit;
}

#banner {
	position:absolute;
	width:550px;
	top:-10px;
	height:80px;
	left:20px;
	border:0px dashed black;
	background-color:white;
	padding:1px;
	voice-family:inherit;
}

#headerNavigation{position:absolute;
		width:98%;
		top:75px;
		left:13px;
		background-color:#000000;	
}

/* ************************************************** */
/* ************************************************** */

#boxMeRight {
	position:absolute;
	width:269px;
	top:100px;
	right:10px;
	border:0px dashed black;
	background-color:white;
	padding:0px;
	z-index:1;
}

#bannerRight {
	position:absolute;
	width:300px;
	top:-10px;
	right:20px;
	border:0px dashed black;
	background-color:white;
	padding:10px;
}

/* ************************************************** */
ul.navigation{font-size:11px;
width:100%;          
padding:0;
margin:0;
list-style-type:none;
border-bottom:0px solid white; /*horozintal line*/
background-color: #DDC443; /* gold */
}

ul.navigation2{font-size:14px;
width:auto;
color:#DDC443; /* Gold */
padding:0;
margin:0;
list-style-type:none;
border-bottom:1px solid white; /*horozintal line*/
background-color:#DDC443; /* gold */
}

li.lineup {display:inline;}

a.thislink{float:left;
width:100px; /* width of the box */
text-decoration:none;  /* removes the underline */
text-align:center;
color:#000000; /* black text */
background-color:#DDC443; /* gold bg color */
padding:0.2em 0.6em; /* inside edge of box */
border-right:1px solid white; /*vertical line*/
border-bottom:1px solid white; /* horozintal line*/
}

a:hover {background-color: #000000; /*black bg color */
color:#DDC443; /* gold */
font-weight:bold;
border-bottom:1px solid black; /* horozintal line*/
}

a.WhereAmInowlink{float:            left;
width:            100px;   /* width of the box */
text-decoration:  none;    /* removes the underline */
text-align:       center;
font-weight:      bold;
color:            #DDC443; /* gold */
background-color: #000000; /*black*/
padding:          0.2em 0.6em; /* inside edge of box */
border-right:     1px solid white; /*vertical line*/
border-bottom: 1px solid #000000; /*horozintal line BLACK*/
}

/* ************************************************** */
/* ************************************************** */	

.boxMePrincipals {
	position:relative;
	width:98%;
	min-width:120px;
	margin:100px 310px 20px 0px; /* 99top, width, bottom, fromLeft */
	border:0px solid black;
	background-color:white;
	padding:0px;
	z-index:3;
}

img.floatleft{
float:left;
margin:5;
padding:5;
}
