@charset "utf-8";
* {
margin: 0;
}

body {
	font: 100% Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

a{
	color: #ffffff;
	text-decoration:none;
}

a:hover{
	color: #e0e0e0;
	text-decoration:none;
}

.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0f0f0f;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #0f0f0f; 
	background-image: url(images/header_empty_nt.jpg);
	width: 1024px;
	height:440px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #0f0f0f;
	background-image: url(images/bg4.gif);
}

.portfolio{
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
}
.portfolio a{
	margin-left:8px;
	margin-right:8px;
}


.mainNavigation {
	font: 14pt Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	top:140px;
	left:74px;
	width:620px;
	height:24px;
	z-index: 50;
}


.mainNavigation a {
	font: 14pt Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:4px;
	color:#FFF;
	text-decoration:none;
	margin-left:12px;
	margin-right:12px;
}


.mainNavigation a:hover {
	color:#e0e0e0;
	text-decoration:none;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #0f0f0f;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 10pt Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font: 34pt helvetica, Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.drag{
position:relative;
cursor: pointer;
z-index: 100;
}

.cB{
	width:818px;
	margin-left: auto ;
  	margin-right: auto ;
}

.cBContent{
	padding:10px;
}

.cBContent a{
	text-
}

.contentBox{
	background:transparent url(images/content_box_middle.png) repeat-y;
	width:818px;
	text-align:left;
}
.contentBoxTop{
	/*background-image: url(images/content_box_top.png);*/
	background:transparent url(images/content_box_top.png) no-repeat top right;
	width:818px;
	height:12px;
}
.contentBoxBottom{
	/*background-image: url(images/content_box_bottom.png);*/
	background:transparent url(images/content_box_bottom.png) no-repeat;
	width:818px;
	height:17px;
}

.center{
text-align:center;
}
