body
{
	background: #5CA2F8 url(../images/medal-background-solid.jpg) 0 0 no-repeat fixed;
	color: #aaa;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	margin: 0;
}

img
{
	border: 0;
	vertical-align: text-bottom;
}

p
{
	margin: 0;
	padding: 0;
}

input, select
{
	font-size: 10px;
}

textarea
{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

a
{
	color: red;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h2
{
	color: #2149C5;
}

/********************************************************/
/* section containers                        */
/********************************************************/

div#container
{
	width: 770px;
	margin: 0 auto;  	/* center it */
}

div#header
{
	height: 150px;
	background: url(../images/gymgirl.gif) no-repeat;
	background-position: bottom right;
}

div#header a
{
	font-weight: bold;
	font-size: 16px;
}

div#header a:hover
{
	background-color: #fff;
	text-decoration: none;
}

div#navbar
{
	background-color: #2e51cf;
	float: left;
	border: 2px solid #000;
	width: 746px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

div#content-border
{
	float: left;
	position: relative;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 766px;
}

div#content-opaque
{
	width: 762px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #fff;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

div#content-text
{
	width: 746px;
	position:absolute;
	top:0;
	left:0;
color: #000;
padding: 10px;
}

div#footer
{
	color: #fff;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/***********************************************/
/* define the common classes                   */
/***********************************************/

.sep	/* for separating links */
{
	font-weight: bold;
	padding: 0 4 0 4;
}

.navsep
{
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	color: #5385F8;
}

a.navlink
{
	color: #edfdff;
	text-decoration: none;
}

a.navlink:hover
{
	text-decoration: underline;
}

p.regpad
{
	padding-bottom: 15px;
}

/********************************/
/* define the classes for forms */
/********************************/

div.table
{
    width: 100%;
}
 
div.row
{
    clear: left;
}
 
div.cell1
{
    width: 49%;
    float: left;
    text-align: right;
    height: 30px;
    margin-right: 2px;
}
 
div.cell2
{
    width: 49%;
    float: right;
    text-align: left;
    height: 30px;
}
 
.error
{
    color: red;
}
 
.success
{
    color: green;
}

/***********************************************/
/*                 header                      */
/***********************************************/

p.header-phone
{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding-right: 80px;
	padding-top: 18px;
}

p.header-company
{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding-right: 80px;
}

p.header-other
{
	color: #000;
	text-align: right;
	padding-right: 80px;
}

img.gymgirl
{
	float: right;
	position: relative;
	right: 0;
	bottom: 0;
}

/***********************************************/
/*                 index                       */
/***********************************************/

div#index-div1
{
	float: left;
	width: 746px;
}

div#index-div2
{
	float: left;
	width: 346px;
}

div#index-div3
{
	float: left;
	width: 400px;
	border-top: 2px solid green;
	border-bottom: 2px solid green;
}

span#home-tagline
{
	color: red;
}

p.index-text
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/***********************************************/
/*                 classes                     */
/***********************************************/

table.class-schedule, table.class-schedule th, table.class-schedule td
{
	background-color: #fff;
	border: #000 1px solid;
	border-collapse: collapse;
	margin: 0;
	padding: 2px;
	font-size: 11px;
}
