body {
	margin-top: 20px;
	padding: 0;
	background: #1E8DFF url(images/img01.png) repeat;
	font-family: Arial;
	font-size: 12px;
	color: #2f76bd;
}

::selection{
color:#ffffff;
background:#2f76bd;
}
::-moz-selection{
color:#ffffff;
background:#2f76bd;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-family: Arial;
	font-weight: normal;
	color: #2f76bd;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link, a:visited {
	color: #1E8DFF;
}

a:hover, a:active{
	text-decoration: none;
	color: #1E8DFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Arial;
	font-size: 13px;
	color: #2f76bd;
}

#wrapper {
}

/* Header */

#header {
	width: 816px;
	height: 108px;
	background: url(images/img02.png) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#logo {
	float: left;
	margin-left: 20px;
	padding-top: 30px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	font-size: 38px;
	color: #3399CC;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

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

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 73px 30px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 30px;
	margin-left: 5px;
	padding-top: 5px;
	background: url(images/img07.png) no-repeat;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a, #menu a:active {
	background:transparent url(images/img06.png) no-repeat;
	text-decoration: none;
	color: #1E8DFF;
}
/* Page */

#page {
	width: 816px;
	margin: 0 auto;
	background: url(images/img04.png) repeat-y left top;
}

#page .bgtop {
	background: url(images/img03.png) no-repeat left top;
}

/* Content */

#content {
	float: right;
	width: 510px;
	padding: 30px 30px 0px 0px;
}

/* Post */

.post {
	padding-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color:#2f76bd;
}

.post .entry {
}

.post .meta {
	margin: 0;
	padding: 0px 0 30px 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

.post .meta .comments {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 30px 0px 0px 30px;
	color:#93C8FF;
}

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

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}

#sidebar li li a {
	margin: 0;
	padding-left: 15px;
	color:#FFFFFF;
	background: url(images/img08.png) no-repeat left 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color:#93C8FF;
	font-weight:bold;
}

#sidebar a {
	text-decoration: none;
}

/* Search */

#search {
	padding:2px;
}

#search h2 {
}

#s {
	width: 100px;
	margin-right: 1px;
	padding: 3px;
	vertical-align:bottom;
}

#x {
	vertical-align:middle;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.png) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.png) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

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

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	width: 816px;
	height: 80px;
	min-height: 65px;
	background: url(images/img05.png) no-repeat left top;
	margin: 0 auto 100px auto;
	padding: 15px 0 0 0;
	font-family: Arial;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	padding-right: 30px;
	text-align: right;
	font-size: 10px;
	color: #93C8FF;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}
#loader{
	width:1px;
	height:1px;
	overflow:hidden;
	text-indent:2000px;
}
.codetop{
	padding-top:8px;
	width:200px;
	background:url('/images/code1.png') no-repeat;
}
.code{
	border:0;
	width:200px;
	height:auto;
	background:url('/images/code2.png') repeat-y;
	padding:0 5px;
	overflow:visible;
}
.codebtm{
	padding-bottom:8px;
	width:200px;
	background:url('/images/code3.png') no-repeat;
}
.noborder{
	border:0;
}
table#results{
	border-collapse: collapse;
}
table#results tr td{
	padding:3px 5px;
}
table#results tr{
	margin:0;
}
tr.result{;
	border-top:2px solid #93C8FF;
	height:50px;
	overflow:hidden;
}
tr.result td{
	height:50px;
	overflow:hidden;
}
.thumb{
	background:repeat url('/images/trans.png');
}
#bottomimages{
position:fixed;
left:0;
bottom:0;
margin-top:250px;
background:#444444;
height:auto;
width:100%;
text-align:center;
}