
#center {
	margin:5px auto;
	width:650px;
	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: 11px;
	font-family: Verdana, sans-serif;
	letter-spacing:.5px;
	line-height:18px; 
	background: #1e1e1e;
	color:#FFF;
	border-top:2px solid #FFF;
}

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:#f1f1f1;}
a:active { text-decoration: none; color:#f1f1f1;}
a:focus {outline:none;}
a:visited { text-decoration: none; color:#f1f1f1; }
a:hover { text-decoration: underline; color:#f1f1f1;}

a img { border: none; }



#menu {
    position: relative;
	border-bottom:1px solid #c3c3c2;
	width:643px;
	height:120px;
	margin:5px auto;
	padding:0 0 80px 0px;
	overflow:hidden;
}

#menu ul {
	list-style: none;
	color:#bababa;
	float:right;
	display:inline-block;
}


/** This is styling your section names in the menu*/
/** Change the color by adding color:#;*/
#menu ul li.section-title {
	color:#b08080;
	padding:0 80px 0 0;  
	display:inline-block;
	text-transform:uppercase;
	font-size:11px;
	}

	
/** Increase or decrease the line-height to add or subtract space between your menu items*/



#content {
	margin:10px auto;
	padding:0 0 0 7px;
    width:725px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 11px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:18px; 
	background:#fefbf1;
	width:100%;
	padding:8px 0 8px 4px;
	margin:0 0 15px 0;
 }
 
 
h2 { text-transform:uppercase;  color:#7f7f7f; font-size: 14px; padding:0 0 5px 0; font-weight:normal;}
h3 { text-transform:uppercase;  color:#7f7f7f; font-size: 11px; padding:0 0 5px 0; margin:10px 0 -20px 0; font-weight:normal;}
h4 { font-size: 12px; }

#img-container	{ margin: 40px 0 0 0; padding: 0; border:none;}
#img-container p	{ width: 400px; margin: 0 auto; padding: 0 0 12px 0; }
#img-container img {border:0; padding:0 9px 0 0px;}

.nothumb {
	color:#FFF;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	letter-spacing:.5px;
	line-height:18px; 
	font-weight:lighter;
}


/**.logo {
	float:left;
	display:inline-block;
	margin:20px 45px 0 0;
}*/

.emails {
	clear:left;
	text-align:right;
	text-transform:uppercase;
	color:#7c5e5e;
	}
	
.emails a:link { text-decoration: none; color:#bababa;}
.emails a:active { text-decoration: none; color:#bababa;}
.emails a:focus {outline:none;}
.emails a:visited { text-decoration: none; color:#bababa; }
.emails a:hover { text-decoration: underline; color:#f1f1f1;}
	

.logo {
	font-size:50px;
	text-transform:uppercase;
	letter-spacing:normal;
	width:330px;
	height:140px;
	float:left;
	line-height:36px;
	padding:30px 0 0 0;
	color:#bababa;
	}


#once { clear: left; }