/*main structures*/
body  {
	color:				#2F4F4F;
	text-align:			left;
	width:				800px;	
	padding: 			20px;
	margin:				0px auto 0px auto;
	font-family:		Verdana, Geneva, Arial, san-serif;
	font-weight:		normal;
	font-style:			normal;
	font-size:			small;
	background-color:	#DCDCDC;
}

div.sidebanner{
	position:			absolute;
	left:				0px;
}
			
.banner, .footer {	
	border-style:		solid;
	border-width:		thin;
	border-color:		white;
	margin-bottom:		0px;
	padding:			10px;    
	text-align:         left;
	background-image: 	url(../images/banner.jpg);
	background-attachment: scroll;
    height:             100px;
	color: 				#2F4F4F;
}

.banner {
	font-size: 			275%;
	color: 				#F0F8FF;
	padding-top: 0px;
}


.footer{
	font-size:			85%;
	text-align:			center;
	height:				20px;
	line-height:	 	0px;
	background-image:	url(../images/headfoot.jpg);
}


.sidebanner {
	float: 				left;
	padding: 			0px 20px 0px 20px;
}			

.main {
	background-image:	url(../images/background.jpg);
	background-attachment: scroll;
	border-style:		solid;
	border-width:		thin;
	border-color:		white;
	height: 			auto;
	padding:			20px 20px 20px 130px;

}

p.instructor {
	border-style:		solid;
	border-width:		thin;
	border-color:		#DCDCDC;
	float:				left;
	margin:				0px 20px 20px 0px;
}

#mainuniform {
	height:				370px;

}


#mainuniform h3{
	text-indent:		15px;
}

#mainuniform li {
	text-indent:		-25px;
	list-style: 		none;
}

.uniform {
	border-style:		solid;
	border-width:		thin;
	border-color:		#4682B4;
	margin:				5px 8px 20px 0px;
	padding:			5px;
	width:				195px;
	float:				left;
	background-color:	#DCDCDC;
}

p.uniformimage {
	text-align: center;
}

.trainer_sect {
	
}


.schedule_sect, .schedule_sect2 {
	border-style:		solid;
	border-width:		thin;
	border-color:		#4682B4;
	margin:				5px 10px 20px 0px;
	padding:			5px 15px 15px 15px;
	width:				270px;
	background-color:	#DCDCDC;
}

.schedule_sect {
	float: 				right;
	margin:				-1px;
}

table {
	border-collapse:	collapse;
	background-color:	#DCDCDC;
}

td, th {
	border:				thin solid white;
	padding:			5px;
}

span.login{
	float: right;
	font-size: 12px;
}

#livehealthy {
	float: right;
}

/*Other styling*/
			
p, li {
	font-family:		Dotum, verdana, Geneva, Arial, san-serif;
}


strong {
	font-weight:		bold;
	color: green;

}

h1 {
	font-size:			150%;
	font-weight:		normal;
	color: 				#4682B4;


}
			
h2  {
	font-size:			120%;
	font-weight:		bold;
    height:				10px;
}


h3 {
	font-weight:		bold;
	font-size:			100%;
	color: 				#4682B4;
}

p#stripe {
	float: left;
	margin: -35px 30px 0px -20px;
}

a:link {
	color:				#1E90FF;
}

a:hover {
	color:				#990000;
	text-decoration:	underline;
}

a:visited {
	color:				#4682B4;
}		

.uniformimage {

width: 200px; 
float: right; 

}

#student-list table {
	border-collapse:	collapse;
	background-color:	transparent;
}

#student-list td, th {
	border:				0px none transparent;
	padding:			3px;
}