/**
* CSS
* 
* @version 1.0
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	line-height:150%;
	font-family: "Times New Roman", Times, serif;
	background: #fff;
	background-image: url(/ndxz-studio/site/img/BG.jpg);
}

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

a:link {text-decoration: none; color:#993300; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#993300; }
a:hover { text-decoration: underline; }

a img { border: none; }

#SiteTop {
	background-image: url(/ndxz-studio/site/img/Top_Logo.png);
	height:100px;
	margin-bottom:10px;
	width:100%;
}

#menu {
    width: 215px;
	line-height:170%;
	margin-left:28px;
    position: absolute;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
	width:620px;
	position: absolute;
	left:230px;
	top:120px;
	float:left;
    margin: 0 0 0 20px;
}

#content p { width: 300px; margin-bottom: 20px; }


.container {
}


p {
    margin: 0 0 10px 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; }

.section-title {
	font-weight: bold;
	font-style:italic;
	font-size:14px;
}
#img-container {

}
.cl {
	display:none;
}
hr {
border: 0px;
background-color: #000;
height: 1px;
width: 560px;
margin-bottom:10px;
}

