html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {  
	font-family: Arial;
	font-size: 12px;
	background-image: url('../images/background.png');   
}

h1 {
	font-size: 22px;
	border-bottom: 1px solid #666666;
	width: 600px;
	margin-top: 0;
	font-family: Times New Roman;
}

h2 {
	font-size: 18px;
}
h3 {	
	margin-bottom: 5px;
}

table td, table th {
	vertical-align: top;
}

#content {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	position: relative;
	min-height: 100%;
	height: auto;
	margin: auto;
	width: 800px;
	background:#ffffff;
}

#header {
	padding: 15px;
	position: relative;
}

#logo {
	border: 0px;
	height: 90px;
	width: 234px;
	background-image: url('../images/triangleswimschool.png');
	display: block;
}

#infobox {	
	width: 210px;
	position: absolute;
	bottom: 15px;
	right: 15px;	
}

#infobox dl {
	padding: 0;
	margin: 0;	
}

#infobox dl dd {
	margin: 0;
	padding-left: 20px;	
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#menu {
	border: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-image: url('../images/menu.png');
	background-repeat: repeat-x;
	width: 800px;
	height: 40px;	
}

#menu td a {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#menu a:hover, #selected {	
	text-decoration: underline;
}

#menu td {
	vertical-align: middle;
	text-align: center;
}

#header2, #infobox {
	background: #fafafa;
	border: 1px solid #eeeeee;
	padding: 5px;
}

#footer {
	position: absolute;
	bottom: 0px;
	text-align: center;
	padding-bottom: 15px;
	font-size: 11px;
	width: 100%;
}

#maincol {
	padding: 15px;
	font-size: 14px;
}
 
.list {
	margin: 0px;
	margin-bottom: 15px;
}

.list dt {
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	padding-left: 18px;
	padding-bottom: 5px;
}

.list dd {
	padding-left: 15px;
	margin-left: 10px;
	background-image: url('../images/bullet_blue.png');
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

.thumb,.thumb_right,.thumb_left,.thumbh {
	border: 1px solid #999999;
	padding: 4px;
}

.thumb {
	width: 200px;
}

.thumbh {
	height: 150px;	
}

.thumb_right {
	float: right;	
	margin-left: 10px;
}

.thumb_left {
	float: left;
	margin-right: 10px;
}

.info_table {
	margin: 10px auto 15px auto;
	width: 100%;
	background: #fafafa;
	border: 1px solid #eeeeee;
	border-spacing: 1px;	
}

.info_table thead th {
	background-color: #004f66;
	font-size: 16px;
	color: #ffffff;
}

.info_table tbody th {
	text-align: left;
	whitespace: nowrap;	
}
.info_table tbody td {
	text-align: center;
}
.info_table tbody .o {
	background-color: #eeeeee;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #fafafa;
	border: 1px solid #eeeeee;
	padding: 15px;
}

fieldset table {
	margin: auto;
}

fieldset legend {
	background-color: #004f66;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#error, #information, #success {
	margin: auto;
	width: 400px;
	border: 2px dashed #000;
	padding: 15px;
}
#error {
	background-color: #FF9999;
}
#success {
	background-color: #99FF99;
}
#information {
	background-color: #FFFF99;
}

