.backgrounded { margin-right: 1px; }
	.backgrounded a { border: none; }
	.backgrounded a img { border: 3px solid #fff; height: 25px; width: 25px; }
	.backgrounded-text { margin-top: 9px; }





/***************************
*  CSS
***************************/


* {
	margin: 0;
	padding: 0;
}

body {	font-size: 13.5px; font-family: arial, sans-serif;;color: #fff;

background:#5C0A59 url(http://www.laurakgolden.ca/ndxz-studio/site/img/background.jpg) left top repeat-y;

background-repeat: repeat-y;
background-position: 0px 0;
background-attachment: fixed;}

#shapes{
	position:absolute; 
	TOP:30px; 
	LEFT:650px; 
	WIDTH:309px; 
	HEIGHT:496px;
}

#laura{
	margin:20px 0px 20px 0px;
}

#titleP{
	font-size:160%;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {text-decoration:none;color: #eddcee;}
a:hover {color:#FFFFFF;}
a img { border: none; }

p {  margin: 0 0 1em 0;}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }


/* layout */
#menu {
    width: 400px;
    overflow: auto;
    top: 0;
    bottom: 0;
	  left: 0;
		margin:0px 0px 0px 50px;
    height: 100%;
}
#menu ul {list-style: none;}
/* #menu ul li.section-title { margin-top:1.4em; font-weight:bold; } */

#menu li {
	margin-left:200px;
	list-style-type: none
}

#content {
    height: 100%;
    margin: 0 0 0 50px;
    top: 0;
}

.container {   padding: 5px 5px 25px 5px;}

#footer {margin-top:2em;}
#footer p {margin:0;}

/* content */
#content p { width: 500px; margin-bottom: 9px; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#once { clear: left; }


