@charset "utf-8";
/* CSS Document */

body {
	scrollbar-3dlight-color:rgb(0,102,0);
	scrollbar-arrow-color:rgb(0,102,0);
	scrollbar-base-color:rgb(0,102,0);
	scrollbar-darkshadow-color:rgb(0,102,0);
	scrollbar-face-color:rgb(0,102,0);
	scrollbar-highlight-color:rgb(0,102,0);
	scrollbar-shadow-color:rgb(153,0,0);
	background:URL(images/margot_bg.gif);
	background-attachment:fixed;
}

.header {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

a:link, a:hover, a:visited {
	color:#fff;
}

.nav {
	width:850px;
	height:20px;
	padding-top:10px;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	margin-bottom:0px;
	background:URL(images/top.gif);
	background-repeat:no-repeat;
	clear:both;
	color:#fff;
	overflow:auto;
}

.nav_button {
	float:left;
	margin-right:10px;
}

.nav_button a:link {
	text-decoration:none;
}

.nav_button a:hover {
	text-decoration:none;
	background:#990000;
	height:200%;
	width:200%;
}

.nav_button a:visited {
	text-decoration:none;
}

.wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.main {
	width:840px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	background:URL(images/middle.gif);
	overflow-x:hidden;
	overflow-y:auto;
	z-index:1;
}

.main_alt {
	width:840px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	background:#006600 URL(images/margot8433.jpg);
	background-repeat:no-repeat;
	background-position:500px 255px;
	overflow:auto;
	z-index:1;
}

.main_content {
	color:#fff;
	font-family:arial;
	font-size:12px;
	float:left;
	width:840px;
}

.main_pic {
	float:left;
	width:410px;
	height:396px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:3px;
	filter:none;
	z-index:2;
	border:1px solid black;
	overflow:hidden;
}

.footer {
	margin-top:0px;
	background:URL(images/bottom.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
	color:red;
	overflow:auto;
	width:860px;
	height:20px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.row {
	margin-bottom:10px;
	border-bottom:1px solid #990000;
}

.bottomrow {
	float:right;
}

.bottomrow img {
	border:1px solid black;
}

/*GALLERY*/

.gallery td img {
	margin-bottom:15px;
	border:1px dashed red;
}

.image_box img {
	border:0px;
}

/*LYRICS*/

.lyrics {
	background-color:#009900;
}

.lyrics_inner {
	padding:10px;
	font-family:arial;
	font-size:12px;
	color:#FFFFFF;
}

img {
	border:0px;
}


	
	

