#myGallery,#myGallery1,#myGallery2,#myGallery3
 {

	width: 275px;
	height: 200px;
	z-index:5;
	border: 0px solid #000;
	float:left;
	position: absolute;

}

#myGallery  {top:110; left:362}
#myGallery1 {top:110; left:644}
#myGallery2 {top:315; left:362}
#myGallery3 {top:315; left:644}

#myGallery2{clear: left}

div.container {
		width:100%;
		margin:0px;
		border:1px solid gray;

		}
div.header {
		padding:0.5em;		
		background-color:white;
		text-align:right;
		}
		
div.footer {
		padding:0em;
		clear:left;
		background-color:#C0C0C0;

		}
div.left {
		float:left;
		width:250px;
		margin:0px;
		padding:1em;

		clear:left;
		}
div.content {
		margin-left: 281px;
		padding: 1em;
		background-color: white


		}
#spacer {	height:0px}
#vspace {   	width:70px;
		height:300px;
		float:left;}

h1,h2,h3,h4,p,ul {
		font-family: arial}
p{
		color:#404040
}
h1{		color: #C0C0C0;
		font-weight: normal;
		font-size:x-large;
		letter-spacing:9px;}

ul {		list-style-type: none;
		letter-spacing:2px;
		font-size:large;}

a:link {
		color: #B6B6B6;
		text-decoration: none;}

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


a:hover {
		color: #FFB80F;
		text-decoration: none}
	
p.footer {
		line-height: 110%;
		text-align:center;
		color:white;
		font-size:small;
	}	
