body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Georgia, Verdana;
	font-size: medium;
	color: #FAD6AD;
	line-height: 21px;
	background-color: #000000;
	background-image: url(../images/bg-top-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	background-attachment: fixed;	
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#header {
	height: 84px;
	position: fixed;
	width: 100%;
	z-index: 5;
}
#menu {
	position: fixed;
	display: block;
	overflow: hidden;
	top: 84px;
	float: left;
	width: 383px;
	margin: 0px;
	padding: 0px;
}
#menu ul{
	margin: 20px 60px 0 60px;
	padding: 0;
}
#menu ul li {
	font-size: 18px;
	line-height: 23px;
	font-family: Georgia, "Trebuchet MS", Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 1px;
}
#menu ul li a:link, #menu ul li a:visited {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #151515;
}
#menu ul li a:hover {
	display: block;
	margin: 0;
	padding: 0;
	color: #E76A1B;
	background-color: #0B0300;
	border: 1px solid #333333;
}
#content {
	position: absolute;
	left: 410px;
	top: 84px;
	max-width: 900px;
	right: 5%;
	padding: 0;
	z-index: 3;
}
#gallery {
	width: 500px;
	height: 600px;
	display:block;
}
#footer {
	margin: 300px 0 0 0;
	padding: 0 0 30px 0;
	color: #999999;
	text-align: right;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	color: #E76A1B;
}
h1 {
	font-family: Impact, Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 35px;
	font-weight: normal;
	color: #E76A1B;
	letter-spacing: .05em;
	margin: 15px 0 0 30px;
	padding: 4px;
}
h1 a:link, h1 a:visited {
	text-decoration:none;
	color: #ccc;
}
h2 {
	color: #fff;
	font-family: Impact, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 26px;
	font-weight: normal;
}	

a:link, a:visited {
	color: #FFDB48;
}
a:hover {
	color: #FFCC00;
}
strong, b {
	color: #E8E8E8;
	font-size: 17px;
}
.comment-block {
	margin: 5px 0 20px 0;
	padding:5px 0 15px 10px;
	border: 1px solid #321;
	background-color: #0B0B0B;
}
.comment-entry {
	padding:0 0 12px 0;
}
.comment-name {
	font-size:12px;
	color: #8CCBD9;
}





/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	width: 100%;
	letter-spacing: -11px;
	font-size: 49px;
	line-height: 49px;
	margin: 0;
	padding: 0;
}
