body{
font-family: Arial, Helvetica, san serif;
font-size: 12px;
background-color: #fff;
}


img {
border: none;
margin-right: 10px;
margin-bottom: 10px;
}

div#global {   /*main box to center on page*/
position: relative;
width: 900px;
margin-left:  auto;
margin-right:  auto;
top: 20px;
}


div#wrapper {   /*box under banner*/
position: absolute;
height: auto;
width: 900px;
left: 0px;
top: 100px;
}

div#banner {
position: absolute;
margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
width: 900px;
}


div#content {
float: left;
width: 750px;
height: auto;
}

div#thumbnails {
float: right;
width: 900px;
height: auto;
}

div#sidebar {
float: right;
color: #c06;
font-size: 14px;
line-height: 64px;
}

div#sidebar a:link{
text-decoration: none;
color: #c06;
}

div#images {  /* detail images */
float: left;
width: 580px;
height: auto;
}

div#caption {   /* detail text */
float: right;
top: 300px;
left: 720px;
width: 300px;
}

div#footer {
width: 900px;
height: 150px;
float: left;
color: #c06;
font-size: 10px;
}

div#footer a:link {
text-decoration: none;
color: #c06;
font-size: 12px;
}

h1{  /*my name*/
font-family: Georgia, Times New Roman, serif;
font-size: 30px;
color:#777;
font-weight: normal;
float: right;
}

h1 a:link{  
text-decoration: none;
color:#777;
}

h1 a:visited{  
text-decoration: none;
color:#777;
}

h1 a:hover {
text-decoration: none;
color: #fc0;
background-color: #fc0;
}

h1 a:active {
text-decoration: none;
color: #fc0;
background-color: #fc0;
}

h2{   /* menu*/
font-size: 14px;
font-weight: normal;
word-spacing: 20px;
}

h3 {  /* home page text*/
color: #c06;
font-size: 20px;
font-weight: normal;
text-align: left;
}

h3 a:link {
text-decoration: none;
color: #c06;
}

h3 a:visited {
text-decoration: none;
color: #c06;
}

h3 a:hover {
text-decoration: none;
color: #000;
}

h4 {      /* about text*/
font-size: 16px;
font-weight: normal;
line-height: 24px;
}

h4 a:link{
text-decoration: none;
color: #000;
}

h4 a:visited {
text-decoration:none;
color: #000;
}

h4 a:hover {
text-decoration: none;
color: #c06;
}

h5 {   /* section text  */
font-size: 14px;
text-transform: uppercase;
}

.section {   /* section text  */
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
color: #c06;
}

.credit { /*design credit */
color: #555;
}

p{
font-size: 14px;
line-height: 20px;
}

ul {
list-style-type: circle;
}


.highlight{
color: #c06;
background-color: #fc0;
padding: 0em .5em;
}

.clearfloat {
clear: both;
}

a:link {
text-decoration: none;
color: #c06;
}

a:visited {
text-decoration:none; 
color: #c06;
}

.menu a:link {
text-decoration:none; 
color:#000;
}

.menu a:visited {
text-decoration:none; 
color:#000;
}

.menu a:hover {
text-decoration: none; 
color: #fc0;
background-color: #fc0;
}

.menu a:active {
text-decoration:none; 
color: #fc0;
background-color: #fc0;
}

.menu ul{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.menu li{
display: inline;
font-size: 14px;
font-weight: normal;
word-spacing: 20px;
line-height: 5px;
text-align: center;
padding: 0px;
margin: 0px;
}

.menu li a{
padding: 0em .5em;
}

a:active {
color:#000;
}


           .slideShow {
              text-align: left;
              width: 880px;
           }
           .slides {
               display: none;
           }
           .slideTitle {
               font-family: Arial, Helvetica, sans-serif;
               font-size: 14px;
				line-height: 20px;
				position: absolute;
               left: 600px;
           }
     
           .controls {
               position: absolute;
               left: 600px;
               top: 300px;
               color: #c06;
			font-size: 20px;
           }
           
           .controls a:link{
           text-decoration: none;
           color: #000;
           }
           
           .controls a:hover{
           text-decoration: none;
           color: #c06;
           }
           
           .controls a:visited{
           text-deoration: none;
           }
           
           #slide1 {
               display: block;
           }

