        * {
			margin: 0;
			padding: 0;
			list-style: none;
			border: none;
		}
		
		
		a:link { 
		color: #ffffff;
		}
		a:visited { 
		color: #ffffff;
		}
		a:hover { 
		color: #ababab;
		}

		
		body{
		margin:0;
		background-color:#000;
		}
		
		.clear{
		clear:both;
		}
		
         img, #logo  {
         behavior: url("iepngfix.htc") 
         }
        
        
        /* All Content
        /////////////////////////////*/
         #allcontent{
         width: 960px;
         margin: 0 auto;
         margin-top: 30px;
         font: 11px "Arial", Helvetica, sans-serif;
         }
        
        
        /* TOP NAVIGATION BAR 
        /////////////////////////////*/
        #logo{
      	left: 0px;
      	position: absolute;
      	top: -1px;
        }
       
        #nav{
        background-image: url(../images/nav_small.jpg);
        background-repeat: repeat-x;
        position: relative;
        cursor: pointer;
        }
        
        ul#topnav {	
        		padding: 0 0 0 367px;
        		list-style:none;
        		height:49px;
        		margin:0 auto; /* center nav in this demo */
        }

        ul#topnav li {
        		display:inline;
        }

        ul#topnav li a {
        		height:49px;
        		float:left;
        		text-indent:-9999px;
        		text-decoration:none;
        		
        }

        ul#topnav li#topnav_1 a {
        		width:100px;
        		background:url(../images/nav_full.jpg) no-repeat -28px 0;
        }
		/*
        ul#topnav  li#topnav_1 a:hover {
        		background-position:-28px -51px;
        }*/

        ul#topnav  li#topnav_1 a.current {
        		background-position:-28px -51px;
        }
        
        ul#topnav li#topnav_2 a {
        		width:81px;
        		background:url(../images/nav_full.jpg) no-repeat -128px 0;
        }

       
        ul#topnav  li#topnav_2 a.current {
        		background-position:-128px -51px;
        }
        
        ul#topnav li#topnav_3 a {
        		width:82px;
        		background:url(../images/nav_full.jpg) no-repeat -209px  0;
        }


        ul#topnav  li#topnav_3 a.current {
        		background-position:-209px -51px;
        }
               
        ul#topnav li#topnav_4 a {
        		width:104px;
        		background:url(../images/nav_full.jpg) no-repeat -291px  0;
        }


        ul#topnav  li#topnav_4 a.current {
        		background-position:-291px -51px;
        }
 
        ul#topnav li#topnav_5 a {
        		width:64px;
        		background:url(../images/nav_full.jpg) no-repeat -395px 0;
        }

        ul#topnav  li#topnav_5 a.current {
        		background-position:-395px -51px;
        }
      
        ul#topnav li#topnav_6 a {
        		width:69px;
        		background:url(../images/nav_full.jpg) no-repeat -459px  0;
        }

        ul#topnav  li#topnav_6 a.current {
        		background-position:-459px -51px;
        }
        
       ul#topnav li#topnav_7 a {
        		width:93px;
        		background:url(../images/nav_full.jpg) no-repeat -528px  0;
        }


        ul#topnav  li#topnav_7 a.current {
        		background-position:-528px -51px;
        }
        
/* Content
/////////////////////////////*/
        #content{
        background-image: url(../images/gradient.jpg);
        background-repeat: repeat-x;
        background-color:#474747;
        color:#ffffff;
        min-height:600px;
  		height:auto !important;
  		height:600px;
  		font: 11px "Arial", Helvetica, sans-serif;
        }
        
        
    	#content #left {
    	float:left;
    	padding:49px 0 0 36px;
		        
         }
         
        #content #right {
        float:left;
        padding: 34px 0 0 36px;
		        
         }

/* Index
/////////////////////////////*/           
    	#content #left_i {
    	float:left;
    	padding:49px 0 0 22px;
		        
         }
         
        #content #right_i {
		float:right;
		border:thin solid #ababab;
		margin:52px 21px 0 0;
		        
         }
         
         #content #text_i{
         float:left;
         font-size:12px;
         padding:51px 0 0 7px;
         width:285px;
         line-height:15px;
         }
         
        .img_i{
        float:left;
        margin:0 13px 0px 0;
        border:thin solid #ababab;
        }
        
        #content  p{
        padding:0 0 18px;

        }

/* contact
/////////////////////////////*/        
        #content #left_c {
    	float:left;
    	font-size:12px;
    	padding:52px 0 0 91px;
    	line-height:21px	        
         }
                 
         .soon{
         font-size: 2em;
         padding: 10px
         
         }
         
         .grey_t{
         color:#7f7f7f;
         letter-spacing:.2em;
         }
         
         .title{
         font-style:italic;
         padding:0 0 0 19px;
         }
         
         
 /* BIO
/////////////////////////////*/
        #content .info {
		 font: 11px "Arial", Helvetica, sans-serif;
         
         }

        #content #left img{
        border:thin solid #ababab;
        }
         
         
/* BIO table
/////////////////////////////*/
         
		#mytable {
		width: 511px;
		}

		th {
		text-align: left;
		padding: 12px 6px 12px 12px;
		text-decoration:underline;
		font-size:12px;
		}
		/*
		th.nobg {

		}
		*/
		td {
		text-align: left;
		padding: 0px 6px 0px 12px;
		vertical-align: top;
		}

/* footer
/////////////////////////////*/
		#footer{
		color:#7f7f7f;
		background-color:#000000;
		font-size: 10px;
		padding:4px 0 5px 0;
		text-align:right;
		}
		
		#footer a{
		color:#7f7f7f;
		text-decoration:none;
		}
		
		
		