#page {
  position:absolute; 
  width:99%; 
  height:100%; 
  text-align:left; 
}
#logo {
  margin-right:auto; 
  margin-left:auto; 
  width:480px; 
  height:140px; 
  position:relative; 
  border-style:none;
}
#logo img {
  border: none;
  margin: none;
}
#header-image {
  position:relative; 
  margin-right:auto; 
  margin-left:auto; 
  margin-top:15px; 
  width:819px; 
  height:106px; 
  background-repeat: no-repeat;
}
#header-image img {
  border: none;
  margin: 0;
}
#content {
  position:relative; 
  margin-right:auto; 
  margin-left:auto; 
	width:659px;
	background-image:url(/img/double-infinity.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 80%;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	padding:15px 0px 20px 0px;
}
#submenu {
	height:467px;
	width:148px;
	float:left;
	border-left-style:none;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:18px;
	padding-left:15px;
	line-height:25px;
	margin-top:0px;
}


/* General styles */
body {
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#fff;
  min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
  line-height: 1.4em;
  font-size:90%;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-align: center;
  background-image:url(/inc/img/double-infinity.png);  /* non-scrolling background image */
  background-attachment: fixed;
  background-repeat:no-repeat;
  background-position: center 400px;

}
a {
  color:#993366;
}
a:hover {
  color: #cc0000;
/*  background:#369;*/
  text-decoration:underline;
}

/* readmore styling */
.more {
	display: none;
/*	border-top: 1px solid #666;
	border-bottom: 1px solid #666; */
	}
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent url('down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; }
/* --> */

h1 {
  color: #993366;
  font-size:1.5em;
}
h2 {
  color: #993366;
}
h3 {
  color: #993366;
}
h1, h2, h3 {
  margin:.8em 0 .8em 0;
  padding:0;
}
p {
  margin:.4em 0 .8em 0;
  padding:0;
}
img {
    margin:10px 0 5px;
/*    border: 1px solid blue;*/
	}
ul {
  
}
ul li.punt {
  list-style-image: url(/inc/img/gray-bullet.gif);
}
ul li.feather {
  list-style-image: url(/inc/img/feather-bullet.png);
}
#fixed {
  margin:0 auto;
  width:820px;   /* you can use px, em or % */
  text-align:left;
}
/* column container */
.colmask {
  position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  float:left;
  width:100%;			/* width of whole page */
  overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
/*  background:#ffe;*/
  border-left: solid;
  border-left-color: #e8e8e8;
  border-left-width: 2px;
  margin-top: 2.2em;    /* whitespace above leftmenu left line */
  margin-bottom: 2.2em; /* whitespace below leftmenu left line */
}
.leftmenu .colright {
  float:left;
  width:200%;
  position:relative;
  left:163px;
/*  top: -18px;*/
/*  background:#faf;
  background-image:url(/inc/img/double-infinity.png);*/ /* scrolling background image */
/*  background-attachment: fixed;
  background-repeat:no-repeat;
  background-position: 70px 100px; */
}
.leftmenu .col1wrap {
  float:right;
  width:50%;
  position:relative;
  right:183px;
  padding-bottom:1em;
}
.leftmenu .col1 {
  margin:0 15px 0 215px;
  position:relative;
  right:100%;
  overflow:hidden;
}
.leftmenu .col2 {
  float:left;
  width:148px;
  position:relative;
  right:155px;
  padding-top: 120px;
  padding-left: 10px;
  font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.8em;
}
.leftmenu .col2 a {
  color: #a7a0a7;
  text-decoration: none;
}
.leftmenu .col2 a:hover, .leftmenu .col2 .active {
  color:#993366;
  background: none;
}
/* Footer styles */
#footer {
  clear:both;
  float:left;
  width:100%;
  border-top:2px solid #e8e8e8;
  text-align: center;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: black;
}

#footer p {
  padding:10px;
  margin:0;
}
/* --> */

