/********Reset***********/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
body {
	line-height: 1.5;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
/*************************/
a {
	text-decoration:none;
	color:#999;
}
a:hover{
color:#FFF;
}
h1{
background:url(bullet.png) no-repeat left center;
padding-left: 25px;
font-size: 1.1em;
letter-spacing:0.05em;
color:#ccc;
}
.button{
background:url(button.png) no-repeat;
border:none;
width:80px;
height:21px;
margin-top:8px;
color:#999999;
text-align:left;
font-size:12px;
padding-bottom:5px;
cursor:pointer;
}
body {
	background-image: url(main-bkg.png);
	background-repeat: repeat-x;
	background-color: #080f0d;
	text-align: center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
#main {
	margin: 0px auto;
	width: 716px;
}
#logo {
	height: 75px;
	background-image:url(logo.gif);
}
#logo a {
	text-indent:-9999px;
	height:75px;
	width:716px;
	display:block;
}
#navbar {
height:30px;
padding-left:10px;
font-size:14px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#navbar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#navbar li {
	cursor:pointer;
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:3px 10px 3px 10px;
}
#navbar li a {
	text-decoration:none;
	color:#999;
}
#navbar li a:hover {
color:#FFF;
}
#home-header {
background:url(home-header.png) no-repeat;
height:296px;
margin-bottom: 20px;
}
#home-content {
background:url(home-content.gif) no-repeat;
height:297px;
margin-bottom: 5px;
}
#content {
width:716px;
}
#content-top{
background:url(content-top.png) no-repeat;
height:8px;
}
#content-body{
background:url(content-body.png) repeat-y;
padding: 50px;
text-align:left;
}
#content-body h1{
background:url(bullet.png) no-repeat left center;
padding-left: 25px;
font-size: 1.5em;
vertical-align:middle;
letter-spacing:0.05em;
color:#999;
}
#content-body p{
padding-left: 25px;
letter-spacing:0.05em;
}
#content-bottom{
background:url(content-bottom.png) no-repeat;
height:10px;
}
#footer {
margin-top:20px;
margin-bottom:20px;
	text-align:center;
	font-size:12px;
	color:#666666;
}
