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 */
	font-size:90%;
    background: #EEE8E6;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
h2 {
    color:  #772D2A;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

/* Header styles */
#header {
	clear:both;
	float:left;
    margin: auto;
    text-align: left;
	width:100%;
    background: #EEE8E6;
	border-bottom:1px solid #1E201B;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.content,
.leftmenu,
.rightmenu {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* fonts for each column */
div.content {
    font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
    min-height: 100%;
}
div.leftmenu {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-size: 200%;
    line-height: 110%;
}
div.rightmenu {
    font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
    font-size: 90%;
    line-height: 110%;
}
/* 3 Column settings */
.threecol {
	background:#772D2A;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#772D2A;	/* left column background colour */
}
.threecol .content {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .leftmenu {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .rightmenu {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #1E201B;
    margin: auto;
    text-align: center;
    background: #EEE8E6;
}
#footer p {
	padding:10px;
	margin:0;
}

div.intro {
    margin: auto;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-size: 90%;
    line-height: 200%;
}


ul {
  list-style-type: none;
  line-height: 150%;
}

.rightmenu a:link {
    color:#D5D0CD; 
    text-decoration:none;
}

.rightmenu a:visited {
    color:#D5D0CD; 
    text-decoration:none;
}
.rightmenu a:hover {
    color:#EBEACE; 
    text-decoration:none;
}
.rightmenu h2 {
    color:#010101;
}

.rightmenu img {
    margin:20px 0 5px;
}

.leftmenublurb {
    width: 75%;
    margin-left: 15%;
    font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
    font-size: 50%;
    line-height: 120%;
    color: #D5D0CD;
}

a.menu:link {color:#D5D0CD; text-decoration:none;}
a.menu:visited {color:#D5D0CD; text-decoration:none;}
a.menu:hover {color:#EBEACE; text-decoration:none;}
a.menuask:link {color:#FEF1AB; text-decoration:none;}
a.menuask:visited {color:#FEF1AB; text-decoration:none;}
a.menuask:hover {color:#EBEACE; text-decoration:none;}
a:link {color:#943B33; text-decoration:none;}
a:visited {color:#943B33; text-decoration:none;}
a:hover {color:#EE2020; text-decoration:none;}
.leftmenublurb a:link {color:#FFFFFF; text-decoration:none;}
.leftmenublurb a:visited {color:#FFFFFF; text-decoration:none;}
.leftmenublurb a:hover {color:#EBEACE; text-decoration:none;}
