
/* ---------- */ 
/* page */
/* ---------- */ 

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
}

body {
	background: url(../media/grad_grey.png) top repeat-x;
}

#wrapper {
	position: relative; /* needed for footer positioning*/
	margin: auto; /* center, not in IE5 */
	width: 800px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6 treats this as modern css 'min-height' */
	min-height: 100%; /* real browsers */
	background: transparent url(../media/bg.png) ;
}

#wrapper .full{
	width: 100%;
}

#container {
	margin: 0;
}

/* ---------- */ 
/* page header */
/* ---------- */ 

#header {
	display: block;
	margin: auto; /* center, not in IE5 */
	width: 800px;
	height: 60px;
}

#sidemenu {
}

#content {
	margin: 0 5px 10px;
	padding: 0 10px;
	display: block;
}

#footer {
	background: url(../media/grad_bottom.png) top repeat-x;
	position: relative;
	width: 800px;
	height: 40px;
	display: block;
	clear: both;
	color: #999;
	font-size: 9px;
	padding-bottom: 10px;
}
#footer table {
	margin-top: 9px;
}
#footer td {
	vertical-align: middle;
}

#footer a:link, #footer a:visited {
	color: #999;
}

#footer a:hover {
	color: #f00;
}

/* ---------- */

div#navpath {
	font-size: 10px;
	margin: 1em 0;
}

/* ---------- */ 

div.attention {
	margin: 10px 0;
	border: 1px solid red;
	border-width: 1px 0;
	padding: 5px 0;
	margin: 10px 0;
}

div.attention div {
	font-size: larger;
	height: 32px;
	line-height: 32px;
	margin-bottom: 1em;
}

div.attention div img {
	float: left;
	padding-right: 10px;
}

div.hr {
	border: 0;
	border-bottom: 1px solid red;
	margin: 10px 0;
}

div.hr hr {
	display: none;
	clear: both;
}

div.hr h2 {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}

/* ---------- */

#summary {
	font-size: 14px;	
}

/* ---------- */

#links td {
	padding: 0 10px 10px 0;
}

#links img {
	border: 1px solid #ddd;
	background-color: white;
	padding: 3px;
}

#links img:hover {
	border: 1px solid black;
}

#weathergizmo * {
	vertical-align: middle;
	font-size: 10px;
}

.frontpage_feedback {
	text-align: center;
	font-size: 11px;
	margin: 0 0 1em 0;
}
.frontpage_feedback blockquote {
	margin: 0 1em;
	padding: 0;
	font-size: 12px;
	font-style: italic;
}

#who td {
	text-align: center;
}

#lessons td {
	text-align: center;
	padding: 0 5px 5px;
}

#book td {
	padding: 0 15px 10px 0;
}

#calendar {
	position: relative;
	display: inline;
	line-height: 1em;
}

#gallery td, #photos td {
	vertical-align: middle;
	padding: 3px;
}

#photos td {
	text-align: center;
}

img.gallery {
	border: 1px solid #ddd;
	background-color: white;
	padding: 3px;
}

img.gallery:hover {
	border: 1px solid black;
}

/* ---------- */
