body {
	background: #000000;
	color: #F1D6AC;
	font-family: tahoma, arial;
	font-size: 10px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
}

* html body {
	line-height: 13px;
}

.highlight{
	color: #FFFFFF;
}
	
a:link { 
	color: #B00000;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #B00000;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	
a.main:link { 
	color: #B00000;
	font-weight: bold;
	text-decoration: none;
}
	
a.main:visited { 
	color: #B00000;
	font-weight: bold;
	text-decoration: none;	
}
	
a.main:hover, a:active { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#footer a:link { 
	color: #F1D6AC;
	font-weight: bold;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #F1D6AC;
	font-weight: bold;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#nav a:link { 
	color: #F1D6AC;
	font-weight: bold;
	text-decoration: none;
}
	
#nav a:visited { 
	color: #F1D6AC;
	font-weight: bold;
	text-decoration: none;	
}
	
#nav a:hover, #nav a:active { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#right a:link { 
	color: #73613B;
	font-weight: bold;
	text-decoration: underline;
}
	
#right a:visited { 
	color: #73613B;
	font-weight: bold;
	text-decoration: underline;	
}
	
#right a:hover, #right a:active { 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* ------------------------------------------------------------------  DIV ID's ------- */

#container {
	margin: 0 auto;
	margin-top: 1px;
	text-align: left;
	width: 900px;
}

#content1 {
	background: url(../images/elf-bg.jpg) repeat-y;
	clear: both;
	display: block;
	padding-left: 90px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 950px;
}

#footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	clear: both;
	display: block;
	height: 150px;
	padding-top: 1px;
	text-align: center;
	width: 900px;
}

#header {
	background: url(../images/header-bg.jpg) no-repeat;
	display: block;
	height: 250px;
	width: 900px;
}



#pagebottom {
	clear: both;
	width: 900px;
}

#nav {
	padding-left: 155px;
	padding-top: 220px;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 70px;
	padding: 0;
}

* html #nav ul {
	margin-right: 40px;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 30px;
	padding: 0;
}

#text1 {
	width: 430px;
}

#text2 {
	margin-left: 110px;
	margin-top: 28px;
	width: 410px;
}



/* ------------------------------------------------------------------  CLASSE'S ------- */

.flt-lft {
	float: left;
	margin-right: 10px;
}

.flt-rgt {
	float: right;
}

.heading {
	color: #413727;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
}

* html .heading {
	margin-bottom: -16px;
}

.heading2 {
	color: #413727;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.small {
	font-size: 10px;
}

#paging {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

#paging div {
	float: left;
	width: 33%; 
}

.newItems {
	color: white;
}
