/*********************** 
************************
2009 style sheet 
built = hardware hacks
************************
************************/

/*********************** 
base page layout 
************************/ 
html, body {
   margin: 0;
   padding: 0;
   background-color:#666;
}
body {
   font-family: Verdana, sans-serif;
   font-size: 12px;
   color: #000047;
   
}
#page-container {
   width: 860px;
   height: 100%;
   margin: auto;
   border: 4px solid Black;
   background-color: #cccccc;
}

/***********************
 header 
************************/
#header {
   height: 60px;
   padding-top: 3%;
   background-color: #6699cc;
}
#header h1 {
   font-size: 20px;
   font-weight: bold;
   float: left;
   margin-left: 120px;
}
.nav {
   float: right;
   margin-right: 116px;
   margin-top: 24px;
}

/***********************
main content 
************************/
#content {
   padding-left: 3%;
   padding-right: 1%;
   background-color: #ffffff;
   height: 100%;
}
#content h4 {
   text-transform: uppercase;
   font-size: 16px;
   font-weight: bold;
}
#content h5 {
	font-size: 10px;
   text-transform: uppercase;
   font-weight: bold;
}
#content p {
   width: 60%;
   height: 100%;
   font-size: 9px;
}
#content i {
	margin-left: 40px;
}
#content strong {
	margin-left: 40px;
}

.photoM {
	margin-left: 40px;
	margin-top: 2px;
   border: 2px solid Black;
   padding: 5px;
   background-color: White;

}

/***********************
gallery 
************************/
#gallery {
   padding-left: 3%;
   padding-right: 1%;
   background-color: #000000;
   height: 100%;
}
#gallery h4 {
   text-transform: uppercase;
   color: White;
   font-weight: bold;
}
#gallery h5 {
	font-size: 10px;
   text-transform: uppercase;
   font-weight: bold;
}
#gallery p {
   width: 60%;
   height: 100%;
   font-size: 9px;
   color: White;
}
#gallery i {
	margin-left: 40px;
}
#gallery strong {
	margin-left: 40px;
}

.photoG {
	margin-left: 40px;
	margin-top: 2px;
   border: 2px solid Black;
   padding: 5px;
   background-color: White;

}

/***********************
 cell tables 
************************/
table {
   border:1px solid #1da4db;
   background-color: white;
   font-size: 10px;
}

th {
   background-color:#1da4db;
   border:1px solid #1da4db;
   color:white;
}

td {
   background-color: white;
}

tr.alt td  {
   color:#000;
   background-color:#fee830;
}

/***********************
 side content 
************************/
#sidebar {
   float: right;
   width: 260px;
   padding-right: 10px;
   padding-top: 4px;
   padding-bottom: 10px;
}
.photo {
   border: 2px solid Gray;
   padding: 5px;
   background-color: White;
   float: right;
}
#sidebar em {
   float: right;
   padding: 5px;
   font-style: italic;
   font-size: 9px;
   font-weight: bold;
   width: 120px;
}

/***********************
footer 
************************/
#footer {
   clear: both;
   height: 30px;
   background-color: #6699cc;
}
#footer p {
   padding-top: 5px;
   font-size: 1px;
   text-align: center;
}

/*********************** 
links
 ***********************/
a:link {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: Black;
   text-decoration: none;
}
a:hover {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: Black;
   text-decoration: underline;
}
a:visited {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: Black;
   text-decoration: none;
}
