html body {
font-family:courier new,tahoma,arial,sans-serif;
color: #666666;
font-size:62.5%;
margin: 0px;
height: 650px;
background: #eee url(http://www.junaphotography.ca/images/icons/pg_bkgrnd.jpg) no-repeat center top;

}

body{
  padding-top:20px;
}

a{
	outline:0;
	text-decoration:none;
}


#container{
	display:none;
	margin:0 auto;
	width:880px;
	/*height:660px;*/
	/*text-align:center;*/
	/*background: transparent url(http://www.junaphotography.ca/test/images/icons/bkgrnd.jpg) no-repeat scroll 0 0;*/
}

#logo_hldr {
  display:none;
  z-index:1000;
  margin-bottom:15px;
	
}

#logo {
	border:none;
}				 
	
#content{
	display:none;
	/*height:510px;*/	
}

#nav_menu {
  display:none;
  float:right;
  z-index: 3000;
	width:126px;
	position:relative;
	top:61px;
	color:#666666;
	line-height:1.5;
} 

.nav_ob{
  font-size:1.8em;
	cursor:pointer;
	display:block;
	margin-top:15px;
}

#gal_menu {
  display:none;
	list-style:none;
	margin:0px;
	padding:0;
}

#gal_menu span, #info_menu span,#info_menu a{
  font-size:1.5em;
	cursor:pointer;
	padding:0 0 0 19px;
}

#gal_menu span:hover{
  color: #bbbbbb;
}

.selected{
  background:url('http://www.junaphotography.ca/images/icons/dot.gif') no-repeat;
}

#info_menu {
  display:none;
	list-style:none;
	padding:0;
	margin:0;
}

#contact_img{
  position:absolute;
  left:-9px
}

a{
	color: #666666;
}

a:hover{
	color: #bbbbbb;
}

a img{
	border:none;
}

h1, h2, h3{
  margin:13px 0 0 30px;
	text-align:left;
}

h1{
  font-size:2.7em;
}

h2{
  font-size:1.7em
}

h3{
  font-size:1.5em;
	font-weight:900;
	color:#000;
}

.testimonial{
  color:black;
	font-size:1.3em;
}

#loader_img{
  position:relative;
	left:340px;
	top:100px;
}

.rounded-corners {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.rounded-corners {
    behavior: url(/css/border-radius.htc);
    border-radius: 20px;
}

