html, body	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #000000;
	color: #ffffff;
	scrollbar-arrow-color: #B02B26; /* browser scrollbar arrow color */
	scrollbar-base-color:#508952; /* browser scrollbar base color */
	scrollbar-darkshadow-color: #D5D7D6; /* browser scrollbar darkshadow color */
	scrollbar-face-color:#BFB12A; /* browser scrollbar face color */
	scrollbar-highlight-color: #508952; /* browser scrollbar highlight color */
	scrollbar-shadow-color:#B02B26; /* browser scrollbar shadow color */
}

a	{
	font-family: arial, verdana;
	font-size: 11px;
	text-decoration: none;
}

a:hover	{
	color: #C33C33;
	text-decoration: underline;
}

td.outter_left	{
	background-image: url(images/border.left.jpg);
	background-repeat: repeat-y;
}

td.outter_right	{
	background-image: url(images/border.right.jpg);
	background-repeat: repeat-y;
}

td.inner_left	{
	background-image: url(images/border.inner.left.jpg);
	background-repeat: repeat-y;
}

td.inner_right	{
	background-image: url(images/border.inner.right.jpg);
	background-repeat: repeat-y;
}

td.body	{
	font-family: arial, verdana;
	font-size: 11px;
	background-color: #ffffff;
	color: #666666;
}

td.sidebar	{
	font-family: gill sans, verdana;
	font-size: 11px;
	background-color: #000000;
	color: #666666;
}

td.sidebar a:link {
	color: #666666;
} 

td.sidebar a:hover {
	color: #33ff00;
} 

table.post	{
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

table.post th	{
	font-family: gill sans, verdana;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

table.post td	{
	font-family: gill sans, verdana;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

table.post h2	{
}

table.post a.title	{
	font-family: gill sans, verdana;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

table.post a.title:hover	{
	color: #666666;
	text-decoration: underline;
}

table.post a	{
	font-family: gill sans, verdana;
	font-size: 11px;
	color: #C33C33;
	text-decoration: none;
}

table.post a:hover	{
	color: #C33C33;
	text-decoration: underline;
}

table.post p.postmetadata	{
	font-family: gill sans, verdana;
	font-size: 11px;
	color: #666666;
}

table.post	{
	font-family: gill sans, verdana;
	font-size: 11px;
	color: #666666;
}/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

.entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul	{
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 15px;
}

#sidebar li	{
	list-style-position: outside;
	list-style-type: none;
	color: #ffd700;
}

#sidebar li	li {
	list-style-position: outside;
        color: #ffd700;
}

#sidebar a	{
	list-style-position: outside;
	color: #ffd700;
	text-decoration: none;
}

#sidebar a:hover	{
	list-style-position: outside;
	color: #FF0000;
	text-decoration: underline;
}

#sidebar h2 {
	font-family: arial, verdana;
	font-size: 12px;
	color: #FF0000;
	text-transform: uppercase;
	margin-bottom: 2px;
	}

.widget ul, .textwidget {
	font-family: arial, verdana;
	font-size: 12px;
	color: #ffd700;
	}

/* End Entry Lists */

input	{
	font-family: arial, verdana; /* table font character type */
        border-top-color: #F8E63B; /* table border top color */
	border-top-style: solid; /* table border top style - ie. dashed, etc. */
	border-top-width: 2px; /* table border top width */
	border-left-color: #F8E63B; /* table border left color */
	border-left-style: solid; /* table border left style - ie. dashed, etc. */
	border-left-width: 2px; /* table border width */
	border-right-color: #F8E63B; /* table border right color */
	border-right-style: solid; /* table border right style - ie. dashed, etc. */
	border-right-width: 2px; /* table border right width */
	border-bottom-color: #F8E63B; /* table border bottom color */
	border-bottom-style: solid; /* table border bottom style - ie. dashed, etc. */
	border-bottom-width: 2px; /* table border bottom width */
}

input.button	{
	font-family: arial, verdana; /* table font character type */
	font-size: 11px;
	font-weight: bold;
	background-color: #BFB12A;
	border-top-color: #B02B26; /* table border top color */
	border-top-style: solid; /* table border top style - ie. dashed, etc. */
	border-top-width: 2px; /* table border top width */
	border-left-color: #B02B26; /* table border left color */
	border-left-style: solid; /* table border left style - ie. dashed, etc. */
	border-left-width: 2px; /* table border width */
	border-right-color: #B02B26; /* table border right color */
	border-right-style: solid; /* table border right style - ie. dashed, etc. */
	border-right-width: 2px; /* table border right width */
	border-bottom-color: #B02B26; /* table border bottom color */
	border-bottom-style: solid; /* table border bottom style - ie. dashed, etc. */
	border-bottom-width: 2px; /* table border bottom width */
}

.thumbnail-class {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 0 0;
	}
.left {
	float: left;
	margin: 0 15px 0 0;
	}