body {
		margin: 0;
		padding: 0;
		text-align: center;
		position: relative;
		background-image: url('../images/base.jpg');
		background-repeat: repeat-x;
		font-family: georgia;
		font-size: 14px;
		color: #333;
		line-height: 1.6em;
}

#container {
		width: 810px;
		margin: 40px auto 0 auto;
		text-align: left;
		position: relative;
}

#head {
		background-image: url('../images/header2.png');
		width: 810px;
		height: 154px;
		
}

#BigImage {
	border: 1px solid #555;
	}

h2 {
		position: absolute;
		left: 190px;
		top: 100px;
		width: 610px;
		height: 50px;
		}
		
h3 {
		color: #b00;
		}
		
.h3Left {
		text-align: left;
		}
		
.h3Right {
		text-align: right;
		}

#body {
		width: 810px;
		background-image: url('../images/body_back.png');
		background-repeat: repeat-y;
		}
		
#foot {
		position: relative;
		width: 810px;
		background-image: url('../images/foot.png');
		background-repeat: no-repeat;
		height: 31px;
		padding-top: 25px;
		font-size: 8px;
		text-align: right;
		}
		
#weather_icon {
		position: absolute;
		left: 713px;
		top: 37px;
		cursor: help;
		}
		
#temperature {
		position: absolute;
		left: 749px;
		top: 44px;
		color: #444;
		font-size: 12px;
		font-weight: bold;
		}
		
#menu {
		width: 500px;
		height: 30px;
		position: absolute;
		left: 180px;
		top: 32px;
  font-weight: bold;
  padding: 5px;
  overflow: hidden; 
  text-align: center;
		}
		
#primary li { 
	margin-right: 4px;
	}
		
		
#content {
	width: 700px;
	position: relative;
	top: -40px;
	left: 30px;
	padding: 50px;
	padding-top:10px;
	padding-bottom: 10px;
	}
		
/*------------------------------------------ MENU ------------------------*/


  #menu ul {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 12; 
  }
    #menu ul li {
      float: left;
      list-style: none; 
    }
      #menu ul li a {
        /*text-indent: -500em;*/
        z-index: 10;
        display: block;
        float: left;
        height: 30px;
        position: relative;
        overflow: hidden;
        color: #fff;
        font-size: 12px;
        padding: 5px 10px;
        text-decoration: none; 
      }
    #menu ul li.background {
      background: url('../images/bg_menu_right.png') no-repeat top right !important;
      background: url('../images/bg_menu_right.gif') no-repeat top right;
      z-index: -1;
      position: absolute; 
    }
      #menu ul li.background .left {
        background: url('../images/bg_menu.png') no-repeat top left !important;
        background: url('../images/bg_menu.gif') no-repeat top left;
        height: 30px;
        margin-right: 9px /* 7px is the width of the rounded shape */; 
      }


/*-----------------Gallery -------------*/

#gallery_container {
	width: 500px;
	position: relative;
	left: 0px;
	margin-left: 30px;
	top: 0px;
	}
	
			.cat_line {
		width: 150px;
		border-bottom: 1px dashed #aaa;
		text-align: left;
		padding-top: 10px;
		font-size: 12px;
		}
		
		a:link {text-decoration: none; color: #333; }
a:visited {text-decoration: none; color: #333; }
a:active {text-decoration: none; color: #333; }
a:hover {text-decoration: none; color: #b00; }	
		
a.cat_link:link {text-decoration: none; color: #333; }
a.cat_link:visited {text-decoration: none; color: #333; }
a.cat_link:active {text-decoration: none; color: #333; }
a.cat_link:hover {text-decoration: none; color: #b00; }	

.current {
	color: #b00;
	}
	
	.thumb {
	margin: 0 2px 0 0;
	padding: 0;
	border: 1px solid #444;
	cursor: pointer;
	}