﻿* {
	margin: 0;
}

/*html {
	background: url(../pictures/background.png) #87B7F2 repeat-x top left;
	background-attachment:fixed;
}*/
body {
	
	background: url(../pictures/lighthouse.png) #87B7F2 /*transparent*/ no-repeat bottom right;
	background-attachment:fixed;
	font-family: Trebuchet MS, Arial;
	overflow: auto;
	color: black;
}

a:link, a:visited {
	color: black;
	text-decoration:underline;
}

a:hover {
	color:silver;
}

a:active {
	color:gray;
}

hr {
	border:solid black 1px;
}

#navbar {
	width:100%; height:140px;
}

#main {
	background:url(../pictures/shadow.png) repeat-y;
	width:955px;
	height:100%;
}

td.home {
	vertical-align:top;
	padding-left:7px; padding-right:7px;
}
td.home:hover {
	background: url(../pictures/homeover.gif) top center no-repeat;
}

td.sidebar {
	width:200px;
	padding-left:8px;
	vertical-align:top;
}
td.sidebar:hover {
	background: url(../pictures/sidebarover.gif) 6px repeat-y;
}

td.sidebar2 {
	width:200px;
	padding-right:8px;
	vertical-align:top;
	/*background: url(../pictures/sidebar2.png) repeat-y;*/
}
td.sidebar2:hover {
	background: url(../pictures/sidebar2over.gif) 2px repeat-y;
}

.title {font-size:23px; font-weight:normal;}

/* Calendar */
p.ctitle {font-weight: bold; border-bottom: solid black 1px; width:100%; text-align:left; font-size:14px;}
p.cdays {text-align:right; font-weight:bold; font-size:14px;}
p.centrys {font-style:italic; text-align:right;}

/* Media */
table.media {width:100%;}
table.media td {text-align:center; font-size:15px;}
table.media #title {font-size:20px;}

/* Events */
table.events td.title {font-size:20px; text-align:center;}

/* Staff */
table.staff {
	width:100%;
}
table.staff td {
	text-align:center;
}
table.staff td.stitle {
	font-weight:bold;
	text-align:center;
	font-size:18px;
	border-bottom:solid black 1px;
}
table.staff img, img.staff {
	border:solid black 1px;
	height:122px;
	margin-right:2px;
	margin-top:1px;
}

/* Martial Arts */
b.kt {font-size:14px;}