/*-------------------------
SWEET'S GYMNASTICS
http://sweetsgymnastics.com
-------------------------*/

/*----- BODYandTEXT -----*/

body {
background-color: #D8E2C7;
text-align: center;
}

h1 {
margin: 0px;
margin-top: 25px;
margin-bottom: 10px;
padding: 0px;
padding-left: 10px;
border-left: 10px solid #8CDD6B;
background-color: #D4E3C8;
line-height: 21px;
letter-spacing: -3px;
font-family: arial;
font-weight: bold;
font-size: 26px;
color: #65BB42;
text-align: left;
display: block;
clear: both;
}

td, p, body {
font-family: arial;
font-size: 14px;
color: #505050;
}

a {
font-weight: bold;
color: #4a4a4a;
}

a:hover {
color: #6a6a6a;
}

ul {
margin: 5px;
padding-left: 20px;
}

#small {
padding-right: 10px;
font-size: 11px;
text-align: right;
}

.center {
margin: 0 auto;
text-align: center;
}

#contactinfo {
padding-top: 15px;
text-align: center;
font-size: 12px;
}

#contactinfo2 {
font-size: 11px;
}

/*----- TABLES -----*/

table {
border: 1px solid #707070;
background-color: #8f8f8f;
border-spacing: 1px;
}

table.tuition {
width: 50%;
}

table.parties {
width: 65%;
}

td {
border: 1px solid #777777;
text-align: center;
width: 16%;
}

.day {
font-weight: bold;
font-size: 14px;
}

.time {
font-weight: bold;
font-size: 14px;
width: 10%;
}

.row1 {
background-color: #cfcfcf;
}

.row2 {
background-color: #bcbcbc;
}

/*----- MENU -----*/

#inline-menu {
list-style: none;
margin: 0px;
padding: 0px;
color: #8A8A8A;
width: 100%;
}

#inline-menu li {
display: block;
width: 20%;
float: left;
}

#inline-menu a {
line-height: 15px;
letter-spacing: -1px;
text-decoration: none;
font-family: arial;
font-weight: bold;
font-size: 18px;
color: #555555;
text-align: center;
display: block;
}

#inline-menu a:hover {
background-color: #D4E3C8;
color: #65BB42;
}

/*----- LAYOUT -----*/

#wrapper {
margin: 0 auto;
background-image: url("images/2/sg_bg1.gif");
background-repeat: repeat-y;
width: 700px;
}

#header {
background-image: url("images/2/sg_banner1.jpg");
background-repeat: no-repeat;
width: 700px;
height: 162px;
}

#content {
margin-left: 45px;
margin-right: 45px;
text-align: left;
overflow: hidden;
width: 610px;
}

#footer {
background-image: url("images/2/sg_footer1.gif");
background-repeat: no-repeat;
width: 700px;
height: 47px;
}