/* Lastic.CSS - a Constrained Elastic Layout Template */

/* 

   Default font size on most browsers: 16 pixels
   Knock down to 10 pixels in CSS body; calculations will be easier
   set font-size in the body to 62.5% (62.5 percent of 16 = 10)
*/

/* basic elements */

html {

	margin: 0px;

	padding: 0px;

}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: georgia;
	color: #555753;
	font-size:62.5%;
	min-height: 100%;
	background-color: #fff;
	background-image: url(resources/bamboo.gif);
	}

#wrapper {
	font-size: 1.4em;
	width: 60em; /* - was set originally to 56em -- */
	margin: 10px auto;
	text-align: left;
	border: 1px solid silver;
	background-color: #FFFFFF;
	text-decoration: none;
}

#header {
	background-color: #000000;	
}

/*---------- HEADER STUFF --------------*/

#contact_box {
	float:right;
	background-color: #CCCCFF;
	margin: 1em;
	padding: 0.2em;
	background-image: url(resources/contact_box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/*-------------------------------------*/

#navcontainer {
	clear:both;
	width: 60em;
	background-image: url(resources/nav_box_A.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

#navcontainer ul
{
	color: White;
	float: left;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	font-weight: bold;

}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
padding: 0.2em 1em;

color: #833705;
text-decoration: none;
float: left;
border-left: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-image: url(resources/nav_box_B.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#000099;
}

#navcontainer a
{
	float: right;
	padding: 0.2em 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer a:hover
{
	color:#00FF00;
}


/*-------------------------------------*/
/* 
with one important addition. There is a second style rule, which takes advantage of a CSS parsing bug in IE5/Windows and IE5.5/Windows, to apply a width which is then overriden.
*/

#headersearch form {
	padding:0;
	margin:0;
}

#headersearch {
	position:absolute;
	top:2em;
	right:5px;
}

#headersearch form input {
	padding: 0;
	margin: 0;
	vertical-align:middle;
}

#txtsearch {
	height: 17px;
	width: 115px;
	border:1px solid black;
}

/*-------------------------------------*/

#content-wrapper {
	float: left;
	width: 45em;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:60em;	
	background: #fff url(resources/navigraph.gif) repeat-y right;
}



html>body #content-wrapper {  /* For Opera 5 issues */
  width:60em;
} 

 


#content { 
	float:left;
	margin: 10px 10px 10px 10px;
	/*border:1px solid #666666;*/
	
	padding:2em;
}

#content a
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	color: 	#008000;
	text-decoration: none;
	text-align: center;
}

#content a:hover
{
	color:#000080;
}


#content p {

	font: italic; 

}

/*-------------------------------------*/
#table_box {
	float:left;
	margin: 20px;
	padding: 10px;
	border: 3px solid #CC3366;
	background-color: #CCCCCC;
}

#titlebox {	
	float:right;
	border: 1px solid silver;
	margin: 5px 5px 5px 5px;
}





#content_box ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	list-style-type: square;
}

#content_box a:hover
{
	color: #0000FF;	
}






#clearer {clear: left; line-height: 0; height: 0;}

#photo {
	float:left;
	margin: 0px 30px 10px 10px;
}

#photo2 {
	float:right;
	margin: 5px;
}


#coinlinks {
	float: left;
	margin: 6px;
	padding: 2px;
	text-align: center;
	/*border: thin solid #003399;*/
}

#coinlinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: oblique;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#coinlinks a:hover {
	text-decoration:underline;
}

/*-------------Output Fonts, etc...-----------------*/
#output {
	background-color: #FFFFFF;
}

#output h3 {
	color: #0066FF;
}

#output h5 {
	color: #006600;	
}

#output h2 {
	color: #FF0000;
}

/*----------- Portalbox ------------------------------*/
#portalbox {
	background-image: url(resources/rhino.gif);
	margin: 2em;
	padding: 2em 16em 16em 2em;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}


/*--------------ADMINISTRATION NAVigator-----------------------*/

#adminbar {
	clear:both;
	width: 60em;
	background-image: url(resources/admin_box_A.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

#adminbar ul
{
	color: #0066FF;
	float: left;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	font-weight: bold;

}

#adminbar ul li {
	display: inline;
}

#adminbar ul li a
{
padding: 0.2em 3em;
color: #993300;
text-decoration: none;
float: left;
border-left: 1px solid #fff;
}

#adminbar ul li a:hover
{
	background-image: url(resources/admin_box_B.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}

#adminbar a
{
	float: right;
	padding: 0.2em 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

#adminbar a:hover
{
	color:#000099;
}



/*----------Footer--------------------*/
#footer {
	clear: both;
	background-color: #996633;
}

#footer_text
{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: oblique;
	color: #FFFFFF;	
}

/*---------- Gallery Page ------------*/
#gallerytitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	color: #003366;
}

#gallery ul
{
	
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	font-size: 16px;
}



#gallery ul li a
{
color: #003366;
text-decoration: none;

}

#gallery ul li a:hover
{

color:#0066FF;
}

/*---------- Administration Page ------------*/
#modify_box {
	float:left;
	margin: 20px;
	padding: 10px;
	border: 3px solid #CC3366;
	background-color: #99CCFF;
}

#modify_box2 {
	float:right;
	padding: 10px;
	border: 3px solid #CC3366;
	background-color: #9999FF;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 20px;
}
