body {
	margin: 0;
	padding: 0;
	background: #000000 repeat-x top center;
	font-size: 13px;
	color: #66CCFF; /* light blue background */
}

body, th, td, input, textarea, select, option {
	text-transform: lowercase;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #F8FBEC;
}

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: #FFFFFF; /* white links */
}

a:hover {
	text-decoration: none;
	color: #FFFFFF; /* white links when hover */
}

/* Freestyle images and links section */

.imageright { 
	float: right;
	position: absolute; 
	border:2px solid black;
	left: 880px;
	top: 4px;
}

.linksright { 
	float: right;
	position: absolute; 
	left: 480px;
	top: 40px;
}

/* Header */

#header {
	width: 1260px;
	height: 288px;
	margin: 0 auto;
	background: #0099FF no-repeat right top; /* blue background  header */
}

#header h1, #header p {
	margin: 0;
	color: #FFFFFF; /* white header text */
}

#header h1 {
	padding: 100px 0 0 70px;
}

#header p {
	padding-left: 73px;
	margin-top: -10px;
}

#header p.marquee {
	font-size: 14px;
	line-height: 3.0;
}

#header a {
	color: #FFFFFF; /* white header links*/
}

/* Page */

#page {
	width: 700px; /* combined widths of content & sidebar */
	margin: 0 auto;
}

/* Content */

#content {
	float: right; /* position of content section, auto float to the right of page layout */
	width: 470px;
	margin: 0;
}

.mid-bottom-body .aboutus {
	height: 10em;
}

.entry {
	height: 50em;
	overflow: auto;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #33CCFF; /* line color */
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: left;
	color: #000000;
	padding: 10px 10px;
	height: 48px;
	background: url(images/img06.gif) no-repeat left top;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

.meta a {
	color: #000000;
}

/* Sidebar */

#sidebar {
	float: left; /* position of sidebar section, auto float to the left of page layout */
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	color: #33CCFF;
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 40px;
	height: 40px;
	background: url(images/img08.jpg) no-repeat left 60%;
}

#sidebar a {
	text-decoration: none;
	color: #FFFFFF; /* white sidebar links*/
}

#sidebar a:hover {
	color: #33CCFF; /* blue hover sidebar links*/
}

#sidebar a.special {
	color: #000000; /* black sidebar links*/
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 40px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(images/img05.gif) no-repeat left top;
	text-align: center;
	font-size: smaller;
	color: #000000;
}

#footer a {
	color: #000000;
}
