/*universal setings*/
*{
  margin: 0;
  padding: 0;
  }
/*re-define*/
body {
padding: 5% 0;       
background: #021033;
}
body a{
	   text-decoration: none;
     }

img {
	border: none;
	text-decoration: none;
    }
#container{
			/*    margin: 3% 0 0 25%;*/
			background: #021033 url(../images/bg.jpg) top center no-repeat;
            position: relative;
      		text-align: left;
      		margin: 0 auto;
      		height: 500px;
      		width: 800px;
            }
#menu{
      font: 1em Myriad Pro, sans-serif;
      width: 126px;
      display: inline;
      margin: 25px 0 0 0;
      }
#menu ul{
         background: #186ad0;
         list-style: none;
         }
#menu li{
         font: 1em Myriad Pro, sans-serif;   
         display: inline;
         width:126px;
         height: 31px;
         font: 1em Myriad Pro, sans-serif;
         text-decoration: none;
         color: #b8b891;
         padding: 0;
         }
#menu li a{
	   padding: 0 0 0 0.8em;
	   display: inline;
	   height: 31px;
	   background: transparent center left no-repeat;
	   font: 1em Myriad Pro, sans-serif;
       line-height: 1.6em;
       text-decoration: none;
       font-weight: bold;
       color: #b8b891;
       margin:0.1em 0 0 0;
	   }
#menu li a:link{
		background: transparent center left no-repeat;
		color: #fff;
                }
#menu li a:visited{
		background: transparent center left no-repeat;
		color: #fff;
                }
#menu li a:hover{
		background: transparent center left no-repeat;
		color: #110;
                }
#menu li a:hover{
		background: transparent center left no-repeat;
		color: #110;
                }
#menu #current a{
          background: transparent center left no-repeat;
          color: #110;
          } 
p{
	 color: #D9D9B6;
 	font-size: 1em;
 	font-family: Myriad Pro, sans-serif;
	 font-weight: normal;
	 padding: 0 0 0 0.8em;
	 width: 650px;
	   }
 h1{      
       color: #D9D9B6;
       font-size: 1.5em;
       
       font-family: Myriad Pro, sans-serif;
       padding:0.8em 0 0.5em 0.6em;
  }
h2{      
       color: #D9D9B6;
       font-size: 1.2em;
       
       font-family: Myriad Pro, sans-serif;
       padding:0.3em 0 0.5em 0.6em;
  }
.link{
	color: #EEFD01;
	font-size: 1em;
 	font-family: Myriad Pro, sans-serif;
	text-decoration: none;
	 font-weight: normal;
}
  .link a{
	color: #EEFD01;
	font-size: 1em;
 	font-family: Myriad Pro, sans-serif;
	text-decoration: none;
	 font-weight: normal;
}
.link a:link{
	color: #EEFD01;
	text-decoration: none;
	 font-weight: normal;
}
.link a:hover{
	color: #110;
	text-decoration: none;
	 font-weight: normal;
}
#pictures{
			position:absolute;
			display: block;
			margin: 0 0 0 680px;
			width: 120px;
			top:75px;
		}
#pictures img {
	margin: 0 0 1.5em 0;
}
#polaroid_top{
              float: left;
              width: 200px;
              height: 150px;
              padding: 1em 0.4em 0 0;
              margin: 0 0 0 0.8em;
          }

