html,body{
	margin: 0 auto;
	padding: 0;
	background: #000000;
	}

body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	}

p{
	margin: 0 10px 10px;
	}

a{
	color: #666699;
	}



img{
	margin: 0 auto;
	border: none;
	}


div#header{
	float:center;
	width: 100%;
	margin: 0 auto !important;
	height: 151px;
		}
	
div#header img{
	z-index: 300;
	}



div#container{
	margin:0 auto !important;
	border: none;
	text-align: left;
	width: 850px;
	}


div#wrapper{
	float: center;
	width: 100%;
	background: url(tile.gif) center repeat-y;
	}

/*------------ begin nav tabs -----------*/

#navigation {
    position:relative;
    bottom:-1px;
    padding-left: 8px;
    height: 30px;
    color: #383D42;
    overflow:hidden;
    z-index:2;
	}

#LastContent1 #navigation {
    margin-left: -20px;
    margin-right: -15px; 
    margin-bottom: 10px;
	}

#navigation ul {
    padding: 0 10px 0 0; 
    margin: 0 50px 0 0;
	}

#navigation li {
    margin: 0;
    padding-left: 14px;
    line-height: 31px;
    display: block;
    float:right;
    height: 31px;
    background: url(https://www.deemedexports.com/nav_img/left_off.gif) top left repeat-x;
	}

#navigation li.first { background-image: url(https://www.deemedexports.com/nav_img/left_first_off.gif); }

#navigation li.firstcurrent { background-image: url(https://www.deemedexports.com/nav_img/left_first_on.gif); }

#navigation li a {
    color: #fff;
    padding-right: 14px;
    line-height: 31px;
    text-decoration: none;
    display: block;
    float: left;
    background: url(https://www.deemedexports.com/nav_img/right_off.gif) top right no-repeat;
    border: 0;
	}
	
#navigation li.current,
#navigation li.lastcurrent {
	background-image: url(https://www.deemedexports.com/nav_img/left_on.gif);
	margin-left: -2px; padding-left: 17px;
	}

#navigation li.current a,
#navigation li.firstcurrent a,
#navigation li.lastcurrent a {  
    background-image: url(https://www.deemedexports.com/nav_img/right_on.gif);
    color: #0000ff;
	}

#navigation li.firstcurrent a:hover,
#navigation li.lastcurrent a:hover { 
	color:#040404;
	}
	
#navigation li a:hover {
	color: #990000;
	text-decoration: underline;
	}

#navigation li.last a { 
    background-image: url(https://www.deemedexports.com/nav_img/right_end_off.gif);
    padding-right: 22px;    
	}

#navigation li.lastcurrent a {
    background-image: url(https://www.deemedexports.com/nav_img/right_end_on.gif);
    padding-right: 22px;
	}
/*------------ end nav tabs -----------*/



/*---- content box -----*/

div#content{
	width:750px;
	float: center;
	margin-left: 49px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	background: #ffffff;
	min-height: 500px;
	height: 100%;
	z-index: 0;
	}
	
div#content p{
	line-height: 1.4em;
	margin: 5px 10px;
	}


div#content a{
	text-decoration: none;
	}


div#content a:hover{
	text-decoration: underline;
	}


div#content a:visited{
	color: #990066;
	}


div#content h1{
	font: 16px, Verdana, sans-serif;
	margin: 10px 5px;
	font-weight: bold;
	color: #0066cc;
	}

ul.content {
    padding: 0 0 0 10px ; 
    margin-top: 15px;
    margin-left: 275px;
    z-index:50;
	}

li.content  {
    line-height: 30px;
	}
	
div#content-right{
	position: relative;
	top:1px;
	float: right;
	z-index:11;
	width:375px;
	overflow:visible;
	}

div#content-left{
	position: relative;
	top:1px;
	float: left;
	z-index: 10;
	width:375px;
	}

/*----  end content box  ----*/


div#miva{
	width: 700px;
	margin: 25px 10px 0 25px;
	}




div#extra{
	width:750px;
	margin-left:49px;
	margin-top: -5px;
	background: #fff;
	color: #000;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #ccc;
	}


div#footer{
	width:750px;
	margin-left:49px;
	background: #fafafa;
	color: #888;
	font-size: 10px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
	}


div#footer p{
	margin: 0;
	padding: 5px 10px;
	}

div#footer a{
	text-decoration: none;
	}


div#footer a:hover{
	text-decoration: underline;
	}


div#footer a:visited{
	color: #990066;
	}