html, body {
	margin-top: 0;
	}
body {
	background: url(images/bg.jpg) repeat-y center;
	}
body, td, tr, table {
	font-family: Georgia, Arial, Verdana;
	font-size: 12px;
	color: #000000
	}
#container {
	width: 760px;
	min-height: 100%;
	position: relative;
	margin:0 auto;
}
* html #container {
	height: 100%;
}
#header {
	z-index:0;
	position:relative;
	top:0;
	height: 300px;
	width:760px;
}
#main {
	position:relative;
	width: 550px;
	float: left;
	padding: 0 10px;
}
#sidebar {
	position: relative;
	width: 180px;
	float: right;
}
#footer {
	font: .9em Georgia, arial, sans-serif;
	color: #000000;
	text-align:center;
	position:relative;
	width: 760px;
	clear:both;
}
.clear{ 
	clear:both; 
	height:0px; 
	font-size:0px; 
	line-height:0px;
}
a:link, a:visited {
	font-family: Georgia, Arial, Verdana;
	font-size: 12px;
	color: #0055a5
	}
a:hover {
	color: #0193cf
	}
.title { 
	font:bold 1.1em Georgia, Arial, Verdana;
	color: #0055a5;
}
a:link.copyright, a:visited.copyright {
	font-family: Georgia, Arial, Verdana;
	font-size: 1em;
	color: #0055a5;
	}
a:hover.copyright {
	color: #0193cf;
	}
.copyright {
	font-family: Georgia, Arial, Verdana;
	font-size: .9em;
	color: #000000;
}
.titleline {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
/*-------Menu-------------*/
#menu{
	width:755px;
	height:22px;
	background: transparent;
	z-index:1000;
	position: relative;
	margin: 0 auto;
	margin-left: 2px;
	top: 10px;
}

#menu a{ 
	text-indent:-99999px;
	display:block;
	float:left;
	background-color:transparent;
	background-image: url(images/menu.jpg);
	background-repeat:no-repeat;
	height:22px;
}

#menu a#home{
	width:76px;
	background-position:0px 0px;
}
#menu a#home:hover, #menu a#home.selected{
	background-position:0px -23px;
}

#menu a#services{
	width:99px;
	background-position:-76px 0px;
}
#menu a#services:hover, #menu a#services.selected{
	background-position:-76px -23px;
}

#menu a#about{
	width:92px;
	background-position:-175px 0px;
}
#menu a#about:hover, #menu a#about.selected{
	background-position:-175px -23px;
}

#menu a#photos{
	width:93px;
	background-position:-272px 0px;
}
#menu a#photos:hover, #menu a#photos.selected{
	background-position:-272px -23px;
}

#menu a#mlk{
	width:154px;
	background-position:-370px 0px;
}
#menu a#mlk:hover, #menu a#mlk.selected{
	background-position:-370px -23px;
}

#menu a#news{
	width:123px;
	background-position:-529px 0px;
}
#menu a#news:hover, #menu a#news.selected{
	background-position:-529px -23px;
}

#menu a#contact{
	width:93px;
	background-position:-657px 0px;
}
#menu a#contact:hover, #menu a#contact.selected{
	background-position:-657px -23px;
}
