@charset "utf-8";
/* CSS Document */

body {
	background:#151515 url(../images/bg.jpg) no-repeat scroll center top;
	margin:0;
	padding:0;
	-x-system-font:none;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Lucida,sans-serif;
	font-size:.75em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	text-transform:uppercase;
	color:#767676;
	text-align:center;
}
table,tr,td {
	padding:0px;
	margin:0px;
	border:0px none;
}
h1,h2,h3 {
	color:#ffd439;
}
a:link        { color:#ffd439; text-decoration:none; }
a:visited  { color:#ffd439; text-decoration:none; }
a:hover      { color:#ffffff; text-decoration:underline; }
a:active    { color:#ffd439; text-decoration:underline; }
#orange-line {
	z-index:50;
	position:absolute;
	top:136px;
	left:0px;
	height:22px;
	width:100%;
	background:url(../images/orange-line.png) repeat scroll center top;
}
#logo {
	z-index:50;
	position:absolute;
	top:60px;
	left:0px;
	height:80px;
}
#container {
	margin:0 auto;
	position:relative;
	width:760px;
}
#header-buttons {
	margin-top:85px;
	text-align:right;
}
#header-buttons img {
	padding:0px;
}
#header {
	margin-top:54px;
}
#header img {
	padding:0px;
}
#nav {
	margin-top:22px;
	text-align:right;
	vertical-align:top;
	margin-bottom:22px;
}
#nav img {
	padding-left:15px;
	padding-right:15px;
}
.visited {
	border-bottom:#ffffff solid 3px;
}
.box {
	background-repeat:repeat;
	margin:0;
	padding:10px;
	text-align:left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/box-bg.png');
}
.box[class] {
  background-image:url(../images/box-bg.png);
}
.box-thumb {
	background-image:url(../images/box-bg.png);
	background-repeat:repeat;
	margin-right:20px;
	padding:10px;
	text-align:left;
}

img {
	border:none;
}