/* Default classes */
*
{
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 14px;
  background-image: url(images/background.jpg);
}

.clear_float {
  clear: both;
}

/* Link classes */
a:link {
  color: #000000;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #666666;
  text-decoration: none;
}

.light_grey:link {
  color: #cccccc;
}

.light_grey:visited {
  color: #cccccc;
}

.light_grey:hover {
  color: #cccccc;
}

.black:link {
  color: #000000;
  text-decoration: none;
}

.black:visited {
  color: #000000;
  text-decoration: none;
}

.black:hover {
  color: #000000;
  text-decoration: underline;
}

/* Layout classes */
#outer_wrapper {
  width: 925px;
  margin: auto;
  background-image: url(images/background_main.jpg);
}

#left_column {
  width: 220px;
  float: left;
  background-image: url(images/background_menu.jpg);
}

#right_column {
  width: 705px;
  float: right;
}

#logo {
  width: 220px;
  height: 210px;
  background-image: url(images/logo.jpg);
}

#menu {
  width: 220px;
  text-align: left;
}

#menu_bottom {
  width: 220px;
  height : 170px;
  background-image: url(images/menu_bottom.jpg);
}

#title_bar {
  width: 705px;
  height: 100px;
}

#top_shadow {
  width: 345px;
  height: 100px;
  background-image: url(images/top_shadow.jpg);
  background-repeat: repeat-x;
  float: left;
}

#title {
  width: 355px;
  height: 100px;
  margin: 0 5px 0 0;
  background-image: url(images/title.jpg);
  background-repeat: no-repeat;
  float: right;
}

#main_content {
  width: 635px;
  margin: 10px;
  background-color: #ffffff;
  float: left;
}

#bottom {
  width: 925px;
  height: 50px;
  background-image: url(images/background_bottom.jpg);
  background-repeat: no-repeat;
}

#footer {
  padding: 5px;
  color: #cccccc;
  font-size: 12px;
}

/* Navigation classes */

#main_menu {
  list-style: none;
}
/*
#main_menu li {
  padding: 0px 0px 0px 0px;
}
*/
#main_menu a {
  display: block;
  overflow: hidden;
  width: 220px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}


#main_menu a:hover {
  background-position: -220px 0px;
}

#main_menu a:active {
  background-position: -440px 0px;
}

#home a {
  height: 30px;
  background: url("images/home.jpg");
}

#info a {
  height: 22px;
  background: url("images/info.jpg");
}

#galleries a {
  height: 22px;
  background: url("images/galleries.jpg");
}

#diary a {
  height: 22px;
  background: url("images/diary.jpg");  
}

#basket a {
  height: 22px;
  background: url("images/basket.jpg");
}

#login {
  width: 220px;
  margin: 0 0 10px 0;
  padding: 0 0 0 50px;
}

#nav_index {
  float: left;
  width: 635px;
  height: 20px;
  text-align: left;
  color: #660000;
  font-size: 10px;
}

#nav_index a:link{
  text-decoration: underline;
  color: #660000;
}

#nav_index a:visited{
  text-decoration: underline;
  color: #660000;
}

#nav_index a:hover{
  text-decoration: none;
  color: #660000;
}

/* Individual page classes */

.login {
  color: #660000;
  font-size: 10px;
  text-align: left;
}

#image_thumb {
  float: left;
  border: #660000 1px solid;
}

.landscape {
  margin: 17px 0 16px 0;
}

.portrait {
  margin: 0 17px 0 16px;
}

#outer_thumb {
  width: 180px;
  height: 220px;
  border: #660000 1px solid;
}

#image_border {
  float: left;
  width: 182px;
  height: 227px;
  margin: 0 5px 0 5px;
}

.border_landscape {
  background:url(images/image_shadow.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

.border_portrait {
  background:url(images/image_shadow.jpg);
  background-position: bottom;
  background-repeat: no-repeat;

}
