/* MARC'S PHOTOS - Main CSS file */
/* Avery Brooks 2006 */

/* important defaults */

html, body, form, div {margin: 0; padding: 0;}
body {text-align: center; background-color: #000;}

/* structural divs */

#siteWrapper {
	position: relative;
	width: 890px; height: 600px;
	margin: 0 auto 0 auto;
	text-align: left;

	/* anna's border */
	border-right: 6px solid #06c;
	border-bottom: 6px solid #06c;
	border-left: 6px solid #06c;
}

#menuContainer {
	width: 200px; height: 600px;
	position: absolute;
	top: 0; left: 0;
	background-color: #0f0;
	overflow: none;
}

#flashContainer {
	width: 690px; height: 600px;
	position: absolute;
	top: 0; left: 200px;
	background-color: #00f;
	overflow: hidden;
}

/* LEFT MENU */

	#menuContainer ul {list-style-type: none; margin: 0; padding: 0; line-height: 0;}
	#menuContainer ul li {margin: 1px 0 0 0; padding: 0; line-height: 0; float: right;}
	#menuContainer ul li a img {margin: 0; padding: 0; border: 0; line-height: 0; border: 0;}

	.homeLink {clear: both; margin: 0 61px 5px auto; padding: 2px 0 0 30px; text-align: left;}
	.homeLink a img {border: none;}
	
