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

/* @group Core Elements */
html {
	height: 100%;
	margin-bottom: 1px;
}	
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #0d0d0d;
	line-height: 135%;
	font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}
/* @end */

/* @font style */
p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 25px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 { 
	font-size: 275%;
	line-height: 100%;
}

h2 {
	font-size: 175%;
	line-height: 100%;
	color:#999;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 100%;
	font-weight:bold;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group Typography */
ul.bullet-1 li {
	background: url(../images/style6/dropdown-arrow.png) 0 3px no-repeat;
}

ul.bullet-2 li {
	background: url(../images/style6/bullet-2.png) 0 3px no-repeat;
}

ul.bullet-3 li {
	background: url(../images/style6/bullet-3.png) 0 3px no-repeat;
}

ul.bullet-4 li {
	background: url(../images/style6/bullet-4.png) 0 3px no-repeat;
}

ul.bullet-5 li {
	background: url(../images/style6/bullet-5.png) 0 3px no-repeat;
}

.important2 {
	border: 1px solid #999;
}

span.highlight-color {
	background: #999;
	color: #fff;
}

span.important-title2,
span.number-color,
blockquote.color2,
span.dropcap-color {
	color: #999;
}

/* @end */

/* @main structure */
#container {
	background:url(../images/fade.png) repeat-x;
	width: 100%;
	height: 100%;
	}
#title {
	background:url(../images/logo.png) no-repeat;
	width: 681px;
	height: 204px;
	}
#main {
	width: 956px;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:25px;
	text-align: center;
	}
#footer {
	margin-top: 100px;
	width: 956px;
	text-align: center;
	}
/* @end */	

