/*html { height:100%; overflow-y: scroll; }
*/

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;	
	font-size: 12px;
	margin: 0px;
	background-image: url('/images/background.png'); 
	background-repeat: repeat-x;
	background-position: top;  
}

h1,h2,h3,h4,h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
	font-weight: bold; 
	color: Black;

}

img {
	border: 0px;
}

a:link, a:visited { 
	color: #000000;  
	text-decoration: underline; 
}
	
a:hover, a:active { 
	text-decoration: none;  
	color: #710000; 
}

p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: justify;
}

ul {
	color: Black;
	font-size: 12px;
}

#wrapper {
	margin-left: auto;
	   margin-right: auto;
	width: 100%;
	text-align: center;
}

#wrapper_inner {
	margin-left: auto;
   margin-right: auto;
	width: 928px;
}

#logo {
	background-image: url('/images/logo.png'); 
	background-repeat: no-repeat;
	width: 928px;
	height: 80px;
	text-align: left;
}

#menu {
	background-image: url('/images/background_line.png');
	background-repeat: no-repeat;
	width: 928px;
	height: 23px;
	text-align: left;
	padding-left: 10px;
}

#menu ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	color: Black;
}

#menu li {
	display: inline;
	width: 100px;
	color: Black;
}

#menu a:link, #menu a:visited  {
	color: #666666;  
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 14px;
  	margin-left: 15px;
  	text-transform: capitalize;
}

#menu a:hover, #menu a:active { 
	text-decoration: none;  
	color: #710000; 
}

#content {
   margin-top: 1px;
	background-image: url('/images/content_bgr.png');
	background-repeat: repeat-y;
	width: 928px;
	min-height: 100%;
	position: relative;
	clear: left;
	text-align: left;
}

* html #content {
	height: 100%;
}

#content_left {
	width: 650px;
	padding-left: 15px;
	float: left;
	overflow: hidden;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	color: #000000;
}

#content_right {
	width: 240px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	color: #000000;
}

#content_one_page {
	width: 890px;
	min-height: 600px; 
/*	height: 600px; */
	padding-right: 10px;
	padding-left: 10px;
/*	float: left;*/
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	color: #000000;
}

#footer {
	width: 928px;
	height: 20px;
	background-image: url('/images/footer.png');
	background-repeat: no-repeat;
	clear: left;
}

#cntPhotoIndex {
        width: 100%;
        min-height: 100%;
        position: relative;
        clear: left;
        text-align: center;
}


#footer_info {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  text-align: center;
  clear: right;
  line-height: 20px;
}

.hl-default {
    color: Black;
}
.hl-code {
    color: Black;
}
.hl-brackets {
    color: Olive;
}
.hl-comment {
    color: Orange;
}
/*
.hl-quotes {
    color: Darkred;
}
*/
.hl-string {
    color: Red;
}
.hl-identifier {
    color: Blue;
}
.hl-builtin {
    color: Teal;
}
.hl-reserved {
    color: Green;
}
.hl-inlinedoc {
    color: Blue;
}
/*
.hl-var {
    color: Darkblue;
}
*/
.hl-url {
    color: Blue;
}
.hl-special {
    color: Navy;
}
.hl-number {
    color: Maroon;
}
.hl-inlinetags {
    color: Blue;
}
.hl-main { 
    background-color: White;
}
.hl-gutter {
    background-color: #999999;
    width: 35px;
    color: White
}
.hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px 
/*    color: Lightgrey;*/
}
