*{
    border: 0;
}

body{
	margin:0;
	padding:0;
	
	background-color: #000000;
	/*background-image: url(../_images/lg_bg.jpg);*/
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align:center;
}

p {
    margin:0;
    padding:0;
}

a {
	color: #9B4116;
	text-decoration: none;
}
a:link {
    color: #9B4116;
    text-decoration: none;
}
a:hover, a:active {
    color: #9B4116;
    text-decoration: none;
}
a:visited {
    color: #9B4116;
    text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	line-height:0;
	list-style: none;
}

li {
    margin: 0;
    padding: 0;
}


/*

h3 {
	font-size: 14px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 20px;
}

div {
	overflow: visible;
}
*/