body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border-top: 3px solid #CCC;
}

a:link { color: #8A9396; text-decoration: none;}
a:visited { color: #8A9396; }
a:hover { padding: 1px 0 1px 0; color:#333; text-decoration: none; background-color: #CCC; }
a:active { color: CC0000; }
a:focus { outline: none;}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px; /* half of width */
    margin-top: -290px;  /* half of height */
	width: 900px;
	height: 580px;
	background-color: none;
}

#mast {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 125px;
}	
	
#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 20px;
	right: 30px;
	width: 167px;
	height: 66px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#logo a{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 167px;
	height: 66px;
	text-indent: -9999px;
	background-color: none;
}


#logo a:hover{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 167px;
	height: 66px;
	text-indent: -9999px;
	background-color: transparent;
}

#nav {
	position: absolute;
	margin: 0 0 0 10px;
	padding: 0;
	height: 8px;
	width: auto;
	bottom: 10px;
	left: 20px;
}

#nav ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#nav li {
	margin: 0 1px 0 0;
	padding: 0;
	display: block;
	float: left;
}

#home a, #profile a, #gallery a, #contact a{
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 8px;
	text-indent: -9999px;
	background-color: #CCC;
	background-image: none
}

#home a:hover, #profile a:hover, #gallery a:hover, #contact a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 8px;
}

#home {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 8px;
	text-indent: -9999px;
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#profile {
	margin: 0;
	padding: 0;
	width: 67px;
	height: 8px;
	text-indent: -9999px;
	background-image: url(images/profile.gif);
	background-repeat: no-repeat;
	overflow: hidden;

}

#gallery {
	margin: 0;
	padding: 0;
	width: 69px;
	height: 8px;
	text-indent: -9999px;
	background-image: url(images/gallery.gif);
	background-repeat: no-repeat;
	overflow: hidden;

}

#contact {
	margin: 0;
	padding: 0;
	width: 67px;
	height: 8px;
	text-indent: -9999px;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	overflow: hidden;

}

#copyright{
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 10px;
	right: 30px;
	width: 263px;
	height: 5px;
	text-indent: -9999px;
	background-image: url(images/copyright.gif);
	background-repeat: no-repeat;
}

#copyright a{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 263px;
	height: 5px;
	text-indent: -9999px;
	background-image: url(images/copyright.gif);
	background-repeat: no-repeat;
	background-color: none;
}

#copyright a:hover{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	right: 0;
	width: 343px;
	height: 5px;
	text-indent: -9999px;
	background-image: url(images/copyright2.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#content {
	position: absolute;
	top: 125px;
	width: 900px;
	height:455px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 1px solid #CCC;
	
}

#gallery_bg {
	position: absolute;
	top: 125px;
	width: 900px;
	height:455px;
	background-image: url(images/gallery2.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 1px solid #CCC;
}

h1 {
	margin: 0;
	padding: 30px 0 20px 30px;
	color: #000;
	font-size: 22px;
	letter-spacing: 1px;
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, san-serif;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0 0 20px 30px;
	color: #8A9396;
	white-space: pre;
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, san-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	background-color: transparent;
}

p#intro {
	color: #000;
}

ul {
	margin: 0;
	padding: 0 0 20px 30px;
	list-style: none;
	text-decoration: none;
}

li {
	color: #8A9396;
	text-decoration: none;
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, san-serif;
	font-size: 10px;
	line-height: 35px;
	background-color: transparent;
}

#readon a {
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, san-serif;
	color:#8A9396;
}

#readon a:hover {
	font-size: 12px;
	color:#333;

}

/*
#faded{
	margin: 0;
	padding: 0;
	color: #3B4477;
	white-space: pre;
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 10px;
	line-height: 15px;
	background-color: transparent;

}*/


#image_gallery {
	position: relative;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 900px;
	height: 90px;
	top: 50px;
	font-size: 0;
	background-color:#111;
	
}

div#qTip{
 padding: 3px;
 display: none;
 background-image: url(images/trans.png);
 background-repeat: repeat;
 color: #777;
 font-family: Georgia, "Trebuchet MS", Verdana, Arial, san-serif;
 font-weight: bold;
 font-size: 12px;
 text-align: left;
 text-transform: lowercase;
 position: absolute;
 z-index: 1000;
}

/**************************************************************

	MultiBox
	v1.0

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 15px solid #CCC;
	background-color: #FFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

*html .MultiBoxClose {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close.png');
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #CCC;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

*html .MultiBoxPrevious {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left.png');
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

*html .MultiBoxNext {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/right.png');
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

*html .MultiBoxNextDisabled {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/leftDisabled.png');
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

*html .MultiBoxPreviousDisabled {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/leftDisabled.png');
}

.MultiBoxTitle {
	display:inline;
	position: relative;
	margin: 30px 0 0 35px;
	padding-bottom: 5px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	display:inline;
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	margin: 0 35px 10px 35px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #777;
	font-weight: normal;
	text-align: left;
}



/*************************************************************/