h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
    color: #ff8;
	}

a, h2 a:hover, h3 a:hover {
    color: #c0c0b0;
	text-decoration: underline;
	}

html {
	/* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #f0ffe0;
    background-color: #4a525a;
	text-align: center;
	min-width: 760px;
}

#page {
	margin: auto;
	padding: 0;
	width: auto;
}

/* Begin Header/Banner */
#header {
    text-align: left;
	padding: auto;
	margin: auto;
	width: 100%;
	height: 150px;
	background-image: url("images/vigre.jpg");
	background-position: left;
	background-repeat: repeat-x;
	border: 1px solid #a0a0a0;
}


#header h1 {
    color: white;
    font-size: 2.5em;
    letter-spacing: 0.1mm;
    text-decoration: none;
    margin: .5em .5em 0 .5em;
}
#header h2 {
    text-decoration: none;
    margin: .5em .5em .5em .5em;
}
#header a {
    color: #ff8;
    text-decoration: none;
    margin: .5em .5em .5em .5em;
}

/* End Header/Banner */

/* Begin Navigation Menu */
#navmenu {
	margin: 0;
	height: 28px;
	width: 100%;

    background-color: #3a424a;
    background-image: url("images/hrule.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
    border: 1px solid #a0a0a0;
}

#navmenutext {
    text-align: right;
    margin: 0 0 0 0;
    padding: 0 1% 0 0;
    font-size: 15px;
    font-style: normal;
}

#navmenu ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#navmenu li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}

#navmenu a:link, #navmenu a:visited {
    color: #d0c0c0;
}

#navmenu a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Used to identify the current item in the navmenu */
#navmenuhighlight {
    text-decoration: none;
    color: #ff8;
}

/* End Navigation Menu */

#content {
    margin: 20px auto;
    width: 90%;
	font-size: 1.2em;
	text-align: justify;
}

#horizontallist {
   height: 20 px;
}

#content .column {
    width: 46%;
    float: left;
    padding: 1em 2% 1em 2%;
}

img.widthscaled {
    margin: 2% 2% 2% 2%;
    width: 85%; 
}
