A:link {
COLOR: #ffff99; FONT-FAMILY: Verdana; FONT-SIZE: 10pt; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}
A:visited {
COLOR: #ffcc33; FONT-FAMILY: Verdana; FONT-SIZE: 10pt; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}
A:active {
COLOR: #cccccc; FONT-FAMILY: Verdana; FONT-SIZE: 10pt; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}
A:hover {
COLOR: #ff9900; CURSOR: hand; FONT-FAMILY: Verdana; FONT-SIZE: 10pt; text-decoration: none;  FONT-WEIGHT: bold;
}
BODY {
BACKGROUND-COLOR: #8b8b71; COLOR: #ffffff; CURSOR: arrow; FONT-FAMILY: 'Verdana'; FONT-SIZE: 10pt; FONT-WEIGHT: normal;
}

TABLE {
 COLOR: #ffffff; CURSOR: arrow; FONT-FAMILY: 'Verdana'; FONT-SIZE: 10pt; FONT-WEIGHT: normal;
}
body {
	margin: 0;
	padding: 0;
	background: #564f44;
	font-size: 13px;
	color: #EBE6E3;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Arial", Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FED772;
}

h1 {
	text-transform: none;
	letter-spacing: 0px;
	font-size: 20px;
}

h2 {
	font-weight: bold;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 18px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left:0;
	width: 600px;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}



#navbar {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	background: #39392d;
	
}

/* Header */

#header {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	background: #39392d;
	
}

#header h1, #header p {
	margin: 0;
	color: #FED772;
}

#header h1 {
	font-size: 20px;
}


#header h1 {
	padding-top: 100px;
}

#header a {
	color: #FED772;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 540px;
}

#content2 {
	float: left;
	width: 900px;
}

.post {
	padding: 2 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 3px solid #ffcc00;
	height: 30px;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 270px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #ffcc00;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 3px solid #ffcc00;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}
/* image floating*/
img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}

/* Footer contact */

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 3px solid #ffcc00;
	text-align: center;
	font-size: smaller;
	float: none;
}

