
* { padding: 0; margin: 0; }

body {
 /*background: #c5e0f1 url('images/bg-gradient.jpg') repeat-x;*/
 /*background-color: #c5e0f1;*/
 background-color: #ffffff;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin-top: 0px;
}

#wrapper { 
 margin: 0 auto;
 width: 760px;
 background-color: #ffffff;
}

#headerinner {
 width: 760px;
 border: 0px solid #ccc;
 height: 118px;
 margin: 0px 0px 0px 0px;
 background: url('images/menu-inner-blank.jpg') no-repeat;
}

#home {position: relative; left: 440px; top: 90px; text-decoration: none; font-size: 0.8em; color: #000;}
#services {position: relative; left: 458px; top: 85px; text-decoration: none; font-size: 0.8em; color: #000;}
#members {position: relative; left: 468px; top: 90px; text-decoration: none; font-size: 0.8em; color: #000;}
#about {position: relative; left: 474px; top: 85px; text-decoration: none; font-size: 0.8em; color: #000;}
#contact {position: relative; left: 486px; top: 92px; text-decoration: none; font-size: 0.8em; color: #000;}

#home:hover{color: #ff0000; text-decoration: underline;}
#services:hover{color: #ff0000; text-decoration: underline;}
#members:hover{color: #ff0000; text-decoration: underline;}
#about:hover{color: #ff0000; text-decoration: underline;}
#contact:hover{color: #ff0000; text-decoration: underline;}

#navigation {
 width: 760px;
 height: 511px;
 background-color: #ffffff;
 /*border-top: 10px solid #ffffff;*/
}

#content { 
 width: 760px;
 color: #333;
 background-color: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

#content p
{
margin: 0 0 0px 50px; width: 600px; background-color: #ffffff;
}

#content a
{
color: #0000ff;
text-decoration: none;
}

#content a:hover
{
color: #cc0000;
text-decoration: underline;
}

#content h1 {margin: 0 0 5px 50px; font-weight: bold; color: #000000; font-size: 14px;}
#content h2 {margin: 5px 0 5px 50px; font-weight: bold; color: #000000; font-size: 13px;}
 
#footer { 
 width: 760px;
 height: 102px;
 color: #333;
 background: #ffffff url('images/bottom.gif') no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

#copy { 
 width: 760px;
 color: #000;
 font-size: 11px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 50px;
 padding: 0px;
}

#footer a, #copy a{ 
 color: #000;
 text-decoration: none;
}

#footer a:hover, #copy a:hover{ 
 color: #dc143c;
 text-decoration: underline;
}

/* Workaround for IE */
#footer p
{
margin: 85px 0 0 50px; 
font-size: 0.8em;
text-transform: uppercase;
/*text-transform: capitalize;*/
}
/* Firefox version */
html>body #footer p
{
margin: 0 0 0 50px; 
font-size: 0.8em;
line-height: 18.5em;
text-transform: uppercase;
/*text-transform: capitalize;*/
}
 
.noborder {border: 0px solid #fff;}

#loading {
	width: 200px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 200px;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
	font-family: arial;
	font-size: 13px;
}