/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* graphics en text belong to ViaISN */
/* have a good day! */


body {
	background-color: rgb(102, 20, 42);
	background-image: url('body.jpg');
	}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 20px;
	color: rgb(102, 22, 42);
	}


#content {
	width: 720px;
	padding: 8px;
	margin-left: 175px;
	background-color: rgb(102, 20, 42);
	
	}


	
#text {
	border: 1px solid #999;
	background-color: rgb(248, 220, 171);
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	width:720px;
	}
	

#text, #menu {
	font-size: 13px;
	line-height: 15px;
	}
	
p {
	padding: 0px;
	margin-left: 10px;
	margin-right:15px;
	}

	
h1 {
	font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.5em;
	margin: 2px;
	color: rgb(102, 21, 42);
	}
	

h3 {

	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.2em;
	color: rgb(205,161,72);
	font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	}
	
	
h4 {
	text-align: left;
	margin-left: 10px;
	font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	letter-spacing: 0.2em;
		}


h5 {
	text-align: left;
	margin-left: 10px;
	margin-right:15px;
	font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	letter-spacing: 0.2em;
	}
	

#menu {
	float: left;
	width: 160px;
	}

	#menu .box {
		background-color: rgb(102, 20, 42);
		color: rgb(205,161,72);
		font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
		margin-bottom: 8px;
		padding: 0.05px;
		}
			
	.box h3 {
		font-style: normal;
		text-transform: uppercase;
		text-align: left;
		font-size: 0.90em;
		letter-spacing: 0.2em;
		margin: 5px
		}

ul {
	margin: 0 0 0 0.5em;
	padding-left: 0.95em;
	}		
	
a:hover {
	background-color:  rgb(102, 20, 42);
	font-weight: bold;
	}

a:link {
	color: rgb(205,161,72);
	text-decoration: none;
	}
	
a:visited {
	color: rgb(205,161,72);
	text-decoration: none;
	}

	

