body { 
text-align: center; 
background-color: #000; 
padding: 0; 
margin: 0;
overflow: scroll !important;
overflow: none;
}

/* global */

* {font-family: Verdana, Arial, serif; text-align: left }

/* layout */

#container {
position:relative;
margin: 0 auto 0 auto;
width: 900px;
background: #000;
border: 10px solid #1F1F1F;
overflow: hidden /* Stops background becomming invisible in Firefox */
}

#container .flash_container {
position:absolute;
left:670px;
top: 0px;
margin:0;
padding:0;
width: 230px;
height: 190px;
background: none;
border-top: none;
border-right: none;
border-bottom: none; /*5px solid #5E3E1D;*/
border-left: none; /*5px solid #5E3E1D;*/
}

#hdr {
width: 900px;
height: 136px;
background: url('../images/hdr2.jpg') no-repeat bottom right #000
}
#botn {
width: 900px;
height: 230px;
background: url('../images/botn.gif') no-repeat bottom right #000;
clear: both;
}


#left {
padding-bottom: 75px; /* Leaves a gap at the bottom of the column to push the background image down */
float: left;
width: 200px;
/*background: url('../images/guitar.gif') no-repeat top left #000*/
}

#content {
padding-top:0px;
padding-left:5px;
padding-right:5px;
padding-bottom: 15px; /* Leaves a nice gap at the bottom of the column */
float: left;
width: 468px;
background: transparent
}

#main {
padding-bottom: 15px; /* Leaves a nice gap at the bottom of the column */
float: left;
width: 468px;
background: transparent
}

#right {
padding-bottom: 15px; /* Leaves a nice gap at the bottom of the column */
float: right;
width: 200px;
background: transparent;
border-left: 1px solid #363636;
border-top: 1px solid #363636;
border-bottom: 1px solid #363636;
}

#bottom { /* This div is used for validation and copyright info */
margin: 0 auto;
width: 770px;
height: 30px;
line-height: 30px;
color: #333;
font-size: 0.6em;
text-align: center;
overflow: hidden
}

#bottom a {
	padding-right: 10px;
	color: #634C04;
	text-decoration: underline
}

#bottom a:hover {
	padding-right: 10px;
	color: #EEAB36;
	text-decoration: underline
}

#netheimar { /* This div is used for validation and copyright info */
margin: 0 auto;
width: 770px;
height: 60px;
line-height: 60px;
color: #333;
font-size: 0.6em;
text-align: center;
overflow: hidden
}

/* text & list styles */

#sitetitle {  /* Styles for the site title */
position: relative;
top: 20px;
left: 10px;
padding: 0px 3px 3px 3px;
letter-spacing: 3px; /* stretches the title out nicely */
font-family: Georgia, serif; /* Makes the title a different font to the paragraph text */
font-size: 1.7em; /* adjust to suit length of title */
font-weight: normal;
font-style: normal;
color: #FCF0AD;
}

#undertitle {  /* Styles for the site title */
position: relative;
width:200px;
top: 25px;
left: 60px;
letter-spacing: 2px; /* stretches the title out nicely */
font-family: Georgia, serif; /* Makes the title a different font to the paragraph text */
font-size: 1.0em; /* adjust to suit length of title */
font-weight: normal;
font-style: normal;
color: #FCF0AD;
}


#main h1, #main h2 {  /* Styles for headings in the main content area */
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 0px;
  font-family: Georgia, serif; /* Makes the headings a different font to the paragraph text */
  font-size: 1.0em;
  font-weight: normal;
  color: #FCF0AD;
  line-height: 1.0em;
  letter-spacing: 2px
}

#main .gallery_head a,#main .gallery_head a:link,#main .gallery_head a:visited {  /* Styles for headings in the main content area */
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  font-family: Georgia, serif; /* Makes the headings a different font to the paragraph text */
  font-size: 1.0em;
  font-weight: normal;
  color: #FCF0AD;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-decoration: none
}

#main .gallery_head a:hover {  /* Styles for headings in the main content area */
  color: #EEAB36;
  text-decoration: underline
}

#main .gallery_description {  /* Styles for headings in the main content area */
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  font-family: Georgia, serif; /* Makes the headings a different font to the paragraph text */
  font-size: 1.0em;
  font-weight: normal;
  color: #FCF0AD;
  line-height: 1.0em;
  letter-spacing: 2px
}

#main h2 { /* Makes h2 slightly smaller than h1 */
  font-size: 0.75em;
  line-height: 0.75em
}

.paragraphblock {  /* This div class is used to give the paragraph blocks their background color */
  padding: 5px;
  margin: 15px;
  background: #0E0904;/*402F1B#312B0A*/
  border: 1px solid #322601;
}

.containingbox
{
  float:left;
  width:468px;
  padding: 5px;
  margin: 0px;
  margin-bottom:20px;
  background: #0E0904;/*402F1B#312B0A*/
  border: 1px solid #322601;
  padding-bottom: 10px;
  clear:both;
}

.containingbox p img
{
  margin: 0px;
  margin:0px 5px 5px 0px;
  border: 5px solid #1F1F1F;
}

.floatright
{
float: left;
margin: 0px 10px 0px 0px;
border: 5px solid #1F1F1F;
padding: 0px;
}

div.floatright img
{
border: 5px solid #BCBCBC;
}


#main div.float {
  width: 200px;
  height: 200px;
  float: left;
  clear: both;
  margin: 0 7px 10px 0;
  border: 1px solid #FFFF00;
  }


#main p {   /* styles main area paragraph text */
  margin: 0px;
  font-size: 0.7em;
  color: #E0D38C;
  line-height: 1.5em
}

/* Extra tags are defined here for the main content area */
#main pre {
  font-family: monospace;
  font-size: 11px;
  margin: 15px;
  color: #ADA59C;
  line-height: 12px
}

#main blockquote {
  color: #E0D38C;
  line-height: 1.5em
}

#main acronym {
  border-bottom: 1px dashed #E0D38C
	}
	
.updated {   /* styles article dates */
  margin-left: 10px;
  padding: 0;
  color: #ccc;
  font-size: 0.55em;
  background: none
}

#main ul {   /* styles main area unordered(bulleted) lists */
  margin-top: 15px; /* This margin is the top margin of the WHOLE list, hence why it is specified in ul and not li */
  margin-bottom: 15px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
  font-size: 0.7em;
  color: #E0D38C;
  line-height: 1.5em;
  list-style: square /* This controls the bullet point style. */
}

#main li {
  margin-left: 5px /* This margin acts as an indent for each list item.  Indenting the whole list doesn't work well in IE. */
}

#main ol {   /* styles main area ordered(numbered) lists */
  margin-top: 15px; 
  margin-bottom: 15px; 
  font-size: 0.7em;
  color: #E0D38C;
  line-height: 1.5em;
  list-style-type:  decimal
 }


#right h1, #right h2 { /* styles for right column headings */
  margin-top: 26px;
  margin-left: 5px;
  font-family: Georgia, serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #FCF0AD;
  line-height: 0.8em;
  letter-spacing: 2px
}

#right p {  /* styles for right column paragraph text */
  margin: 5px;
  font-size: 0.6em;
  line-height: 1.6em;
  color: #ccc
}

#left h1, #left h2 {  /* styles for left column headings */
  margin-top: 26px;
  margin-left: 5px;
  font-family: Georgia, serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #FCF0AD;
  line-height: 0.8em;
  letter-spacing: 2px
}

/* links */

#main a:link, #main a:visited {  /* These styles are for links in the main content area only */
color: #ccc;
text-decoration: underline
}

#main a:hover, #main a:active {  /* These styles are for links in the main content area only */
color: #EEAB36;
text-decoration: underline
}


#right a:link, #right a:visited {  /* These styles are for links in the right column only */
color: #ccc;
text-decoration: underline
}

#right a:hover, #right a:active {  /* These styles are for links in the right column only */
color: #EEAB36;
text-decoration: underline
}


/*************************/


#myndasafn div.container {
  position: relative;
  width:467px;
  border: 0px solid #FFFFFF;
  background-color: #000000;
  padding:0;
  margin:0;
  }
#myndasafn div.container_img {
  position: relative;
  width:467px;
  border: 0px solid #FFFFFF;
  margin: 0 auto 0 auto;
  text-align: center;
  padding:0;
  vertical-align:top;
  
  }
#myndasafn div.spacer {
  clear: both;
  }
#myndasafn div.float {
  width:104px;
  height:66px;
  position:relative;
  float: left;
  margin: 4px 0px 6px 6px;
  border: none;
  vertical-align:bottom;
  text-align: center;
  }
  
#myndasafn div.float p {
   text-align: center;
   margin:0;
   }
#myndasafn div.float img {
   border: 4px solid #1F1F1F;
   padding:0;
   margin:0;
   }

 #myndasafn h1, #main h2 {  
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 2px;
  font-family: Georgia, serif; 
  font-size: 1.0em;
  font-weight: normal;
  color: #FCF0AD;
  line-height: 1.0em;
  letter-spacing: 2px
}


/******************************/



div.hr {
  height: 34px;
  background: #000 url(../myndir/cod_line.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
























/* main navigation */

#left ul
{
margin: 10px 0 0 0;  /* top margin brings the menu down slightly */
list-style: none;
padding: 0;
width: 195px
}

#left li { 
border: 0;
padding: 0;
margin: 0;
display: inline /* fix for IE 5 & 6 */
}

#left li a
{
display: block;
border: 0;
padding: 3px;
margin: 0;
font-family: Georgia, serif;
color: #FCF0AD;
font-size: 15px;
text-decoration: none;
letter-spacing: 3px
}

#left li a:link, #left li a:visited { /* these "a" styles define the main text that appears when the main links are hovered over */
padding-left: 10px;
color: #FCF0AD;
background: url('../images/menuarrow.gif') no-repeat;
background-position: 0% 50%
}


#left li a:hover
{
padding-left: 10px;
color: #EEAB36;
background: url('../images/menuarrowover.gif') no-repeat;
background-position: 0% 50%;
background-color: #444
}

/************************************/



#left ul ul
{
margin-left: 10px;  /* top margin brings the menu down slightly */
margin-top: 0;
list-style: none;
padding: 0;
width: 185px
}

#left li li { 
border: 0;
padding: 0;
margin: 0;
display: inline /* fix for IE 5 & 6 */
}

#left li li a
{
display: block;
border: 0;
padding: 2px;
margin: 0;
font-family: Georgia;
color: #FCF0AD;
font-size: 11px;
text-decoration: none;
letter-spacing: 2px
}

#left li li a:link, #left li li a:visited { /* these "a" styles define the main text that appears when the main links are hovered over */
padding-left: 10px;
color: #FCF0AD;
background: url('../images/menuarrow.gif') no-repeat;
background-position: 0% 50%
}


#left li li a:hover
{
padding-left: 10px;
color: #EEAB36;
background: url('../images/menuarrowover.gif') no-repeat;
background-position: 0% 50%;
background-color: #444
}

#left span.comment {   /* the .comment style defines the small text that appears when the links are hovered over */
margin: 0;
padding: 0;
color: #444;
font-size: 10px;
background: none;
letter-spacing: 0;
visibility: hidden
}

#left a:hover span.comment  {  /* the .comment style defines the small text that appears when the links are hovered over */
margin: 0;
padding: 0;
color: #fff;
font-size: 10px;
background: none;
letter-spacing: 0;
visibility: visible
}

ul#mainnav li span.comment { /* the .comment style defines the small text that appears when the links are hovered over */
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 10px;
  line-height: 12px;
  height: 10px;
  width: 150px;
  color: #444;
  clear: both
}


ul#mainnav li a:hover span.comment { /* the .comment style defines the small text that appears when the links are hovered over */
  background-color: #555;
  text-decoration: none;
  color: #aaa
}

.tengill22 a {
color:white;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */




