@font-face {
    font-family: akaDora;
    /*src: url(../font/akaDora/akaDora.ttf);*/
    src: url(../font/NK_Monotype/NK_Mono.ttf);
}

body {
	margin: 0px;
  color: #4B2A25;
	font-family: Tahoma;
	background: #F4F4F4 url(../images/bg.png);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
  background-color: #F4F4F4;
}

#main {
	width: 1000px;
  background-color: #F4F4F4; 
	margin: 0px;
  padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content {
  width: 910px;
	text-align: left;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
	padding: 0px 25px;
  line-height: 150%;
}

.fb-like {
  width: 910px;
  text-align: center;
}
 
.share {
  text-align: left;
}
 
.share img {
    width: 32px !important;
    padding: 2px;
    border: 0;
    box-shadow: none !important;
    display: inline !important;
    vertical-align: middle;
}
 
#footer {
	font-size: 70%;
  margin: 10px 0px;
	color: #999999;
	text-align: center;
	clear: left;
}

a {
	color: #599BC5;
	text-decoration: underline;
}
a:hover {
	color: #599BC5;
	text-decoration: none;
}

a.small-navigation {
	color: #999999;
	text-decoration: none;
}

a.small-navigation:hover {
	color: #FF9900;
}

a.navigation {
	border-width: 0px 0px 0px 5px;
	border-color: #DEDEDE;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: normal;
}

a.navigation:hover {
	border-color: #599BC5;
	background-color: #EFEFEF;
}

#header {
	padding: 0px;
	background: #F4F4F4 url('../images/header24.png');
  text-align: center;
  width: 1000px;
  height: 526px;
}

#headerContact {
   text-align: left;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   line-height: 1.5em;
   margin: 288px 0px 0px 364px;
   padding: 15px 25px;
}

#fb {
  padding-left: 35px;
  background-image: url('../images/fb-icon.png');
  background-repeat: no-repeat;
  height: 30px;
}

#centernav {
  width: 960px; /* if you want your nav centered, set this to the width of your container, if you don't want it centered, change this number to 100% */
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  margin-left: auto ;
  margin-right: auto ;
}

h1 {
	color: #F24548;
  font-size: 46px;	
	text-decoration: none;
  font-style: italic;
	margin: 0px;
	font-weight: bold;
	padding: 10px 10px 0px 0px;
  font-family: NK_Mono;
}

h2 {
  font-size: 24px;	
	text-decoration: none;
  font-style: italic;
  margin: 0px;
  font-family: NK_Mono;
}

p {
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
}

#dropnav {
  font-family: NK_Mono;
  font-size: 24px;
  font-style: italic;	
  font-weight: bold;
  margin: 5px 0px;
  padding-left: 225px;
  height:28px;
  border: 1px solid #800000;  
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;     
} /* Changes the height and bg color of the main menu */

#dropnav ul {
  margin: 0px;
  padding: 0px;
}

#dropnav ul li{
  display:inline;
  float:left;
  list-style:none;
  margin-left:15px;
  margin-right:65px;
  position:relative;
  height:25px;
  width: 60px;
  background: none;
} /* only edit the last 2 items - sets the width of the main menu */

#dropnav li a {
  color:#800000; 
  text-decoration:none;
  font-size: 20px;
} /* Changes the link color of items on the main menu */

#dropnav li a:hover{
  color:#FB8D8C; 
  text-decoration:none;
}/* Changes the hover color of items on the main menu */

#dropnav li ul{
  font-size: 14px;
  margin:0px; 
  padding:0px;
  display:none; 
  position:absolute; 
  left:0px; 
  z-index: 99; 
  top: 26px; 
  background-color: #F2E5D6;
} /* Only edit the last 2 items - set the top margin and background color of the submenus */

#dropnav li:hover ul
{display:block; width:170px;} /* sets the width of the submenus */

#dropnav li li
{list-style:none; display:list-item;} /* DO NOT EDIT */

#dropnav li li a {
  font-size: 14px;
  text-decoration:none;
} /* Changes the link color of items in the submenu */

#dropnav li li a:hover
{color:#FB8D8C; text-decoration:none;} /* Changes the hover color of items in the submenu */

li#main  {
  
} /* Sets the padding of items in the main menu */

#subnav {
  padding-top: 7px !important;
  border: 1px solid #800000;  
}

#thumbs{
	margin-top : 5px;
  margin-left: 20px;
	height : 635px;
	width : 302px;
	overflow: auto; /* scrollbars */
	white-space: nowrap; /* image flow not stack */
	text-align: left; /* IE centering fix */
  float: left;
}

#thumbs table tr td {
	border: thin solid #800000;
	vertical-align: middle;
	width: 136px;
	height: 136px;
}

#thumbs table tr td img {
	border: none;
	display:block; 
	margin: 0 auto;
	padding: 0;
  cursor: pointer;
}

#thumbs table tr td:hover {
    border: thin solid #F24548;
}

#thumbnail {
  width : 128px;
  height: 128px;
}

#mainImgDiv {
  width : 635px;
  height: 635px;
  margin-top : 7px;
  margin-left: 15px;
  float: left;
  vertical-align: middle;
  text-align: center; 
}

#contact{
	padding: 10px;
	margin: 10px;
	text-align: left;
	width: 600px;
}

input, textarea {
    border: 1px solid #800000;
    background-color: #F2E5D6;
}
   
textarea { 
  margin-top: 5px;
}
    

.formLbl{
	text-align: right;
}

ul.a {list-style-type: circle;}      