
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 0;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}




body {
font-size:100%;
line-height:1.125em;
background-color:#000;
font:bold 85%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}

a {
text-decoration:none;
}

ul {
list-style:none;
}


#container {
margin:20px auto;
width:1000px;
overflow:hidden;
}

#header {
width:1000px;
height:70px;
background-image:url(http://www.thisismagdalena.com/img/header_bg.jpg);
background-repeat:no-repeat;
background-position:0px -70px;
}	

#footer {

}

#leftcolumn {
width:250px;
margin-left:70px;
height:550px;
float:left;
background-image:url(http://www.thisismagdalena.com/img/album_bg_250x500.jpg);
background-repeat:no-repeat;
background-position:0px 50px;

}

#lefthead {
color:#725c23;
height:50px;
}

#rightcolumn {
width:660px;
float:right;
color:#725c23;
}

#rightcolumn ul li.header {
border-bottom:1px solid #4e4e4e;
margin:0px;
}    
#rightcolumn ul li {
margin:5px;
}    


/***************** Space Gallery ******************************************/

#myGallery {
	    width:280px;
        float:right; 
	    height: 300px;

        
}
#myGallery img {
	border: 1px solid #4e4e4e;
}
a.loading {
	background: #fff url(http://www.thisismagdalena.com/images/ajax_small.gif) no-repeat center;
}

.spacegallery {
	position: relative;
	overflow: hidden;
    top:-63px;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(http://www.thisismagdalena.com/images/blank.gif);
}


