/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	color: #555753;
	background-color: #E6E1CB; 
	text-align: center;
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px;
	margin-bottom: 0px; 
	text-align: justify;
	}
h4 {
	text-align: left;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
h1 { 
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #663300;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #336699;
	}

.ScreenShot
{
	width:100px; 
	height:90px; 
	border-color: White; 
	border-width: 1px; 
	padding: 6px;
}

img:hover
{
	border-color: #E6E1CB; 
}

/* specific divs */
#container { 
	width: 700px;
	margin-top: 20px;
	background: transparent;
	text-align: center;
	/*border:solid 1px brown;*/
	}

#rightBox {
	width: 120px;
	background:white;
	float:right;
	border:solid 1px black;
	}
#leftBox {
	width: 520px;
	padding: 15px;
	background: white;
	float:left;
	border:solid 1px black;
	text-align: left;
	}
#topBox{
	
	width: 700px;
	height: 300px;
	background: url(topBox.jpg);
	border:solid 1px black;
	}

#containerScreenShots { 
	width: 770px;
	margin-top: 20px;
	background: transparent;
	text-align: center;
	/*border:solid 1px brown;*/
	}

#leftImg1
{
	width: 500px;
	padding: 5px;
	float: left;
	background: transparent;
	text-align: left;
}	
