html {
	height: 100%;
	margin: 0px; padding: 0px;
}
body {
	background-color: #000029;
	background-image: url(/images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px; border: 0px; padding: 0px;
	height: 100%;
	font-family: sans-serif;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 15px;
}
div#page {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#header {
	margin: 0px auto 0px auto;
	padding-top: 25px;
	padding-bottom: 8px;
	width: 800px; height: 27px;
	background-image: url(/images/title.png);
	background-position: center 25px;
	background-repeat: no-repeat;
	border-bottom: 5px solid white;
}
div#header h1,
div#header span {
	font-style: italic;
	display: none;
}
div#navigation {
	margin: 0px auto;
	width: 273px; height: 16px;
	text-align: right;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 467px;
	font-style: italic;
}
div#navigation a {
	color: black;
}
div#navigation span {
	display: none;
}
div#navigation a {
	display: block;
	float: left;
	height: 16px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 15px;
}
a#blog-link {
	width: 37px;
	background-image: url(/images/blog-link.png);
}
a#gallery-link {
	width: 57px;
	background-image: url(/images/gallery-link.png);
}
a#services-link {
	width: 58px;
	background-image: url(/images/services-link.png);
}
a#myspace-link {
	width: 61px;
	background-image: url(/images/myspace-link.png);
}
a {
	color: #0051DF;
	text-decoration: none;
}
a:hover {
	color: white;
}
div#content {
	margin: 0px auto;
	padding-bottom: 61px;
	width: 770px;
}
span.right,
span.left {
	display: block;
	width: 200px;
	font-size: 18px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	color: white;
	border-top: 5px solid white;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
}
span.left {
	float: left;
	margin-right: 15px;
	text-align: left;
}
span.right {
	float: right;
	margin-left: 15px;
	text-align: right;
}


span.img-right,
span.img-left {
	display: block;
	width: 200px;
	border-top: 5px solid white;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
}
span.img-right img,
span.img-left img {
	display: block;
	margin-bottom: 5px;
	border: 0px;
}
span.img-right a,
span.img-left a {
	color: black;
}
span.img-right a:hover,
span.img-left a:hover {
	color: white;
}
span.img-left {
	float: left;
	margin-right: 15px;
}
span.img-right {
	float: right;
	margin-left: 15px;
}
div#footer-bottom {
	display: block; position: absolute;
	bottom: 0px !important;
	bottom: -1px; /* For IE */
	width: 100%;
}
div#footer {
	border-top: 5px solid white;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px auto 15px auto;
	width: 800px;
	text-align: center;
}