/* global.css */
* {
    margin: 0px;
    padding: 0px;
}
body {
    text-align: center;
    font: 16px Georgia, Arial;
	line-height: 23px;
}
input, textarea {
    float: left;
    font: 14px Georgia, Arial;
    background: url('../images/input_bg.jpg') repeat-x top;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
}
hr {
    float: left;
	background-color: #cc0000;
    color: #cc0000;
	border: none;
	height: 1px;
    clear: both;
    width: 100%;
}
div#footer {
	border-top: 1px solid #999;
}

div#page {
	background-color: #fff;
    width: 750px;
	overflow: hidden;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding: 0px 20px 20px 20px;
}

span.timestamp {
    font-size: 12px;
    color: #999999;
}

h2 {
    float: left;
    clear: both;
}
h3 a {
    text-decoration: none;
    color: #600;
}
h3 a:hover {
    color: #c00;
}
h4 {
    font-size: 16px;
    color: #cc0000;
}

div.clear {
	clear: both;
}

div#footer {
	float: left;
	clear: both;
	width: 100%;
    font-size: 12px;
    color: #999999;
}

ul#navigation li {
	padding: 5px;
}
ul#navigation li a {
	padding: 7px;
	text-decoration: none;
	color: #fff;
}
ul#navigation li a:hover {
	color: #000;
	background-color: #fff;
}

div#newsletter {
    margin-top: 20px;
    line-height: 17px;
}
div#newsletter input {
    width: 205px;
    margin-top: 10px;
    padding-top:5px;
    padding-bottom:6px;
    float: left;
}
div#newsletter input.submit {
    width: auto;
    border: none;
    padding: 0px;
    background: none;
    margin-left: 5px;
}

/* home.css */

#index div#header {
	position: absolute;
	float: left;
	clear: both;
}
#index h1#logo {
	background-color: #ff0000;
    visibility:hidden;
}

#index div#leftColumn, div#centerColumn, div#rightColumn {
	float: left;
	width: 225px;
	padding-bottom: 20px;
}
#index div#leftColumn, div#rightColumn {
	padding-top: 20px;
    position: relative;
    z-index:10;
}
#index div#centerColumn {
	background-color: #cc0000;
	height: 550px;
    width: 252px;
	position: relative;
	float: none;
	left: 250px;
    background: url('../images/home_main_bg.jpg') no-repeat top;
}
#index div#rightColumn {
	float: right;
}

#index ul#navigation {
    position: relative;
    list-style: none;
    width: 150px;
    top: 86px;
    left: 51px;
}
#index ul#navigation li {
    padding: 0px;
}
#index ul#navigation li a span {
    visibility: hidden;
}
#index ul#navigation li a {
    display:block;
    width: 150px;
    height: 34px;
    padding: 0px;
}
#index ul#navigation li a#dclasses:hover {
    background: url('../images/home_classes.jpg') no-repeat top;
}
#index ul#navigation li a#dinstructors:hover {
    background: url('../images/home_instructors.jpg') no-repeat top;
}
#index ul#navigation li a#dschedule:hover {
    background: url('../images/home_schedule.jpg') no-repeat top;
}
#index ul#navigation li a#dtuition:hover {
    background: url('../images/home_tuition.jpg') no-repeat top;
}
#index ul#navigation li a#dcontactUs:hover {
    background: url('../images/home_contactus.jpg') no-repeat top;
}

#index div.newsPost, div.photoGallery {
	margin-top: 20px;
}

#index div.newsPost div.content {
	margin-top: 10px;
}

#index div.photoGallery {
    padding-left: 20px;
}
#index div.photoGallery div.border {
    background: url('../images/home_image_border.gif') no-repeat top;
    width: 200px;
    height: 102px;
    cursor: hand;
}
#index div.photoGallery span {
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
#index div.photoGallery div.image {
	overflow: hidden;
    width: 200px;
    height: 102px;
}

#index div#newsletter {
    position: relative;
    float:left;
	top: 280px;
}
#index div#newsletter input {
    float:left;
}
#index div#newsletter input.submit {
    width: auto;
    border: none;
    padding: 0px;
}
#index div#location {
    float:left;
    position: relative;
	top: 310px;
}

#index h4.aboutUs {
    margin-top: 20px;
}
#index div#aboutUs {
    margin-top: 20px;
    width: 200;
    overflow: hidden;
}
#index div#aboutUs span#signature {
    font-style: italic;
    display:block;
    padding-top: 10px;
}

#index div#footer {
    margin-top: 30px;
}
