

body {
	margin: 10px 0;
	padding: 0;
	background: #FFFFFF url(images/img00.gif) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #6B6B6B;
	scrollbar-face-color:#94E321;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color:#F9F9F9;
	cursor: url(kivi-x.cur), default;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3787DE;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

blockquote {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #3787DE;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

img {
	border: none;
}

/* Header */

#header {
	width: 960px;
	height: 101px;
	margin: 20px;
	background: url(images/img01.gif) no-repeat;
}

#header h1 {
	float: left;
	padding: 20px 0 0 10px;
	letter-spacing: -3px;
	font-size: 3.4em;
}

#header h2 {
	float: right;
	padding: 43px 20px 0 0;
	letter-spacing: -1px;
	font-size: 2em;
}

#header h3 {
	float: right;
	padding: 3px 20px 0 0;
	letter-spacing: -1px;
	font-size: 1em;
}

#header a {
	text-decoration: none;
}

/* Content */

#content {
	width: 960px;
	margin: 20px;
	padding: 20px;
	background: url(images/img02.gif) no-repeat;
}

/* Posts */

#posts {
	float: left;
	width: 530px;
}

.post {
}

.post .title {
	letter-spacing: -1px;
	font-size: 2em;
}

.post .posted {
	margin-bottom: 20px;
	font-size: .8em;
}

.post .story {
}

.post .meta {
	height: 50px;
	padding: 8px 0 0 10px;
	background: url(images/img09.gif) no-repeat;
	font-size: .8em;
}

/* Archives */

#archives {
	float: left;
	width: 180px;
        margin-left: 15px;
}

/* Search */

#search {
	float: left;
	width: 180px;
        margin-left: 15px;
}

#search form {
	margin: 0 0 12px 0;
	padding: 0;
}

#search #textfield1 {
	width: 155px;
}

#search #submit1 {
	display: none;
}

/* Pages */

#pages {
	float: left;
	width: 180px;
        margin-left: 15px;
}

/* Categories */

#categories {
	float: left;
	width: 180px;
        margin-left: 15px;
}

/* Blog Roll */

#blogroll {
	float: left;
	width: 180px;
        margin-left: 15px;
}

/* Orange Box */

.obox {
}

.obox .heading {
	height: 30px;
	padding: 4px 0 0 10px;
	background: url(images/img03.gif) no-repeat;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #FF6500;
}

.obox .content {

	background: url(images/img04.gif) no-repeat;
}

.obox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



.obox a {
	color: #FF6500;
}

/* Green Box */

.gbox {
}

.gbox .heading {
	height: 30px;
	padding: 4px 0 0 10px;
	background: url(images/img06.gif) no-repeat;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #09881C;
}

.gbox .content {

	background: url(images/img07.gif) no-repeat;
}

.gbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gbox li {

	background: url no-repeat left center;
}

.gbox a {
	color: #09881C;
}

/* Footer */

#footer {
	width: 960px;
	margin: 20px;
	padding: 60px 0 0 0;
	background: url(images/img10.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
}

#tables table{
	margin-bottom: 10px;
	background-color: #2A2A2A;
	background: #2A2A2A url(/images/table-bkg.gif) repeat-x;
	border-bottom: 2px solid #345;
}
#tables td{
    padding: 5px;
    border-bottom: 3px solid #FFFFFF;
    font-size: 12px;
}
#tables td a{
    color: #00FF00;


}

.text{
	padding-bottom:20px;
}

