BODY {
 background: #a9a9a9;/*Dark Grey*/
 background-image: url(../SYSTEM/IMG/Swirl1.jpg);
 font-size: 18px;
 line-height: 22px;
 margin: 0;
 margin-left: 0;
 margin-right: 0;
 color: #ffffff;/*White*/
 font-family: Times New Roman;
}

P {
 margin: 20px 20px 20px 20px ;
 border: 0;
 padding: 0;
}

A:link {
 color: #d3d3d3;/*Light Grey*/
 text-decoration:none}
A:visited {
 color: #ffffff;/*White*/
 text-decoration:none}
A:hover	{
 color: #a9a9a9;/*Dark Grey*/
 text-decoration:underline;
}

H1,H2,H3,H4,H5,H6 {
 font-variant:small-caps;
 color: #ffffff;/*White*/ 
 margin: 20px 20px 20px 20px ;}
H1 {
 font-size: 36px; 
 line-height: 36px;}		
H2 {
 font-size: 26px; 
 line-height: 21px;}	
H3 {
 font size:20px; 
 line-height: 17px;}
H4 {
 font size:18px; 
 line-height: 18px;
}

div#wrapper { /*Adds border and defines extent of page area*/
 position: relative;
 height:700px;/**/
 background: #000000;/*Black*/
 padding: 0;
 border-width: 2px;
 border-style: solid;
 border-color: #a9a9a9;/*Dark Grey*/  /*#ffffff; White*/ 
 margin: 40px ;
}
div#Standard{/*Holds text for a normal page layout*/
 padding: 0;
 border: 0;
 margin: 40px ;
}
div#Info {/*Holds text area with contact info*/
 position: absolute;
 top: 0;
 left: 0;
 z-index: 200;
 padding: 0;
 border: 0;
 margin: 40px ;
}
div#HeadShot {/*Holds Main picture*/
 position: absolute;
 bottom: 0;
 right: 0;
 z-index: 100;
 padding: 0;
 border: 0;
 margin: 0 ;
}
.HeadShot {/*Overrides default img style for main picture*/
 position: absolute;
 bottom: 0;
 right: 0;
 padding: 0;
 border: 0;
 margin: 0 ;
}