<!--
/*
 * Main style sheet for the Whiskey Jack Software Web site.
 * Author: Jeff Guild
 * Date:   July 30, 2005
 */

*           {font-family: Verdana, Trebuchet, Helvetica, Myriad, Arial, sans-serif;
             font-size: 12px;
             color: #676767;}
             
/********** Fonts and colours **********/

body        {background-color: #D2E0D6;}

h1          {font-size: 21px; font-weight: bold; text-align: center; background:#FFFFFF; line-height: 70%;}
h2          {font-size: 17px; font-weight: bold; background:#FFFFFF;}
h3          {font-size: 15px; font-weight: bold; background:#FFFFFF;}

a:link      {color: #09611E; text-decoration: none;}         /* pine green    */
a:visited   {color: #09611E; text-decoration: none;}         /* pine green    */
a:hover     {color: #E18D15; text-decoration: underline;}    /* rusty orange  */
a:active    {color: #E18D15; text-decoration: underline;}    /* rusty orange  */
a:focus     {color: #09611E; text-decoration: none;}         /* pine green    */
a img       {border: none;}
a img:hover {border: 1px; color: #E18D15;}

dt          {font-weight: bold; line-height: 200%; background:#FFFFFF;}

/********** Structural design **********/

#wholepage  {width: 760px;
             position: absolute;
             left: 50%;
             margin-left: -380px;}

#pageheader {height: 95px;
             background-image: url("pageheaderbkgd.jpg");
             background-position: top;
             background-repeat: no-repeat;
             margin: 0px auto 0px auto;
             border: none;
             padding: 0px;
             float: none;
             clear: both;}
             
#navbar     {background-image: url("pagebodybkgd.jpg");
             background-repeat: repeat-y;
             margin: 0px auto 0px auto;
             border: none;
             padding: 10px 20px 20px 0px;
             float: none;
             text-align: center;}
             
#navbar a {
	margin: 0 12px 0 12px;
	}

#pagebody   {background-image: url("pagebodybkgd.jpg");
             background-repeat: repeat-y;
             margin: 0px auto 0px auto;
			 border: 0px solid #DDDDFF;
             padding: 10px 20px 20px 20px;
             float: none;
             text-align:left;
             color:#676767;}
             
#column1	{position: relative;
             left: -15px;
			 float: left;
			 width: 350px;
			 padding-left: 20px;
			 padding-right: 0px;
			 border: 0px solid #DDFFDD;
			 margin-left: 0px;
			 margin-right: 0px;}

#column2	{position: relative;
             right: 0px;
			 float: right;
			 width: 350px;
			 padding-left: 0px;
			 padding-right: 0px;
			 border: 0px solid #FFDDDD;
			 margin-left: 0px;
			 margin-right: 0px}

#pagefooter {background-image: url("pagefooterbkgd.jpg");
             background-position: bottom;
             background-repeat: no-repeat;
             margin: 0 auto 0 auto;
             border: none;
             padding: 10px 0 20px 0;
             float: none;
             clear: both;
             font-size: 10px;
             color: #BFBFBF;
             text-align: center;}
             
img.showcasethumbnail {
	float: left;
	margin: 4px 10px 4px 0px;
	}

/********** Non-screen media **********/

@media print {
*           {background-color: #FFFFFF;}
}
-->