
body,
html {
	margin:0;
	padding:0;
	background: #000;
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0;
	
}

h1 {
	font-size: 10px;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 13px;
}

a {
	color: white;
	text-decoration: underline;
}

ul {
	margin: 0;
	padding-left: 20px;
}

li {
	list-style-image: url(../media/star1.gif);
	list-style: none;
	margin-left: 0;
	margin-bottom: 0.5em;
}

.noStars {
	padding-left: 0;
}

.noStars li {
	list-style-type: none;
	list-style-image: none;
}


.small {
	font-size: 10px;
}

.centered {
	text-align: center;
}

.colored {
	color: #d7b254;
}

.crossed-out {
    text-decoration: line-through;
}

.spacer {
	height: 30px;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 670px;
	z-index: 100;
	
	border: 0px solid red;
}

#frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 780px;
	height: 670px;
	background: url(../media/bkgnd.png) top no-repeat transparent !important;
	background: url(../media/bkgnd.gif) top no-repeat transparent;
	
	border: 0px solid red;
}

#head {
	position: absolute;
	width: 100px;
	height: 20px;
	left: 340px;
	top: 160px;
	
	font-family: Times, serif;
	text-align: center;
	
	border: 0px solid red;
}

/* navigation */

#nav {
	position: absolute;
	left: 152px;
	top: 195px;
	width: 485px;
	height: 20px;
	font-size: 13px;
	font-weight: light;
	/*letter-spacing: 1px;*/
	
	border: 0px solid red;
}

#nav .star1 {
	float: left;
	position: relative;
	top: 0px;
	height: 13px;
	width: 13px;
	margin: 0px 3px 0px 3px;
	background: url(../media/star1.png) center no-repeat !important;
	background: url(../media/star1.gif) center no-repeat;
	border: 0px solid red;
}

/*#nav .star2 {
	float: left;
	position: relative;
	top: 0px;
	height: 13px;
	width: 13px;
	margin: 0px 3px 0px 3px;
	background: url(../media/star2.png) center no-repeat !important;
	background: url(../media/star2.gif) center no-repeat;
	border: 0px solid red;
}*/

/* for left end */
#nav .spaceRight {
	margin-left: 4px;
	margin-right: 4px;
}

/* for right end */
#nav .spaceLeft {
	margin-left: 4px;
	margin-right: 0px;
}

#nav .spaceBoth {
	margin-left: 4px;
	margin-right: 4px;
}

#nav .link {
	display: block;
	float: left;
	text-decoration: none;
}

/* heading */
#heading {
	position: absolute;
	top: 220px;
	left: 240px;
	width: 300px;
	height: 70px;
	border: 0px solid red;
	color: #000;
	background: bottom;
	border: 0px solid green;
}

/* main */

#mainWrap {
	position: absolute;
	left: 175px;
	top: 305px;
	width: 420px;
	overflow: hidden;
	height: 180px;
	line-height: 1.35;
	text-align: center;

	/* background: lightgreen; */
}

#main {
	width: 390px;
	border: 0px solid green;
	margin-left: 15px;
	font-size: 13px;
		
	/*  background: lightblue; */
	
	text-align: left;
}

#main a {
  color: #d7b254;
}

#mainWrap .scroll-track {
 height: 10px;
 width: 10px;
 background: none;
}

#mainWrap .scroll-handle {
 height: 10px;
 width: 10px;

 background: white;
 cursor:pointer;
}

#mainWrap .scroll-track-top {
	height: 10px;
	width: 10px;
	background-image: url(../media/up_white.gif);
	
	cursor: pointer; 
}

#mainWrap .scroll-track-bot {
	height: 10px;
	width: 10px;
	
	/* background: blue; */
	background-image: url(../media/down_white.gif);
	
	cursor: pointer; 
}

#main p.last {
	margin-bottom: 0;
}

/* footer */

#foot {
	position: absolute;
	top: 500px;
	left: 240px;
	height: 100px;
	width: 300px;
	text-align: center;
	
	/* background: lightgreen; */}

#foot p {
	margin-bottom: 0.25em;
}

#foot .vvk {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 2px;
}

#foot .star2 {
	margin: 0px 5px 0 5px;
	background: none;
	position: relative;
	top: 2px;
}

/* bkgnd */

.bkgnd {
	position: relative;
	width: 1024px;
	height: 600px;
	z-index: -100;
	border: 0px solid red;
}

#bkgnd1 {
	left: -924px;
	background: url(../media/fw1.png) top right no-repeat !important;
	background: url(../media/fw1.gif) top right no-repeat;
}

#bkgnd2 {
	left: 620px;
	top: -600px;
	background: url(../media/fw2.png) top left no-repeat !important;
	background: url(../media/fw2.gif) top left no-repeat;
}
