body {
	margin: 0;
	padding: 0 0 0 10px;
	background: #000000;
	font-size: 11px;
	color: #666;
}

body, th, td, input, textarea, select, option {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

h1, h2, h3 { 
	color: #666; 
	font-style: normal;
	font-weight: normal; 
	line-height: 24px; 
	text-decoration: none; }

h1 {
	font-size: 14px;
	color: #333;
	letter-spacing: .1em;
}

h2 { 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 20px; }

h3 {
	font-size: 16px;
}

p, ul, ol {
	line-height: 120%;
}

a {
	text-decoration: none;
	color: #09f;
}

a:hover {
	text-decoration: none;
	color: #999;
}

a:active{
	text-decoration: none;
	color: #6cf;
}

/* Header */

#header {
	width: 710px;
	height: 190px;
	margin: 0 auto;
}

.logo {
	width: 257px;
	height: 192px;
	margin: 0 auto;
	float: left;
}

.globe {
	width: 453px;
	height: 192px;
	margin: 0 auto;
	background: url(images/globe.swf) no-repeat;
	float: left;
}


/* Page */

#page {
	width: 710px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 453px;
	height: 1100px;
	background: #fff;
}

#content p {
	padding: 0px 20px 0 20px;
}

.post {
	padding: 20 20 20 20;
}

.title {
	padding: 15px 0 0 20px;
	border-bottom: none;
	font-weight: normal;
}

.meta {
	text-align: right;
	color: #333;
}

.meta .more {
	float: right;
	padding: 0 0 0 20px;
	background: url(images/readmore.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 257px;
	height: 1100px;
	background: #141414;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-left: 35px;
	border-bottom: none;
	border-style: none;
	line-height: 40px;
	text-decoration: none;
}


#sidebar p {
	font-size: 12px;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	margin: 0;
	padding-left: 50px;
	border-bottom: none;
	border-style: none;
	list-style: none;
}


#sidebar h2 {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 75px 5px 5px 50px;
	border-bottom: none;
}

#sidebar a {
	text-decoration: none;
	color: #ccc
}

#sidebar a:hover {
	color: #6cf
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	font-size: 9px;
}

#footer a{
	text-decoration: none;
}

