body	{ 
	font-family: Myriad, "Myriad Roman", "Myriad Pro", "Myriad Web", "Lucida Grand", sans-serif;
	font-weight: normal;
	border-top: 10px solid #000;
	margin: 0;
	background: #000;
	}

a:link { 
	font-size: 12px;
	text-decoration: none; 
	color: #eeb383;
	font-weight: normal;
	}
	
a:visited {  
	font-size: 12px;
	text-decoration: none; 
	color: #eeb383;
	font-weight: normal;
	}

a:hover { 
	font-size: 12px;
	text-decoration: none; 
	color: #fff;
	font-weight: normal;
	}

a:link IMG	{
	border: 0px solid #fff;
	}
	
a:visited IMG	{
	border: 0px solid #fff;
	}
	
a:hover IMG	{
	border: 0px solid #fff;
	}

IMG {
	border: 0px solid #fff;
	}
	
/* Whole page alignment 
----------------------------------------------*/

#container 	{ 
	position: relative;
	top: 0px;
	left: 10px;
	width: 750px;
	height: 550px;	
	margin: auto;
	background: top right no-repeat url(img/bg.jpg) #000;
	}
	

/* Main title 
----------------------------------------------*/
#title 	{ 
	position: absolute;
	top: 30px;
	left: 0px; 
	width: 350px;
	height: 112px;
	background: no-repeat url(img/title.jpg);
	}
		
/* Menu 
----------------------------------------------*/
#menu	{
	position: absolute;
	top: 158px;
	left: 0px;
	width: 740px;
	height: 25px;
	padding: 5px;
	border-top: 1px solid grey;
	}
	
#menu a {font-size: 15px; text-decoration: underline;}
#menu a.here {text-decoration: none;}

#menu ul {margin-left: 0px; padding-left: 50px; display: inline;}
#menu ul li {margin-left: 0px; padding: 10px 15px 4px 10px; display: inline; list-style: none; border-left: 1px solid grey;}




/* Contact details 
----------------------------------------------*/
#details	{
	position: absolute;
	top: 0px;
	left: 485px;
	width: 300px;
	height: 100px;
	overflow: hidden;
	padding: 0px;
	background-color: transparent;
	}
	
#details p {
	font-size: 12px;
	color: #f9936b;
	}

#details h3 {
	font-size: 13px;
	color: #f9936b;
	text-decoration: underline;
	}
	
/* Textbox 
----------------------------------------------*/
#text 	{ 
	position: absolute;
	top: 230px;
	left: 20px;
	width: 650px;
	height: 300px;
	padding: 5px;
	}	

#text a.link {text-decoration: underline;}
	
#text p {
	font-size: 14px;
	color: #eeb383;
	}
	
#text p.tidbit {
	font-size: 12px;
	color: #f9936b;
	}

#text h1 {
	font-size: 14px;
	color: #f9936b;
	}
	
#text ul {color: #f9936b; font-size: 14px;}
#text ul li {color: #f9936b; list-style: circle; font-size: 14px;}
	

