/**      
*index_decor001.css
*
*	CSS 2 stylesheet - Validated NO
*
*       @Author:      Ian Robertson iroberts@narian.org.uk (http://narian.org.uk)
*
*       @License:     GPL (see http://www.gnu.org/licenses/gpl.txt)
*
*       @Created:     22-Sep-2005 for TODO_ProjectName
*
*       @svnid:    $Id$	$Author$
*
*-----------------------------------------------------------------------------
*
*	Description:
*
*-----------------------------------------------------------------------------
*
*	TODO:
*
*-----------------------------------------------------------------------------
*/

@import url(http://narian.org.uk/css/common_decor.css);
div.header {
background:#191970;
}
div.domain {
font-size:1.6em;
font-weight:800;
color:#ffc;
}
div.breadcrum {
background:#ffd700;
border-right: solid 1px #191970;
border-bottom: solid 1px #191970;
border-left: solid 1px #191970;
padding-left:2em;
color:#191970;
margin-top:.1em;
}
div.top_menu {
padding:0;
}
div.footer {
background:#ffd700;
}
div.right_content h1 {
font-size:95%;
}
div.right_content h2 {
font-size:90%;
}
div.right_content {
font-size:90%;

}

div.domain {
  font-size:1.5em;
  float:right;
  margin-right:1em;
  margin-top:-.5em;
}
div.domain a, div.domain a:visited {
color:#fff;
text-decoration:none;
}
div.domain a:hover {
text-decoration:underline;
}





body {
/* Font settings */
  font-family: "MS Georgia","Times New Roman","Bitstream Vera Serif", serif;
  font-size:   100%;
  font-weight: 300;
  font-style:  normal;
  font-variant:normal;
  line-height:normal;
  text-decoration:none;
  background-image: url(http://narian.org.uk/trim/default_background002.png);
  background-color:#376894;
  background-attachment:fixed;
}
div.page {
margin-top: 4%;
  background:#ffc;
}
div.main_content {
  padding:0.3em;
}
div.main_content ul {
  list-style:none;
}


img.page_image {
border:none;
margin:.5em;
z-index:0;
border:1px inset #ccc;
}
div.left {
text-align:left;
}
div.body_image {
float:right;
}
div#body_image1 {
margin-right:2em;
}
#main_menu li a, span.nolink {
  background:#ffa500;
color:#191970;
}
#main_menu li a:hover, span.nolink:hover {
  background:#ffb500;
}
li#topnav1 a{
background:#ffd700;
}
li.nav_parent { 
  text-align:center; 
  margin-left:.3em;
  z-index:0;
}
li.nav_parent li { text-align: left; }


