*
	{
		padding: 0;
		margin: 0;
	}


body
	{
		font-size: 62.5%;
		font-family: "century gothic", verdana;
	}

img
	{
		border: none;
	}


h1
	{
		width: 300px;
		font-size: 3.7em;
		padding: 15px 0 0 50px;
	}

h2
	{
		width: 190px;
		font-size: 1.2em;
		margin: 0 0 0 135px;
	}
	
strong
  {
    font-weight: normal;
  }


#wrap
	{
		background: url('../images/wrapbackfmainblack.jpg') no-repeat;
		margin: 70px auto 0;
		color: rgb(219,219,219);
		width: 850px;
		height: 440px;
	}


#head
	{
		width: 850px;
		height: 95px;
	}

#head h3
  {
    float: right;
    margin-right: 1.6em;
    font-size: 1.7em;
    margin-top: -3em;
  }

#head h3 strong
  {
    font-size: 1.3em;
    font-weight: normal;
  }
  
#head h3 a
  {
    color: white;
    text-decoration: none;
  }
  
#head h3 a:hover
  {
    text-decoration: underline;
  }


#navigation
	{
		float: left;
		width: 350px;
		height: 280px;
		font-size: 1em;
	}

#navigation img
	{
		border: none;
		margin: 33px 0 0 60px;
	}

#navigation span
	{
		color: rgb(219,219,219);
		background: black;
		margin: 0 0 0 53px;
	}

#center
	{
		margin: 33px 0 0 120px;
	}

#navigation a
	{
		text-decoration: none;
		border: none;
	}

#leyend
	{
		display: block;
		font-size: 1.3em;
		margin: 5px 0 0 53px;
		color: rgb(219,219,219);
		width: 20em;
	}


#scroll
	{
		margin-top: 25px;
		margin-left: 20px;
	}


#content
	{
		float: left;
		width: 490px;
		height: 280px;
	}


#content ul
	{
		margin: 50px 0 0 3px;
		* margin: 50px 0 0 0;
	}


#content li
	{
		float: left;
		display: block;
		border-top: 4px double rgb(219,219,219);
		border-right: 4px double rgb(219,219,219);
		border-bottom: 4px double #686868;
		border-left: 4px double #686868;
		margin: 0 0 6px 3px;
		width: 108px;
		height: 55px;
		background: white;
		color: #888888;
		list-style: none;
	}


#content li img
	{
		display: block;
		margin: 0 auto;
	}
	
#content h1
  {
    font-size: 1.9em;
    margin: 1.5em 0 0.3em 0.5em;
    padding: 0;
  }

#content p
  {
    width: 38em;
    margin: 0 auto 0.5em;
    font-family: verdana, serif;
    font-size: 1.2em;
  }
  
#content span
  {
    display: block;
    float: right;
    margin: -0.8em 2.4em 0 0;
  }
  
#content span a
  {
    color: white;
    background: black;
  }

#nextback
	{
		
		margin: 0 0 0 365px;
		width: 460px;
		height: 30px;
		text-align: center;
		font-size: 1.3em;
	}

#nextback ul
	{
		display: block;
		width: 460px;
		height: 30px;
	}


#nextback li
	{
		display: block;
		float: left;
		width: 230px;
		height: 30px;
		border: none;
	}
		


#nextback li a
	{
		display: block;
		text-decoration: none;
		border: 1px solid white;
		color: rgb(219,219,219);
		background: black;
		padding: 5px 0 5px 0;
		clear: both;
	}

#nextback li a:hover
	{
		color: white;
	}
	
#footer a
  {
    position: relative;
    top: 9px;
    left: 3.5em;
    color: rgb(219,219,219);
    background: black;
    text-decoration: none;
  }
#footer p 
  {
    position: relative;
    top: 9px;
    left: 3.5em;
    bottom: 0;
    color: rgb(219,219,219);
    background: black;
    width: 15.5em;
    text-decoration: none;
  }
  
#footer a:hover
  {
    color: white;
    background: black;
  }
  
.up
  {
    margin-top: -30px;
    width: 23em;
  }

#nav
	{
		list-style: none;
		margin-left: 33px;
		font-size: 0.9em;
	}


#nav a
	{
		text-decoration: none;
		color: rgb(219,219,219);
		background: black;
	}


#nav a:hover
	{			
		color: white;
		background: black;
	}


#nav li
	{ /* all list items */
		display: block;
		margin: 0 auto;
		float: left;
		width: auto;
		padding: 0 4px;
	}

.active
	{
		color: white;
		background: black;
		border-top: 1px solid white;
		border-right: 1px solid white;
		border-bottom: 2px solid white;
		border-left: 1px solid white;
		line-height: 1.8em;
	}

#mail
  {
    float: right;
    margin: 2em 2em 0 0;
    color: black;
  }

#mail a
  {
    color: black;
    font-size: 1.3em;
  }
