/* Layout */
	body
	{
		margin: 0;
		padding: 10px;
    background-color: black;
	}

	#container
	{
		margin: 0px auto 0px auto;
		width: 750px;
    background-color: black;
	}

	#title {
      width: 750px;
      height: 120px;
      overflow: hidden;
      background-color: black;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
   }

   #menu
	{
      overflow: hidden;
      width: 750px;
      height: 40px;
      padding-top: 10px;
      text-align: center;
      background-color: black;
   }

   
   #contents
	{
      clear: both;
      overflow: hidden;
      padding-top: 5px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 10px;
	}
  
  #leftcontents
	{
      width: 200px;
      overflow: hidden;
      float: left;
      padding-top: 10px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 10px;
	}
  
  #rightcontents
	{
      width: 485px;
      overflow: hidden;
      float: right;
      padding-top: 10px;
      padding-left: 0px;
      padding-right: 5px;
      padding-bottom: 10px;
	}
  
  #galleryContents
	{
      overflow: hidden;
      padding-top: 10px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 10px;
      text-align: center;
	}


	#footer
	{
    clear: both;
    overflow: hidden;
		background-color: black;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
	}
