/* CSS Document */

 body {
 		background-color: #333333;
    font-family:  Verdana, Georgia, Arial, "Times New Roman";
		font-size: 10pt;
		color: #000000;
  }
  
  a {
    color: #FFFFFF;
    text-decoration: none;
    border: 0px; 
  }
  
  a:hover {
    text-decoration: underline;
    color: #292929;
  }
  
  a img {
  	border: none;
  }
  
  
  div.container
{
	width:55%;
	border:24px solid #D3D3D3;
	line-height:130%;
	Min-width: 770px;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

div.header,div.footer
{
	text-align: left;
	width: 100%;
	padding:10px 0px 0px 0px;
	background-color: #D3D3D3;
}

#content
{
  padding-top: 5px;
  padding-right: 4%;
  padding-bottom: 15px;
  padding-left: 4%;
	background: url('images/menu2.png') top left repeat-x; 	
	border-style:solid;
	border-width:8px;
	border-color: #333333;
	text-align: justify;
	color: black;
}

#content a
{
color: blue;
}

table
{
	line-height: 30px;
}

table td
{
 padding: 0px 65px 0px 0px;
 vertical-align: top;
}
	
  
  table a
{
  	color: blue;
}

  /* stop the float */
  br
 {
    clear: left;
}

  /* separate the list from subsequent markup */
  div.wrapper
{
    margin-bottom: 1em;
}

#list-background
{
	background-color: #D3D3D3;
}

p#list {
    padding: 9px 8px;
    background-color: #737373;
    text-align: center; 
    font-family: "Verdana";
    font-size: 13px;
    margin-bottom: 5px;
 }
 
 #list span {
 	  padding: 0px 15px 0px 10px;
 		color: white;
 	}	

 #words {
 		background-color: #737373;
 	  font-family:  "Verdana", "Arial Bold";
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		padding: 3px 0px 3px 0px;
		margin-top: 7px;
		color: white;
	}
 	
#line {
	 	background-color: #D3D3D3;
    font-family:  "Verdana", "Arial Bold";
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		margin-bottom: 0px;
	}
	
	#contacts
{
table
{
	line-height: 30px;
	table-layout:auto;
	width: 100%;
}

table td
{
 padding: 0px 65px 0px 0px;
 vertical-align: top;
 width: 20px;
}

#contacts tr
{
	width: 20px;
}
