
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #000099 url(images/back.png) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 9pt/12pt verdana,arial,sans-serif;
}


body p {
font-weight: bold;
}

blue {
color: blue;
display:inline;
}

th {
font-size: 12;
}

#contacts {
padding-left: 10px;
}

.address {
background: url(images/postit220.gif) top center no-repeat;
float: left;
padding: 0px 10px 200px 20px;
text-align: top;
}

.comment {
/*display: block;*/
background: url(images/postit60.gif) top center no-repeat;
margin: 20 auto;
padding-top: 10px;
padding-bottom:10px;
text-align: center;
font-size :12px;
font-weight: italic;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop.gif) top center no-repeat; 
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.gif) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

/* Banner */
#banner {
/*background: url(images/headerrule.PNG) top center no-repeat;*/ 
padding: 0px 0px 0px 50px;
}

#logo {
float: left;
}

#bannerdog {
float: right;
padding-right: 40px;
}

#header {
background: url(images/headerrule.png) top center no-repeat; 
width: 746px;
height: 17px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 10px;
}

/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin-top: 0px;
margin-left: 5px;
float: left;
text-align: left;
}
#menu li a {
/**voice-family: "\"}\""; 
voice-family: inherit;*/
height: 29px;
text-decoration: none;
text-align: left;
font-size :12px;
font-weight: bold;
}	
	
#menu li a:link, #menu li a:visited {
color: navy;
display: block;
background:  url(images/off.gif) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px; /*change this to make buttons smaller*/
text-align: left;
}

#selected {
text-align: left;
font-size :13px;
font-weight: bold;
color: black;
display: block;
background:  url(images/selected.gif) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url(images/on.gif) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}


ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#error {
color: red;
font-weight:bold;
text-align: center;
}


#textbody {
background:  url(images/topbar.jpg) top left no-repeat;
width: 520px;
margin: 0px 0px 0px 120px;
padding-top: 5px;
padding-left: 5px;
padding-right: 15px;
border: 1px navy;
}

#textbody h3
{
    background-color:#000000;
    color:#ffffff;
    padding:5px 2px 5px 5px;
    font-weight:bold;
    font-size:1.1em;
	text-align: center;
    margin:0px 0px 5px 0px;
}

#textbody h4
{
    /*background-color:#000000;*/
    color:#000000;
    padding:5px 2px 5px 5px;
    font-weight:bold;
    font-size:1.2em;
    margin:0px 0px 5px 0px;
}

#gallerybody {
  background:  url(images/topbar.jpg) top left no-repeat;
  width: 520px;
  margin: 0px 0px 0px 20px;
  padding-top: 5px;
  padding-left: 10px;
  border: 1px navy;
}

#gallerybody h3
{
    background-color:#000000;
    color:#ffffff;
    padding:5px 2px 5px 5px;
    font-weight:bold;
    font-size:1.1em;
    margin:0px 0px 5px 0px;
		text-align: center;
}

img {
border: none;
} 

a { 
color : #0000ff;
border: none;
 }

/**************************************************/
/*                                       Gallery                                             */
/**************************************************/

div .thumbs 
{
 height: 25%;
 width: 25%;
 clear: left;
 display:inline;
}

div.img
{
  margin: 10px;
/*  border: 5px solid #ffffff;**/
  height: auto%;
  width: auto;
  float: left;
/*  text-align: center;*/
	
}	
div.img a
{
 	/**!--border: 5px solid #ffffff;-->/
  margin: 0px;**/
background-color: #b5c9e2;
	border-top: 4px #cce3ff solid;
	border-left: 4px #cce3ff solid;
	border-bottom: 4px #31557f solid;
	border-right: 4px #31557f solid;
}

div.img a:hover 
{
background-color: #99aabf;
 /**border: 5px solid #0000ff;**/
 	border-top: 4px #31557f solid;
	border-left: 4px #31557f solid;
	border-bottom: 4px #cce3ff solid;
	border-right: 4px #cce3ff solid;
  /**margin: 0px;**/
}

div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

div.desc a
{
  border: 0;
background: url(images/bgmiddle.png) center repeat-y;
}

div.desc a:hover
{
background: url(images/bgmiddle.gif) center repeat-y;
border: 0;
}

#slideImg {
border: 5px solid #ffffff;
}


#slidecontrol {
padding-left: 20px;
align: center;
}


div.titles
{
display:block;
}
/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.gif) bottom center no-repeat; 
width: 800px;
height: 50px;
}

