/*
colors used:

bg = #A1A1A1;

blue = #3399CC;
orange = #CC9933;
green = #99CC33;
purple = #CC6699;
*/

html
  {
    background-color:#8c8c8c;
  	height:100%;
  	font-size:100%;
  	font-family: Arial, Helvetica, sans-serif;
  	text-decoration:none;
  	text-align:left;
    border:0;
  	padding:0;
  	margin:0;
  }
  
  body
  {
  	height:100%;
  	font-size:1em;
    border:0;
  	padding:0;
  	margin:0;
  }
  
  div {border:0; padding:0; margin:0;}

  img {border-width:0px;}

  .thumb {border: 1px solid #3399CC; padding:1px;}
  
  a {color:#3399CC; font-weight:bold; text-decoration:none;}
  a:hover {text-decoration:underline;}
  
  h1{font-size:2em; color:#E6E589; background-color:#5562AC; padding:2px; margin:0px;}
  h2{font-size:1.4em; color:#5562AC; padding:2px; margin:0px;}
  h4{font-size:1.2em; color:#3399CC; padding:5px; background-color:white; margin:0px;text-align:left;}
  h5{font-size:1.2em; color:#3399CC; padding:0px; margin:0px;text-align:left;}
  
  .left{float:left;}
  .right{float:right;}
  .center{text-align:center;}

	.textLeft
	{
		text-align:left;
	}
  
  .hidden {display:none;}
  .clear {clear:both;}

  .small {height:1px; width:1px; font-size:0em;}

  .div {display:block;}
  
  .spacer
  {
    height:20px;
  }
  
  .top11
  {
    margin-top:11px;
  }
  
  .top20
  {
    margin-top:20px;
  }

  .right10
  {
	margin-right:10px; margin-bottom:10px;
  }

  .workRight {float:right; text-align:left; width:275px; font-size:0.8em;}
  

/* main structure */
  
  
  #wrap
  {
    background-color:white;
    width:860px;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
  }
  
  #leftJD
  {
    position:absolute;
    z-index:-10;
    top:20px;
    left:0px;
    width:50px;
    height:350px;
    background-image:url('../images/layout/leftJD.png');    
    background-repeat:no-repeat;
  }
  
  #jahDsign
  {
    width:420px;
    height:119px;
    background-image:url('../images/layout/jahDsign.jpg');    
    background-repeat:no-repeat;
    cursor:pointer;
  }
  
  #ABPortfolio
  {
    margin-top:20px;
    width:420px;
    height:119px;
    background-image:url('../images/layout/ABPortfolio.jpg');  
    background-repeat:no-repeat;  
  }
  
/* about */
  
  #About
  {
    margin-top:20px;
    width:420px;
    height:257px;
    background-image:url('../images/layout/aboutBW.jpg');   
    background-repeat:no-repeat; 
    cursor:pointer;
  }
  
  #About:hover
  {
    background-image:url('../images/layout/aboutOver.jpg');
  }
  
  #AboutTitle
  {
    width:420px;
    height:119px;
    background-image:url('../images/layout/aboutTitle.jpg');  
    background-repeat:no-repeat;
  }
  
  #AboutMenuTop
  {
    width:420px;
    height:54px;
    background-image:url('../images/layout/aboutMenuTopBW.png');  
    background-repeat:no-repeat; 
    cursor:pointer; 
  }
  
  #AboutMenuTop:hover
  {
    background-image:url('../images/layout/aboutMenuTopOver.png');  
  }
  
  #AboutMenuBottom
  {
    width:420px;
    height:54px;
    background-image:url('../images/layout/aboutMenuBottomBW.png');  
    background-repeat:no-repeat; 
    cursor:pointer; 
  }
  
  #AboutMenuBottom:hover
  {
    background-image:url('../images/layout/aboutMenuBottomOver.png');  
  }
  
/* contact */
  
  #Contact
  {
    margin-top:21px;
    width:420px;
    height:257px;
    background-image:url('../images/layout/contactBW.jpg');  
    background-repeat:no-repeat; 
    cursor:pointer; 
  }
  
  #Contact:hover
  {
    background-image:url('../images/layout/contactOver.jpg'); 
  }
  
  #ContactTitle
  {
    width:420px;
    height:119px;
    background-image:url('../images/layout/contactTitle.jpg');  
    background-repeat:no-repeat;
  }
  
  #ContactMenuTop
  {
    width:420px;
    height:54px;
    background-image:url('../images/layout/contactMenuTopBW.png');  
    background-repeat:no-repeat; 
    cursor:pointer; 
  }
  
  #ContactMenuTop:hover
  {
    background-image:url('../images/layout/contactMenuTopOver.png');
  }
  
  #ContactMenuBottom
  {
    width:420px;
    height:54px;
    background-image:url('../images/layout/contactMenuBottomBW.png');  
    background-repeat:no-repeat; 
    cursor:pointer; 
  }
  
  #ContactMenuBottom:hover
  {
    background-image:url('../images/layout/contactMenuBottomOver.png');
  }
  
/* work */
  
  #Work
  {
    width:420px;
    height:257px;
    background-image:url('../images/layout/workBW.jpg');  
    background-repeat:no-repeat;  
    cursor:pointer; 
  }
  
  #Work:hover
  {
    background-image:url('../images/layout/workOver.jpg'); 
  }
  
  #WorkTitle
  {
    width:420px;
    height:119px;
    background-image:url('../images/layout/workTitle.jpg');  
    background-repeat:no-repeat;
  }
  
  #WorkMenuTop
  {
    width:420px;
    height:54px;
    background-image:url('../images/layout/workMenuTopBW.png');  
    background-repeat:no-repeat; 
    cursor:pointer; 
  }
  
  #WorkMenuTop:hover
  {
    background-image:url('../images/layout/workMenuTopOver.png');  
  }
  
  #WorkMenuBottom
  {
    width:420px;
    height:54px;
    background-image:url('../images/layout/workMenuBottomBW.png');  
    background-repeat:no-repeat; 
    cursor:pointer; 
  }
  
  #WorkMenuBottom:hover
  {
    background-image:url('../images/layout/workMenuBottomOver.png');  
  }
  
/* content */
  
  #content
  {
    position:relative;
    width:840px;
    padding:20px;
    padding-right:0px;
    text-align: justify;
	min-height:217px;
	height:auto !important;
	height:217px;

  }
  
  #content p
  {
    width:580px;
    background-color:white;
    padding:10px;
    margin:0px;
    margin-bottom:10px;
    margin-top:10px;
  }

  .p
  {
    width:580px;
    background-color:white;
    padding:10px;
    margin:0px;
    margin-bottom:10px;
    margin-top:10px;
  }
  
  #contentLeft
  {
    width:600px;
  }

/* right menu */

  #rightMenu
  {
    width:200px;
    background-color:white;
    padding-bottom:20px;
    padding-left:20px;
    padding-top:20px;
  }
  
  #rightMenu a
  {
    width:190px;
    color:white;
    background-color:#A1A1A1;
    padding:5px;
    display:block;
    text-align:right;
  }
  
  #rightMenu a:hover
  {
    text-decoration:none;
  }
  
  .marginBottom10
  {
    margin-bottom:10px;
  }

/* bottom right menu */
  
  #bottomRight
  {
    width:200px;
    background-color:white;
    padding-bottom:20px;
    padding-left:20px;
    padding-top:20px;
    position:absolute;
    bottom:30px;
    right:0px;
  }
  
  #bottomRight a
  {
    width:190px;
    color:white;
    background-color:#A1A1A1;
    padding:5px;
    display:block;
    text-align:right;
  }
  
  #bottomRight a:hover
  {
    text-decoration:none;
  }
  
/* footer */
  
  #footer
  {
    padding-top:10px;
  }
  
  #footer a
  {
  	font-weight:normal;
	color:black;
  }
  
