body {
	margin: 0;
	padding: 0;
	background:  #000000 no-repeat center top;
	font-size: 13px;
	color: #7B94A8;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #CCCCCC;
}

h1 {
	text-transform: none;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: none;
	letter-spacing: -1px;
	font-size: 20px;
}

h3 {
	text-transform: none;
	letter-spacing: -1px;
	font-size: 16px;
	border-bottom: 1px groove #CCCCCC;
}

p, ul, ol {
	line-height: 125%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FED772;
}

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

/* Header */

#header {
	width: 760px;
	height: 256px;
	margin: 0 auto;
	background: #000000 url(../images/hr.jpg) no-repeat center top;
}

#header h1, #header p {
	margin: 0;
	color: #FED772;
}

#header h1 {
	font-size: 30px;
}


#header h1 {
	padding-top: 100px;
}

#header a {
	color: #999999;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 460px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 20px 0 0 2px;
	border-bottom: 2px solid #CCCCCC;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(../images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(../images/img04.gif) no-repeat left center;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
}

img.right {
	float: right;
	margin: 0 0 0 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	color: #FFFFFF;
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #333333;
	background: url(../images/img06.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 2px 0;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar a {
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	color: #7B94A8;
}

/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
	color: #D79B00;
	font-weight: bold;
  }  
/* foo

/* styles for contact form */
form {
  margin: 5px 0px 0 5px;
  }
#name, #email {
  width: 250px;
  }
#message {
  width: 300px;
  height: 150px;
  }
label {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 5px auto;
	padding: 20px 0;
	border-top: 2px solid #333333;
	background: url(../new/images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}
#content2 {

	float: left;
	width: 800px;
}
.articletext {

	margin: 0;
	padding: 0;
	background:  #000000 no-repeat center top;
	font-size: 14px;
	color: #7B94A8;
}
