@charset "UTF-8";
/* CSS Document */

body
{
	background-image:url(../images/bgimg.jpg);
	background-repeat:repeat-x;
	background-color:#6699CC;          /* #66CCFF; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.4em;
	margin:0;
	border:0;
	padding:0;
}

h1
{
	font-size:22px;
}

h2
{
	font-size:16px;
}

h3
{
	font-size:14px;
}

#wrapper
{
	width:900px;
	margin:0 auto;
}

#header
{
	width:900px;
	height:280px;
	background-image:url(../images/gymlogo_05.jpg);
	background-color:#FFFFFF;
}

#navbar
{
	width:885px;
	height:40px;
	padding:5px 15px 5px 0;
	/* background-color:#07266A; */	
}

#navbar ul
{
	text-align:right;
	
}

#navbar li
{
	display:inline;
	list-style-type:none;
	text-decoration: none;
	padding:0.7em 0.3em 0.7em 0.3em;
}


#navbar a:link, #navbar a:visited
{
	color:#07266A;
	text-decoration: none;
}


#navbar a:hover
{
	text-decoration: none;
	color:#355BC1;
}



#content
{
	width:900px;
	height:auto;
	background-color:#FFF;
	/*background-color:#CCCCCC; */
} 

#content a:link, #content a:visited
{
	color:#07266A;
	text-decoration: none;
}


#content a:hover
{
	text-decoration: none;
	color:#355BC1;
}

#content_inner
{
	width:900px;
	padding:35px;
}

#form_signup, #form_rego, #formAdmin, #form_class_add
{
	width:85%;	
}

#form_signup fieldset, #form_rego fieldset, #formAdmin fieldset, #form_class_add fieldset
{
	background-color:#CBE8E8;
	border:none;
	padding:8px;
}

#form_signup legend, #form_rego legend, #formAdmin legend, #form_class_add legend
{
	font-weight:bold;
	font-style:italic;
	font-size:larger;	
}

#form_signup label, #form_rego label, #formAdmin label, #form_class_add label
{
	display:block;
	width:200px;
	float:left;
	text-align:right;
}

#form_signup input, #form_rego input, #formAdmin input, #form_class_add input
{
	width:300px;
}

#form_signup #reset, #form_signup #submit, #form_rego #reset, #form_rego #submit, #formAdmin #reset, #formAdmin #submit, #form_class_add #reset, #form_class_add #submit
{
	width:70px;
	float:right;
}

#about
{
	width:570px;
	height:394px;
	float:left;
	background-color:#FFFFFF;
	padding:10px 35px 20px 35px;
}

#address_contact
{
	width:210px;
	height:356px;
	float:left;
	background-color:#6699FF;
	padding:30px 15px 20px 35px;
	font-size:75%;
	line-height:1.4em;
}
 



/* --------------------------------------------- FOOTER ---------------------------- */

#footer
{
	clear:both;
	width:900px;
	height:auto;
	font-size:70%;
	background-color:  #97D1FF;/*  #355BC1;  #5099D6; nice nice color */
}

#footer ul
{
	text-align:center;
}


#footer li
{
	display:inline;
	list-style-type:none;
	text-decoration: none;
}

#footer a:link, #footer a:visited
{
	color:#333;
	text-decoration: none;
}


#footer a:hover
{
	text-decoration: none;
	color:#006699;
}

#footer p
{
	font-size:70%;
	text-align:center;
}

.red
{
	color:#990000;
}
