
body {
	margin-top: 20px;
	padding: 0;
	background: url(images/bg1.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #48ACDE;
}

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

h2 {
	font-size: 17px;
}

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

a:link {
	color: #48ACDE;
}

a:hover, a:active {
	text-decoration: none;
	color: #48ACDE;
}

a:visited {
	color: #48ACDE;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #000000 url(images/wrap.jpg) no-repeat left top;
}

#wrapper-btm {
	background: url(images/btm.jpg) no-repeat left bottom;
}
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height:200px;
	min-height:200px;
}


/* Content */

#content {
	float: right;
	width: 640px;
}

/* Post */

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

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post .entry {
	padding: 0 15px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 30px;
}


/* CSS Table */

div#csstable{
	font-family: Arial, "Franklin Gothic Medium", Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

table{
	border-collapse: collapse;
	text-align:left;
	width:600px;
}
thead tr th{
	color:	#fff;
	text-transform:	uppercase;
	text-align:center;
	font-size:14px;	
	padding:0.4em 0;
	border-bottom:3px solid #000;
}

tr td, tr th{
	border-bottom:1px solid #000;
	padding:0.6em 0.4em;
	line-height:1.5em;
}
tr.odd td, tr.odd th{
	background-color: #fff;
}

tr.even td, tr.even th{
	background-color: #fff;
}

tbody th a{
	text-transform:uppercase;
}

tbody a, tbody a:link{
	color:	#0099ff;
	font-weight:bold;	
	text-decoration:none;
}

tbody a:hover, tbody a:active {
	text-decoration: underline;
	color: #48ACDE;
}

tbody a:visited{
	color:#0099ff;
}



/* Footer */
#footer-wrap {
	width: 900px;
	height: 64px;
	min-height:64px;
	background-color: #333;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
	font-size: 12px;
	font-weight:bold;	
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #000;
}

#legal a {
	color:	#0099ff;
	font-weight:bold;	
	text-decoration:underline;
}

