html {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:left;
	margin: 0px;
	padding: 0px;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    line-height: 110%;
}

p {
	margin: 0 0 0 0;
}

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

a:hover {
    color: #fe6e28;
    text-decoration: underline;
}

img {
	border-width: 0px;
	padding: 0px;
}

td {
    vertical-align: top;
}

div {
	border: 0px solid black;
	padding: 0px;
}

form {
	margin: 0px;
}

li {
    list-style: square;
    line-height: 150%;
}

#container {
	width: 963px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
    margin-top: 34px;
}

#top {
    background-image: url(../images/bg-top.gif);
    height: 21px;
}

#menu-bar {
    color: #323939;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    nowrap: true;
}

#menu-bar a:link, #menu-bar a:visited {
    color: #323939;
    text-decoration: none;
}

#menu-bar a:hover {
    color: #fe6e28;
    text-decoration: none;
}

#selectedmenuitem {
    font-family: Arial;
    font-size: 11px;
    color: #fe6e28;
}

#content-sidebar {
    font-family: Arial;
    font-size: 11px;
    border-right: 1px solid #cccccc;
    padding-right: 20px;
    width: 150px;
}

#content-right {
    border: 1px solid #cccccc;
    font-family: Arial;
    font-size: 11px;
    background-image: url(../images/bg-content-right.jpg);
    background-repeat: repeat-x;
    text-align: center;
    width: 170px;
    line-height: normal;
}

div#content-right {
    padding: 5px;
    border: 0px;
    text-align: left;
    color: #323939;
}

#shortdesc {
    background-image: url(../images/orange-bar.jpg);
    background-repeat: repeat-x;
    padding: 15px;
    border: 0px;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    color: #ffffff;
    line-height: normal;
}

#content {
    font-family: Arial;
    font-size: 12px;
    padding-left: 20px;
    color: #323939;
}

#content-photobook {
    font-family: Arial;
    font-size: 12px;
    padding-left: 0px;
    color: #323939;
}

#bottom {
    background-image: url(../images/bg-bottom.gif);
    background-repeat: repeat-x;
    height: 55px;
}

#copyright {
    font-family: Arial;
    font-size: 11px;
    color: #1b47b5;
}

#copyright a:link, #copyright a:visited {
    font-family: Arial;
    font-size: 11px;
    color: #1b47b5;
    text-decoration: none;
}

#copyright a:hover {
    font-family: Arial;
    font-size: 11px;
    color: #fe6e28;
}

 #gallery {
  padding: 0px;
  margin-top: 10px;
  margin-left: 0px;
  text-align: left;
}

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

#gallery ul li {
  display: inline;
  margin-right: 21px;
  margin-bottom: 5px;
}

#gallery ul img {
    border: 1px solid #000000;
    margin-bottom: 10px;
}

#gallery ul a:hover img {
    color: #ffffff;
}

#gallery a {
    color: #ffffff;
    text-decoration: none;
}

#gallery h1 {
    margin: 0;
    font-weight: normal;
    padding: 15px 0 15px 0px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12pt;
}