/* CSS Document */

body {
	background-color: #ffffee;
	color: navy;
}


div#container {
	top: 10px;
	font-family: sans-serif;
}

div#title {
	background-color: white;
	padding-left: 10 px;
	font-color = navy;
	border-style: groove;
	border-width: 5px;
	border-color: #66ff99;
	width: 800px;
	height: 250px;
	margin-left: 40px;
	}

h1 {
	font-size: 50px;
	vertical-align: top;
}

h2 { 
	font-size: 30px;
	vertical-align: middle;
}

div#menu {
	color: white;
	width: 180px;
	position: absolute;
	top: 280px;
	left: 20px;
	padding-top: 1em;
}

div#homemain {
	background-image: url(images/BG.jpg);
	margin-left: 160px;
	margin-top: 50px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	height: 486px;
	width: 720px;
}

div#screenshots {
	margin-left: 160px;
	margin-top: 50px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding-left: 50px;
	width:780px;
	padding-bottom: 50px;
	color: black;	
}

div#intro {
	font-color: black;
	font-size: large;
	font-weight: bold;	

}

div#contact {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 30px;
	color: black;
	font-weight: bold;
	font-size: large;
}

ul {
	margin-right: 30px;
}

div#contents {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 30px;
	color: black;
	font-weight: bold;
	font-size: x-large;
}

p.intro {
	color: black;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 2em;
}

p.intro:first-letter  {
	font-size: 150%;
}

p.description {
	color: black;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 50 px;
}

p.contact {
	color: black;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 2em;
}

block.contents {
		

}

li.main {
	background-color: transparent;
	width: 30em;
	color: white;
}

ul.menu {
	margin: 0;
}

block.menu {
	margin: 10px;
	height: 50px;
	background-color: transparent;
	color: navy;
	padding: 5 px;

}

div#copyright {
	font-style: italic;
	font-size: small;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	color: black;
}