body {
	background:  #E4B71E;
	color: #000033;
	margin: 0;
	padding: 0;
	font: 15px/175% "Courier New", Courier, mono;
	}

/* layout */

#container {
	margin: 10px auto;
	width: 770px;
	background:   url("images/bg-container.jpg") repeat-y left top;
	}

#header {
	clear: both;
	height: 129px;
	margin: 0 10px;
	padding: 0;
	background:  url("images/bg-header.jpg") no-repeat left top;
	}

#content {
	padding: 25px;
	}

#footer {
	clear: both;
	margin: 0 12px;
	padding: 5px;
	background: #E2E4E6;
	border-top: 1px solid #CACACA;
	text-align: center;
	font-size: 90%;
	border-bottom: 1px solid #999999;
	color: #999999;
	}
	
#buttons {
	clear: both;
	margin: 10px;
	text-align: center;
	}

#buttons img  {	
	margin: 5px;
	padding: 0;
	border: none;
	}

#buttons a {
	text-decoration: none;
	border: none;
	}

/* navMain */

#header ul {
	float: left;
	width : 100%;
	margin: 0;
	padding: 0;
	background-color: #B2444F;
	}

#header ul li {
	display: inline;
	font: 12px/175% "Courier New", Courier, mono;
	}

#header ul li a:link, #header li a:visited {
	float : left;
	padding: 0 10px;
	color: #ffffff;
	border-right: 1px solid #B4BCC0;
	border-bottom: none;
	}

#header ul li a:hover{
	background: #DADDE0;
	color : #333333;
	}

/* general tags */

h1 {
	font-size: 130%;
	color: #B7002E;
	font-weight: normal;
	font-variant: small-caps;
	}

h2 {
	margin-top: 3em;
	margin-bottom: -6px;
	font-size: 115%;
	color: #B7002E;
	font-weight: normal;
	font-variant: small-caps;
	}


/* links */
	
a:link {
	color: #B7002E;
	text-decoration: none;
	border-bottom: 1px dotted;
	}

a:visited {
	color: #C07A5A;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
	
a:hover {
	color: #990000;
	border-bottom: 1px solid;
	}