html
   {
      background-image: url('images/bg3.png'); 
   }

div#container
   {
	  
      width: 806px;
      height: 533px;
      background-color: #a19d9d;
      margin: -267px 0 0 -403px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
   }
   
   
div#logo
	{
		background-image: url('images/logo.png'); 	
		width: 151px; 
        height: 44px; 
        float: left;
	}
	

div#navigation
	{
		background-image: url('images/navigation.png'); 
		width: 655px; 
        height: 44px; 
        float: right;
	}

div#space1
	{
		background-image: url('images/space1.png'); 
		width: 806px; 
        height: 19px; 
        float: left;
	}
	
div#space2
	{
		background-color: #a19d9d;
		width: 17px; 
        height: 450px; 
        float: left;
	}
	
div#content
	{
		background-color: #a19d9d;
		width: 500px; 
        height: 450px; 
        float: left;
	}
	
div#space3
	{
		background-color: #a19d9d;
		width: 18px; 
        height: 450px; 
        float: left;
	}
	
div#title
	{
		background-image: url('images/title.png'); 
		width: 250px; 
        height: 33px; 
        float: left;
	}
	
div#space4
	{
		background-color: #a19d9d;
		width: 21px; 
        height: 450px; 
        float: right;
	}

	
div#text
	{
		background-image: url('images/text.png'); 
		width: 250px; 
        height: 417px; 
        float: left;
	}
	
div#footer
	{
		background-color: #a19d9d;
        float: left;
	}

#nav a 
	{
		display: block;
		margin: 0px 8px 3px 0px;
		text-decoration: none;
	}

#nav, #nav ul 
	{
		padding: 0;
		margin: 100;
		list-style: none;
	}

#nav li 
	{
		float: left;
		width: 200px;
	}

#nav ul 
	{
		position: absolute;
		width: 120px;
		left: -1000px;
	}

#nav li:hover ul, #nav li.ie_does_hover ul 
	{
		left: auto;
		background-position: 0 0;
	}

.sublist
	{
		font-family: "MS Reference Sans Serif";
		font-size: 9px; 
		color: #acacac; 
		background-color: #666666;
		text-align:center;
	}

.navlist
	{
		font-family: "MS Reference Sans Serif";
		font-size: 9px;
		color: #ffffff; 
		text-align:center;
	}

ul a
	{
		color: #ffffff; 
		cursor: default;
	}

ul ul a:link, ul ul a:visited
	{
		font-weight: normal;
		color: #CCC;
		cursor: pointer;
	}

ul ul a:hover, ul ul a:active
	{
		font-weight: normal;
		color: #FFF;
		cursor: pointer;
	}
	
h1 
    { 
        font-family: "MS Reference Sans Serif";
        font-weight: normal;
        font-size: 9px; 
        color: #FFF;   
		padding-left:15px;
		padding-right:15px;
		padding-top:3px;
    } 

h2 
    { 
        font-family: "MS Reference Sans Serif";
        font-weight: normal;
        font-size: 9px; 
        color: #d9d9d9;   
		padding-left:15px;
		padding-right:15px;
		padding-top:0px;
    } 
    
a:link {
color: #FFFFFF;
text-decoration: none;
}

a:visited {
color: #FFFFFF;
text-decoration: none;
}
