* {
	margin: 0;
	padding: 0;
}
a {
	color: #0066FF;
	text-decoration: none;
}
body {
	background: #000 url(../images/bg.png) repeat-x fixed left bottom;
	color: #FFFFFF;
	text-align: center;
	font-family: sans-serif, arial;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}
code {
	background: url(../images/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(../images/quote.gif) no-repeat;
	color: #FFFF33;
	display: block;
	margin-bottom: 12px;
	padding-left: 28px;
	font-family: "Lucida Sans Unicode", serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/* main structure */
.main {
	background: #000;
	border: 3px double #EEE;
	border-color: #141414 #202020 #222 #202020;
	text-align: left;
	width: 766px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}


/* header */
.gfx {
	height: 200px;
	background-color: #000000;
	background-image: url(../images/ncapbanner_2.jpg);
	background-repeat: no-repeat;
	margin-top: 23px;
}
.gfx h1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.75em;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
}
.gfx  h2  {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: bolder;
	padding-left: 20px;
	color: #FFFFFF;
}
.menu a {
	color: #FFFFFF;
	float: right;
	font-size: 1.2em;
	width: 100px;
	height: 22px;
	background-color: #000;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #1A1A1A;
	border-left-color: #222;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 150px;
}
.gallery p
{
	color: #FFFFFF;
	margin-bottom: 0px;
}

/* content */
.content {
	border-top: 1px solid #1A1A1A;
	clear: both;
	background-color: #000000;
}
.content h1 {
	color: #FFFFFF;
	margin: 0 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
.content p {
	margin: 0 0 12px;
	font-size: 1.2em;
}
.item {
	background: #030303 url(../images/bgitem.gif) repeat-x;
	padding: 8px 10px;
}
img.gallery {
	position: relative;
	border: 1px solid #333333;
	padding: 2px;
	float: left;
	margin-right: 5px;
}
.half
{
	float: left;
	width: 358px;
	padding: 0 10px 0 15px;
}	
.thirds
{
	float: left;
	width: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}	
.pic  
{
float: right;
border: 1px solid #999999;
padding: 2px;
background-color: #000000;
background-repeat: repeat-x;
clear: both;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
#gallery {
	float: left;
	height: auto;
	width: 100%;
}
.gallery_content {
	border: 1px solid #666666;
	background-color: #000000;
	display: block;
	margin-left: 2em;
	margin-bottom: 2em;
	float: left;
	height: 180px;
	width: 115px;
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 50%;
	font-style: normal;
	padding-left: 7px;
}
.gallery_content_landscape {
	border: 1px solid #666666;
	background-color: #000000;
	display: block;
	margin-left: 2em;
	margin-bottom: 2em;
	float: left;
	height: 115px;
	width: 140px;
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 50%;
	font-style: normal;
	padding-left: 7px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	height: 25px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	padding-left: 5px;
} 
.main .content .item #pic img {
	border: 1px solid #FFFFFF;
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding: 2px;
}
