body {
background-image: url(images/bg.gif);
background-repeat: repeat-x;
background-color: #000825;
margin-top: 43px;
}

#main {
background-image: url(images/main.gif);
background-repeat: no-repeat;
background-color: #000;
width: 791px; 
height: 692px;
margin: 0 auto; 
}

img a {
border: 0 solid #fff;
}

h3 {
display: inline;
}

#right {
text-align: center;
color: #fff;
font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 12px;
position: relative;
margin-top: 135px;
margin-bottom: 10px;
margin-right: 5px;
float: right;
line-height: 1.3;
} 

#left {
width: 370px;
text-align: center;
color: #fff;
font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 11px;
position: absolute;
float: left;
margin-top: 155px;
margin-bottom: 10px;
margin-left: 40px;
} 
#triggers {
text-align: left;
color: #68c9fc;
font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 15px;
margin-left: 0px;
line-height: 1.39em;
}
#triggers h2 {
color: #fff;
display: inline;
margin-bottom: 0px;
}
#triggers li {
margin-left: 30px;
list-style:none;
}

#triggers a {
color: #68c9fc;
font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 18px;
text-decoration: none;
border: 0 solid #000;
}

#triggers a  img{
color: #000;
font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 18px;
text-decoration: none;
border: 0 solid #000;
}

#triggers a:visited {
color: #68c9fc;
font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 18px;
text-decoration: none;
border: 0;
}

#triggers a:hover {
color: #BD722E;
font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 18px;
text-decoration: underline;
}

#mail {
text-align: center;
color: #fff;
font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 24px;
position: relative;
margin-left: -40px;
margin-top: 10px;
display: inline:
}
#mail a, #mail a:visited {
color: #fff;
font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 24px;
text-decoration: none;
}

#mail a:hover {
text-decoration: underline;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}




/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(images/h80.png) repeat-x;		
	color: #fff;
font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 14px;
}

#box {

	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:400px;
	background-color:#fff;
	border:0px solid #222;
	z-index: 1000; 
	font-size: 12px;
	/* for modern browsers use semi-transparent color on the border. nice! */
	border:0px solid rgba(82, 82, 82, 0.698);

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}


#box div {
	padding:10px;
	border:0px solid #3B5998;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}

#box h2 {
	margin:-11px;
	margin-bottom:0px;
	font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #fff;
	background-color:#000;

	padding:5px 10px;
	border:1px solid #ccc;

}

#box img {
display: inline;
float: left;
padding-right: 5px;
padding-bottom: 0px;
line-height: 1;
}

#box2 {

	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:400px;
	background-color:#fff;
	border:0px solid #222;
	z-index: 1000; 
	font-size: 12px;
	/* for modern browsers use semi-transparent color on the border. nice! */
	border:0px solid rgba(82, 82, 82, 0.698);

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}


#box2 div {
	padding:10px;
	border:0px solid #3B5998;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}

#box2 h2 {
	margin:-11px;
	margin-bottom:0px;
	font-family: "Trebuchet MS", Verdana, Arial, Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #fff;
	background-color:#000;
	padding:5px 10px;
	border:1px solid #ccc;

}

#box a, #box2 a {
color: #000;
text-decoration: underline;
}
