
#center {
	margin:40px auto;
	width:850px;
	height:700px;
}

* {
	margin: 0;
	padding: 0;
}

/** This is where you style your font- I would use Verdana, sans-serif or Georgia, serif*/
/** Change the hex color after background: to change the color of your site.*/
/**To add a background image replace background:#fff with background:#fff url(http://"yoursite.com"/ndxz-studio/site/sample/"NameOfFile") fixed top left no-repeat;*/
body {
	font-size: 27px;
	font-family: Verdana, sans-serif;
	letter-spacing:.5px;
	line-height:30px; 
	background:#e8f2f3 url(http://appalachianphoto.org/simmonspottery/ndxz-studio/site/sample/JS_BK3.jpg) fixed top left no-repeat;
}

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

/**This part defines your links. the a:link is the color it will appear most of time.*/
a:link { text-decoration: none; color:#1A3300;}
a:active { text-decoration: none; color:#1A3300;}
a:visited { text-decoration: none; color:#1A3300; }
a:hover { text-decoration: none; color:#1A3300;}

a img { border: none; }

#menu {
    width: 180px;
    float:left;
    }


/** This is styling your name above the menu*/
/** Change the color by adding color:#;*/
#menu p {
	text-transform:uppercase;
	font-size:130%;
}

/** This is styling your section names in the menu*/
/** Change the color by adding color:#;*/
#menu ul li.section-title { 
	}
	
/** Increase or decrease the line-height to add or subtract space between your menu items*/
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height:32px;
	letter-spacing:1.5px;
}


#content {
	margin:72px 0 0 0;
    float:right;
    width:650px;
}

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

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }