	
body {
					color: black;
        			background: navy url(images/background.gif);
					font-family: arial, helvetica, sans-serif;
}

#logo {
					position: absolute;
					width: 120px;
       				height: 100px;
}

#header {
					position: relative;
					background: yellow;
					height: 100px;
					width: 750px;
					margin-left: 120px;
}			

#navigation {
					position: absolute;
					background: orange;
					top: 60px;
					width: 120px;
					margin-top: 50px;
}

#navigation p {
            		font-size: 1em;
                    font-weight: bold;
                    margin: 1em 1em 1em 1em;

}

#navigation ul {
					margin: 0 0 1em 0;
					padding: 0;
					list-style: none;
                    font-size: 0.8em;
}
		
#navigation ul a {
					color: white;
					text-decoration: none;
					display: block;
					background: #FF6633;
					padding: 0 0.5em;
					margin: 0 1em 1px 1em;
}
		
#navigation a:visited {
					color: #ccc;
}
		
#navigation a:hover {
					background: red;
                    text-decoration: underline;
}

#text {
					position: absolute;
					margin-left: 120px;
					background: rgb(100%,100%,100%);
					width: 685px;	
					padding: 1px 20px 1em 40px;
                    font-size: 0.8em;
                    border-style: solid;
                    border-color: black;
                    border-width: 3px;
}

#text a {
        			color: blue;

}

#text a:hover {
       				background: rgb(100%,0%,0%);
        			text-decoration: underline;
}

#text img {
					padding: 1px;
					border: 1px solid #333;
					margin: 0 0 1em 1em;
}
		


#container {
					position: relative;
					width: 870px;
					border: solid #000;
					border-width: 3px;
					margin: auto;
}