﻿/*
Developer: Randy Patterson - ITS - www.intetechsolutions.com
Created: 6-11-2008
For: reindeerdashforcash.org
*/

html {
margin:0;
padding:0;
}

body { 
background-color:#ffffff;
font-family:"Verdana";
font-size:10pt; 
margin:0;
padding:0;
}

body img {
border:0px;
}

a:link {
color:#0066cc;
}

a:visited {
color:#0066cc;
}

#navigate {
margin-top:0px;
list-style: none;
margin-left: -30px;
}

#navigate li {
background: url(images/star.gif) no-repeat left;
padding: 3px 0;
padding-left: 7px;
}

#navigate li a {
margin-left: 20px;
}

#gallery {
font-family:"Verdana";
font-size:10pt; 
width: 70%;		
}		


#header { 
background-image: url(images/bg_head.gif);
background-repeat: repeat-x; /* needed for IE6, fixes Header bg display */
height:150px;
}

#left { 
float:left;
font-size:14pt;
width:200px;
padding:10px 5px 10px 5px;
background-color:#ffffff; 
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
}

#right { 
float:right;
font-size:12pt;
width:200px;
padding:10px 5px 10px 5px;
background-color:#ffffff; 
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
}

#right img {
display:block; /*allows the element to take auto margins*/
margin:0px auto; /*centers in compliant browsers*/
text-align:center; /*centers in old versions of IE*/ 
}

#right p {
text-align:center;
}

#center { 
margin-left: 225px;
text-align:left;
padding:10px 5px 10px 5px;
background-color:#ffffff; 
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
}

#center p {
overflow:auto;
}

#footer { 
clear:both;
margin:0px 0px 0px 0px;
font-family:"Verdana";
font-size:8pt;
color:#ffffff;
background-image: url(images/bg_foot.gif);
padding:30px 5px 0px 5px;
background-color:#0066cc;
height:100px;
text-align:center;
}

#photos {
text-align:center;
}

#photos table {
margin-left:auto;
margin-right:auto;
}

.discl {
font-family:"Verdana";
font-size:8pt;
margin:0px 0px 0px 0px;
}

.imgcnt {
display:block;
text-align:center;
}

.imglft {
float:left;
margin:5px 5px 5px 5px;
}

.imgrht {
float:right;
margin:5px 5px 5px 5px;
}

.alt a:link {
color:#ffffff;
}

.alt a:visited {
color:#ffffff;
}