/* @override http://iamduncan.com/ndxz-studio/site/sample/style.css */

/**
* CSS
* 
* @version 2.0
* @author Vaska 
* @author Gregory Cadar
* @author Duncan Macdonald
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	/**font-family: Myriad, Helvetica, Arial, Verdana, sans-serif;**/
	font-family: "Big Caslon", Georgia, Times, serif;
line-height: 1.4;
	background: #021913;
	color:  #ffffff;
}

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

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

a img { border: none; }

#menu {
    width: 200px;
    float:  left;
	background-color: #021913;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 220px;
    width: 600px;
}

* {
	
}

.container {
	width:  960px;
    padding: 20px 20px 20px 20px;
}

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

li{
	font-size: 1.4em;
}
a{
	color:  #666666;
	outline:  none;
}
a:hover{
	text-decoration: none;
	color:  #ffffff;
}

p {
	font-size:  1.4em;
    margin: 0 0 9px 0;
    color:  #666666;
    font-weight:  normal;
}
.cr{
	font-size:  1em;
}
.white{
	color:  #ffffff;
}

p.cr{
	color:  #333333;
}

h1, h2, h3{ font-size: 1.4em; font-weight:  normal;color:  #ffffff;border-bottom: 1px solid #666666; margin-bottom:  18px;}

h4{
	font-size: 3em;
	font-weight:  normal;
}


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

#once { clear: left; }

#masthead h1 a{
	width:  180px;
	/**height:  80px;**/
	display:  block;
	color:  #ffffff;
/** background: transparent url(../img/masthead.jpg) no-repeat;**/
}

#masthead h1 a:hover{
	text-decoration:none;
	color:  #666666;
}

/**#masthead h1 span{
	display: none;
}**/