body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
	color: #ffffff;
}

body, th, td, input, textarea, select, option {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-variant: normal;
	text-align: justify;
	line-height: 20px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #ffffff;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
	border-bottom: 1px dotted #ffffff;
}

atext {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-variant: normal;
	text-align: justify;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}
/* top swf */

#header {
	width: 1000px;
	height: 650px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	color: #ffffff;
}

#header h1 {
	padding: 40px 0 0 70px;
}

#header p {
	padding-left: 73px;
	margin-top: -10px;
}
#header a {
	color: #E6B715;
}

/* logo */

#logo {
	float: left;
	width: 500px;
	margin: 0;
}

/* Nav */

#nav {
	float: right;
	width: 500px;
	height: 25px;
	margin: 0;
	text-align: right;
}

/* Content */

#content {
	float: right;
	width: 500px;
	margin: 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ffffff;

}

.byline {
	margin: 0;
	font-size: 13px;
	color: #ffffff;

}


.meta {
	text-align: left;
	color: #646464;
	height: 15px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

.meta a {
	color: #003300;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 500px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #ffffff;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 40px;
	height: 40px;
	background: url(images/img04.gif) no-repeat left 60%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: url(images/bottom.gif) no-repeat left top;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.blue {
	margin: 0;
	font-size: 9px;
	color: #666666;
	text-align: left;

}

.blue a {
	color: #666666;
	
}
.blue a:hover {
	text-decoration: none;
	color: #cccccc;
	border-bottom: 1px dotted #ffffff;
}

