body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(images/bg.gif);
	font-size: 10px;
}

img {
	border: 0;
}

#container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 40px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 264px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 15px 0;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	height: 750px;
}
#mainContent {
	margin: 0 0 0 264px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 31px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#hairmodel {
	z-index: 1;
	position: relative;
	top: -40px;
	left: 5px;
}
#fotoslide {
	background-repeat: no-repeat;
	height: 155px;
	width: 220px;
	left: 15px;
	top: -120px;
	z-index: 2;
	position: relative;
	background-image: url(images/fotoslideBg.png);
	padding: 5px 5px 5px 5px;
}

#openingTime{
	color: #FFFFFF;
	position: relative;
	top: -126px;
	left: 20px;
	width: 200px;
}



#logo {
	width: 491px;
	height: 159px;
}
#logo img {
	margin-top: -20px;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	width: 440px;
	height: 39px;
	padding-left: 9px;
}
#content {
	background-image: url(images/contentBG.png);
	width: 491px;
	height: 230px;
	background-repeat: repeat-y;
	padding: 10px 0 0 10px;
}

#contentAbout {
	background-image: url(images/AboutMeBg.png);
	width: 600px;
	height: 230px;
	background-repeat: repeat-y;
	padding: 10px 0 0 10px;
}

#contentMap {
	background-image: url(images/contentBG.png);
	background-repeat: repeat-y;
	height: 400px;
	padding: 10px 0 0 10px;
	width: 491px;
}

span {
	font-size: x-small;
	display: block;
	margin-right: 30px;
} 

#footer {
	background-image: url(images/footerBg.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 139px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	padding: 10px 0px 0px 10px;
}

#footerAbout {
	background-image: url(images/AboutMeFooter.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 139px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	padding: 10px 0px 0px 10px;
}

#service {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 18px;
}

#navcontainer
{
	padding-top: 15px;
	font-size: 12px;
}


#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	width: 71px;
}

#navcontainer ul li a
{
	width: 69px;
	height: 34px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
}

#navcontainer ul li a:hover
{
color: #ff6600;

}

#navcontainer a:active
{
color: #ff6600;
}

#navcontainer li#active a
{
color: #ff6600;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

p {
	font-size: x-small;
}

#signature {
	margin-top: 20px;
	text-align: center;

}

ul.thumbnails {
	margin: 0 0 10px 10px;
	text-align: center;
	background-color: #F3F3F3;
	line-height: 2em;
	list-style: none;
	float: left;
}
#contentAbout .aboutme {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 18px;
}


ul.thumbnails li, ul.navigation li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.navigation a {
	display: block;
	float: left;
	margin: 10px 10px 0 10px;
	padding: 4px 4px 6px 4px;
	border: 0;
	background-color: #fff;
	text-align: center;
	width: 100px;
}

ul.navigation a:hover {
	background-color: #eee;
	border: 0;
}

/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background: url(highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}
