/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* proper styles */

body {
     font-family: Verdana, Tahoma, sans-serif;
     font-size: 62.5%;
     line-height: 1.5em;
     background-color: #ffe21a;
}
ul, ol, li, li li, li ol, ol li,  td, tr, th {
     font-size: 1em;
} 
strong {
     font-weight: bold;
}
em {
     font-style: oblique;
}
ul { 
     font-size: 1.3em;
     margin: 0.5em 0 0.5em 1em;   
}
li { 
    list-style-type: disc;
    list-style-position: outside;
}
p {
     color: black;
     font-size: 1.3em;
     line-height: 1.3em;
     margin: 0 0 1.6em 0; 
}
h1, h2, h3, h4, h5, h6 {
     font-family: Georgia, "Times New Roman", serif;
     margin: 0 0 0.2em 0;
     font-weight: bold;
}
h1 {
     font-size: 2em;
}
h2 {
     font-size: 1.8em;
}
h3 {
     font-size: 1.6em;
}
img.thumbnail { 
     border: 1px solid #cecece;
     padding: 2px;
     margin: 0 5px 10px 5px;
}
img.thumbnail:hover {
     border: 1px solid black;
}
#thumbnails { 
     height: auto;
     margin: auto;
     border: 0px solid black;
}
#top-bar { 
     background: url(img/top-background-repeat.png) center repeat-x;
     width: 100%;
     height: 138px;
}
#top-bar-inner { 
     width: 1000px;
     height: 111px;
     margin: 0 auto 0 auto;
     background: url(img/wooden-bar.png) top left no-repeat;
     position: relative;
} 
#header {
     width: 394px;
     height: 111px;
     background: transparent;
     position: absolute;
     top: 0;
     left: 195px;
}
#container {
     width: 558px;
     min-height: 400px;
     margin: 20px auto 0 auto;
     padding: 0px 40px 20px 40px;
     background: url(img/main-div-center.png) repeat-y;
     position: relative;
     /* border: 1px solid gray; */
}
#menu-top {
     width: 638px;
     height: 38px;
     margin: 0 0 0 -40px;
     padding: 0 0 0 0;
     background: url(img/main-div-top.png) top left no-repeat;
}
#menu-top-inner { 
     margin: 0 auto 0 0;
     width: 558px;
}
#front-menu { 
    display: block;
    height: auto;
    position: absolute;
    bottom: 10px;
    left: 5px;
}
ul.front-menu {
    margin: 0.5em 0 0.5em 0em;
}
li.inline-front {
     display: inline;
     list-style-type: none;
     padding: 0 0 0 0;
     margin: 0 10px 0 0;
}
li.inline-front a { 
     text-decoration: none;
     font-size: 2em;
     color: white;
}
li.inline-front a:hover{ 
     color: yellow;
}
li.inline {
     display: inline;
     padding: 0 0 0 0;
     margin: 0 10px 0 0;
}
li.inline a { 
     text-decoration: none;
     font-size: 2em;
     color: #c7c6c7;
}
li.inline a:hover{ 
     color: yellow;
}
.menu { 
     padding: 0 0 0 0;
}
#content {
     margin: 25px 0 0 0;
     padding: 0 0 20px 0;
}
#front-image{ 
     margin: 0 auto 0 auto;
     width: 550px;
     height: 317px;
     background: url(img/front-image.jpg) top left no-repeat;
     position: relative;
}
#container-bottom { 
     width: 638px;
     height: 32px;
     margin: 0 auto 0 auto;
     background: url(img/main-div-bottom.png) top left no-repeat;
     position: absolute;
     bottom: 0;
     left: 0;
}
#banner-krd {
	/*float:left;*/
    position: relative;
	width:728px;
	height:90px;
	margin:20px auto 10px auto;
}
img.left { 
     float: left;
     margin: 4px 4px 0px 0;
}
img.right { 
     float: right;
     margin: 4px 0 0px 4px;
}
img.border { 
     border: 1px solid gray;
     padding: 1px;
}