body {
 background-color:#a9a9a9;
 width:100%;
 border: 0;
 margin: 0;
 padding: 0;
 text-align:center;
}
h1{
color:black;
}
#fade{
width:100%;
height:100%;
display:none;
background-color:#000;
  /* for IE */
filter:alpha(opacity=60);
  /* CSS3 standard */
opacity:0.6;
}
.header{
position:relative;
width:800px;
height:75px;
background-image:url('../images/hdr_bar_blue.jpg');
}
#container{
position:relative;
width:800px;
min-height:750px;
margin-left:auto;
margin-right:auto;
text-align:center;
background-color:#fff;
/*background-image:url('../images/brushstroke.jpg');
background-repeat:no-repeat;
background-position:25% 100%;*/
border:#afafaf 2px solid;
}

#wrapper{
position:relative;
width:800px;
/*height:600px;*/
margin-left:auto;
margin-right:auto;
text-align:left;
}
.leftdiv{
position:relative;
width:175px;
text-align:left;
top:75px;
bottom:0;
float:left;
}
.rightdiv{
position:relative;
width:220px;
text-align:left;
float:right;
right:20px;
top:15px;
bottom:0;
right:0;
}
.main{
position:relative;
font-family:Calibri,Palatino,"Arial Black",sans-serif,Helvetica;
font-size:13px;
font-weight:normal;
width:525px;
top:0px;
bottom:0;
left:20px;
text-align:left;
/*color:#6c6c6c;*/
color:#000;
}
.textLogo{
position:relative;
width:300px;
float:left;
/*top:20px;*/
padding:20px;
font-size:20px;
font-weight:bold;
color:#fff;
}
.textLogo a{
	color: #fff;
	text-decoration: none;
}
.textLogo a:visited{
	color: #fff;
	text-decoration: none;
}
.textLogo a:hover{
	color: #red;
	text-decoration: none;
}
.nav{
position:relative;
width:400px;
float:right;
/*top:20px;*/
padding:25px;
font-size:15px;
/*font-weight:bold;*/
color:#fff;
}
.nav a{
	color: #ededed;
	text-decoration: none;
	font-weight:bold;
}
.nav a:visited{
	color: #ededed;
	text-decoration: none;
	font-weight:bold;
}
.nav a:hover{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;
}

#hover a:hover{
	color:red;
}
.highlight {
	background-color:#FF9D9D;
	border-bottom:#F30 1px solid;
	border-top:#F30 1px solid;
	padding: 4px 10px;
}

.footer {
  position: absolute;
  bottom: 0px;
  width:100%;
  height:50px;
  left:0;
  text-align:center;
  background-color:#ededed;
}
