@charset "utf-8";


html,body {
	height: 96%; /* Stay a bit off top and bottom and stop a scrollbar in IE. */
}
body {
	margin-top: 2%; /* get of that top! */
	margin-bottom: 2%; /* And stay of the bottom as well! */
	background-color: #9D2E25; /*BACKGROUND */
	font-family: Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif; /* Monaco = iMac, Calibri = Windows Vista */
	font-size: 12px; /* This makes sure IE users can increase fontsize with their browser.  */
	color: #444444; /* A nice grey color. */
}
a:link {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #9D2E25;
	text-decoration: none;	
}
a:visted {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #9D2E25;
	text-decoration: none;	
}
a:hover {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #CCCC66;
	text-decoration: underline;
	line-height: normal;
}

/* ************************* END GENERAL STYLING ************************* */


/* *************************  START DIV STYLING  ************************* */

#container { /* <DIV #1> */
	width: 680px; /* Edit this to change the width of your site. Set it to 100% for some fun :-) */
	margin-left: auto;  /* This keeps the template centered. */
	margin-right: auto; /* This keeps the template centered. */
	background-color: #FFFFFF;
	border: 1px solid #F4F4F4; /* Crazy about dotted and dashed borders! */
}
#header { /* <DIV #2> */
	width: auto; /* Just as wide as the container, ofcourse. */
	height: auto; /* No need to set height, just some padding around the headers is enough to get height. */
	text-align: right; /* The text in this header should align right in my humble opinion... */
	padding: 3% 4%; /* padding top is 3% and padding right is 4%. This creates the height of the header. */
	background: url(diags.jpg) top left repeat-x; /* Couldn't resist. Used an image */
}
	#header h1 { /* The first line of text in the header. */
		font-family: Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif; /* Monaco = iMac, Calibri = Windows Vista */
		font-size: 20px; /* Big font! 150% of the font-size of the body! */
		color: #222222; /* color for textline one. */
		display: inline; /* This trick will display the both lines of text next to eachother instead of under eachother* */
		letter-spacing: 4px; /* A thick amount of spacing between the letters, to create a nice effect on the text. */
	}
	#header h1 a, #header h1 a:link, #header h1 a:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #9D2E25;
	letter-spacing: 4px;
	font-style: normal;
	text-decoration: none;
	}
	#header h1 a:hover {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
	letter-spacing: 4px;
	font-style: normal;
	text-decoration: none;
	}
	#header h2 {
		position: relative; /* All sizes, paddings and margins are measured relative to #header h1. */
		display: inline; /* The trick will only work if you add display: inline here as well, and add a <br /> between them in the HTML code. */
		vertical-align: center; /* Appear in the center of the #header. */
		font-size: 70%; /* 70% of the size of the font-size from the body. */
		font-weight: 100; /* a very sleek and lightweight font. 600 for big font. */
		text-transform: uppercase; /* ALL CAPS ON THIS LINE OF TEXT */
		color: #00ACF4; /* Ocean blue color... */
		letter-spacing: 1px; /* spread those letters over your screen a bit more */
		font-family: "Trebuchet MS", Verdana, sans-serif; /* I love Trebuchet, should've been the standard font! ;-) */
	}
	
#core_container { /* <DIV #3> */
/* This div will hold all textual contents in the core of your page, hence core_container... */
	width: 100%; /* Just as wide as the #container, since it's still in there. */
	background-color: #FFFFFF; /* Good ol' white. */
}

#core_left { /* <DIV #4> */
	width: 180px; /* A fixed width to display the images correctly below eachother. */
	float: left; /* Always stay on the left side of the #core_container. */
	padding: 12px; /* 12px space inside this div before anything happens. */
	_padding: 6px; /* IE HACK. 6px space for IE, because of the boxmodel error. Remove this and check the page in IE... :( */
	height: auto; /* Height is automaticlly calculated. No need to set it. */
	background-color: #FFFFFF;
}
	#core_left img { 
		Border: 0; /* The images on the left may not have a border. */
	}
	#core_left p {
		font-size: 11px; /* The fontsize is 70% of the fontsize of the body tag. */
	}
	#core_left a, #core_left a:link, #core_left a:visited {
		font-family: "Trebuchet MS", Verdana, sans-serif;
		font-size: 11px;
		color: #9D2E25;
		text-decoration: underline;
		line-height: normal;	
	}
	#core_left a:hover {
		font-family: "Trebuchet MS", Verdana, sans-serif;
		font-size: 11px;
		color: #CCCC66;
		text-decoration: underline;
		line-height: normal;
	}
	#core_left h3, #core_left h4 {
		position: relative; /* All sizes, paddings and margins are measured relative to #header h1. */
		display: Inline; 
		vertical-align: Center; /* Appear in the center of the #header. */
		font-size: 12px; /* 90% of the size of the font-size from the body. */
		font-weight: 500; /* a bolder font. 600 for even bolder, 100 for very sleek. */
		text-transform: uppercase; /* ALL CAPS ON THIS LINE OF TEXT */
		color: #00ACF4; /* Ocean blue color... */
		text-decoration: bold;
		letter-spacing: 1px; /* spread those letters over your screen a bit more */
		font-family: "Trebuchet MS", Verdana, sans-serif; /* I love Trebuchet, should've been the standard font! ;-) */
	}
	#core_left li { /* The contents of core_left is presented in an unordered list. Here it is. */
		font-size: 9px; /* Fontsize and styling. */
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.litxt { /* This is the text in the unordered list within core_left, with 5% space on the left. */
		padding-bottom: 10px;
		width: 95%;
		padding-left: 5%;
	}
	#core_left ul { /* this is the ul styles for core_left. */
		list-style: none; /* No dot in the list please. */
		padding-left: 0px; /* Get yourself to the left of the page. */
		margin-left: 0; /* IE needs this to do the same as stated above... */
	}
	


#navcontainer {
text-align: right;
margin-top: 3px;
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: Nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}
#current {
	border-top: 1px dashed #d4c76b;
}
#navlist a { 
	padding: 3px 10px; 
	font-size: 11px;
	font: Verdana, Arial, Helvetica, sans-serif;
}

#navlist a:link, #navlist a:visited {
	color: #9D2E25;
	background-color: #ffffff;
	text-decoration: none;
	size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navlist a:hover {
	color: #9D2E25;
	background-color: #d4c76b;
	text-decoration: none;
}

#navlist a:active {
	color: #d4c76b;
	background-color:#ffffff;
	text-decoration: none;
}



	
#core_right { /* <DIV #5> */
	width: 476px; /* this div is 476px wide and contains all contents on the right of the page. */
	float: right; /* Always show up on the rightside of the screen, even when width is changed of the #container. */
	margin: 0; /* No margins, no paddings. */
	padding: 0;
	background-color: #FFFFFF; /* Fresh white! */
}
	#core_right h5, #core_right h6 { /* The headers in #core_right */
		position: relative; /* All sizes, paddings and margins are measured relative to #header h1. */
		vertical-align: center; /* Appear in the center of the #header. */
		font-size: 11px; /* 90% of the size of the font-size from the body. */
		font-weight: 500; /* a bolder font. 600 for even bolder, 100 for very sleek. */
		text-transform: uppercase; /* ALL CAPS ON THIS LINE OF TEXT */
		color: #00ACF4; /* Ocean blue color... */
		letter-spacing: 1px; /* spread those letters over your screen a bit more */
		font-family: "Trebuchet MS", Verdana, sans-serif; /* I love Trebuchet, should've been the standard font! ;-) */
	}
	#core_right p, #core_right h5, #core_right h6  {
		padding-left: 5%; /* The headers and paragraphs in core_right should stay 5% off the edge of div #core_right. */
		
	}
	#core_right p { /* The paragraphs in #core_right should have this styling: */
		font-family: "Trebuchet MS", Verdana, sans-serif; /* Font... */
		font-size: 11px; /* 80% of the font-size from the body tag. */
		line-height: 20px; /* The whitespace between the lines. */
	}
	
.bottom_ul { /* The small list of links on the bottom of the page. */
	list-style: none; /* no dot next to the list. */
	padding-left: 20px; /* 20px of the leftside of #core_right. */
	width: 420px; /* Always be 420px wide, to get that cool hover effect. */
	height: 12px; /* 10px fontsize, 12px height. Seems enough. */
	margin: 0; /* No extra margins anywhere. It's tight enough */
}
	.bottom_ul li { /* The actual list on the bottom. */
		padding: 0px 10px; /* 0px space above, but 10px space on the right of this list. */
		background-color:#FFFFFF; /* Fresh white! */
	}
	.bottom_ul a, .bottom_ul a:link, .bottom_ul a:visted {
	font-size: 11px;
	display: block;
	padding: 3px;
	width: 420px;
	color: #A6A6A6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
	.bottom_ul a:hover {
	color: #9D2E35;
	width: 420px;
	background: #F8F8F8 url(arrow_right.jpg) 98% 50% no-repeat;
	text-decoration: underline;
	}
	

#footer { /* The bottom, with the copyright notice. */
	clear: both; /* Appear UNDER core_right, not next to it. Not even with changed width on #container. */
	width: 680px; /* 680px? Yep, the same width as #container. */
	height: 20px; /* Give it some height! */
	text-align: right; /* The text should appear on the rightside of the footer. */
	margin: 0;
}
	#footer p { /* The <p> within the footer is styled here. */
		text-transform: uppercase; /* ALL CAPS ON THIS LINE OF TEXT */
		background: #FFFFFF url(diags.jpg)  0% 30% repeat-x; /* Those cool diagonal lines in the back. */
		font-size: 9px; /* An even smaller font then the list we just did. */
		color: #cccc66; /* Ocean blue color... */
		letter-spacing: 1px; /* spread those letters over your screen a bit more */
		font-family: "Trebuchet MS", Verdana, sans-serif; /* I love Trebuchet, should've been the standard font! ;-) */
	}
	#footer a:link { /* The <a href="... tags in the footer are styled here. */
		text-decoration: none; /* No lines under the text. */
		color: #bbbbbb; /* Black beauty. */
	}
	#footer a:hover {
		text-decoration: underline; /* No lines under the text. */
		color: #cccccc; /* Black beauty. */
}

#footer a:hover {
		text-decoration: none; /* No lines under the text. */
		color: #cccc66; /* Black beauty. */
}
