/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{ margin:0;padding:0; font-weight:normal;} fieldset,img{ border:0;} ol,ul,li{ list-style:none; list-style-position:outside;} a img{ border:0;}

html {
	background: #000 url(images/bg-html.jpg) repeat-x top;
	height: 100%;
}

body {
	background: url(images/bg.jpg) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
	color: #CCC;
}

a {
	color: #D2B840;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #D2B840;
	font-size: 20px;
	margin: 0px;
}

h2 {
	color: #D2B840;
	font-size: 16px;
	margin: 20px 0px;
}

p {
	margin: 10px 0px;
	line-height: 1.5em;
	font-size: 14px;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -40px;
	position: relative;
}

.main {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/* For tablets & smart phones */
    @media (max-width: 767px) {
      .main {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .main {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .main {
        width: 724px
      }
    }

.main #header {
	background: url(images/header.jpg) no-repeat;
	background-position: center;
	height: 100px;
	padding: 0px;
	margin-right: -15px;
}

.main #header h1 {
	display: none;
}

.main #header img {
	float: left;
	margin: 25px 0px 0px;
}

/*  Content */

.content {
	padding: 30px 0px;
	font-size: 12px;
	height: 100%;
	text-align: left;
}

.content ul {
	margin: 1em;
	font-size: 14px;
	margin-left: 2em;
}

.content li {
	list-style:disc outside;
	padding: .5em 0;
}

.content #idx {
	display: none;
}


.gold {
	color: #D2B840;
	font-size: 16px;
}

/*  //Content */

/* Footer */

.footer-wrapper {
	border-bottom: #BE9B3F 3px solid;
	margin: 0px;
	text-align: center;
	height: 40px;
	position: relative;
}

.footer {
	padding: 0px;
	margin: auto;
	width: 800px;
}

.footer #copy {
	float: left;
	font-size: 10px;
	color: #BE9B3F;
	font-weight: bold;
	margin: 2px 0px 0px;
}

.footer #author {
	float: right;
	text-align: right;
	font-weight: bold;
}

.skiva {
	color: #BE9B3F;
}

.footer #author a {
	font-size: 12px;
	color: #6D5517;
	text-decoration: none;
}

.clearfooter {   height: 40px;   clear: both;}

/* End Footer*/

.fltrt {
	float: right;
	margin: 15px 0px 10px 20px;
	border: 1px solid #D2B840;
}

/* For tablets & smart phones */
    @media (max-width: 767px) {
	 .footer {
		width: auto
      }
	  .footer-wrapper {
		  width: auto
	}
    }
	
	    /* For smartphones */
    @media (max-width: 480px) {
      .footer {
		width: auto
      }
	  .footer-wrapper {
		  width: auto
	}
    }
