

/* CSS Document */

 /*---------------------------------- -------STRUCTURE--------- ----------------------------------*/ 



#i {

	position: relative;

	visibility: visible;

	top: 0px;

	left: 0px;

	width: 100%;

}



#containeri {

	position: relative;

	visibility: visible;

	top: 25px;

	left: 25px;

	width: 100%;

	

	

} 



  #title 

  { position: relative; visibility: visible;   top: 0px;  width: 1000px;  } 

  #menu 

  { position: relative; visibility: visible; width: 400px; } 

  #leftpix { position: relative; visibility: visible; left: 60px; width: 100px; float: left;}

  #textbox 

  { position: relative; visibility: visible; left: 120px; width: 600px; float: left;

  } 

  #rightpix { position: relative; visibility: visible; left: 20px; width: 100px; float: right;}

  #info { position: relative; visibility: visible; } 

  #bottom { position: absolute; visibility: visible; left: 0px; } 

   

  .floatright

{

float: right;

width: 100px;

margin: 0 0 10px 10px;

padding: 10px;

border: 1px solid #000;

}



div.floatright img { border: 5px solid #000; }

p { margin-top: 0; }



 /*---------------------------------- -----------IMAGES------------ ----------------------------------*/ 



body { background: #000000 }

#i { background: #000000 }

#containeri { background:  url(/images/background.jpg) repeat-y; }

#title { background: url(/images/background2.jpg) repeat-x; }



 

 /*--------------------------------- ------FONTOGRAPHY----- ----------------------------------*/



  .indentation { margin: 20px; }

   p, ul, ol, blockquote { font: small; font-family: Tw Cen MT, Arial, Helvetica, sans-serif; color: #000000 } 

  h1, h2, h3 { font: bold; } h1, h2 

  { font: xlarge; } h3 { font: medium; } 

  h2, h3 { font-family: Tw Cen MT, Century Gothic, Arial, Helvetica, sans-serif; 

  } 

  h1 { font: italic; font-family: Tw Cen MT, Century Gothic, Arial, Helvetica, sans-serif; }

  .cutline { 

	font: smaller; font-family: Tw Cen MT, Century Gothic, Arial, Helvetica, sans-serif;

	color: #000000;

} 

  #info { font: medium 

  italic; font-family: Tw Cen MT, Century Gothic, Arial, Helvetica, sans-serif; }

 /*--------------------------- -------MENU & LINKS-- ----------------------------*/

 /* handles the Main menu, on a parchment background */

	
.nav { 
font-size: medium;
font-family:Century Gothic, Arial, sans-serif;
font-weight:bold;
padding: 2px 0px;
margin: 0px;
text-align: center;
word-spacing: 4px;
margin:0px auto;
width:700px;
}
.nav a:link, nav a:visited {
text-decoration:none;
}
.nav a:hover {
text-decoration:underline;
}
.nav li {
display: inline;
list-style: none;
word-spacing: 2px;
}
.center {
margin: 0px auto;
}
input {
float: right;
margin-top: -18px;
}
 /* links on all other parts of the pages */

 a:link , a:visited { color: #660000; text-decoration: none} a:hover { color: 

  #FFFFFF; text-decoration: underline; } 

