body {
	margin: 0;
	padding: 0;
	background:  #FFFFFF url(images/bg01.jpg) repeat-x top left;
	font-size: 13px;
	color: #7F7F7F;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 16px;
	color: black;
	line-height: 100%;
}

p, ul, ol {
	line-height: 150%;
}

img, object {
	padding: 0 10px 10px 0;
}


blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #007FFF;
}

a:hover {
	text-decoration: none;
	color: #7ACE11;
}

/* Header */

#header {
	width: 890px;
	height: 125px;
	margin-left:auto;
	margin-right:auto;
}

/* Button */

#button {
	width: 200px;
	padding: 0 0 0 0;
	margin: 37px 0 0 0;
	border: solid white 0px;
	float: right;
}


#button h2 {
	margin: -2px 0 0 0;
	text-transform: uppercase;
	font-size: 1.5em;
	font-style: italic;
	color: #FFFFFF;
}


/* Logo */

#logo {
	width: 680px;
	padding: 10px 0 0 0;
	border: solid white 0px;
	float: left;
}

#logo h1 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-size: 4.1em;
	font-weight: normal;
	color: #FFFFFF;
}



#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}


#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
	text-align: left;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}



/* Menu */

#menu {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -20px;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


/* Page */

#page {
	width: 890px;
	margin: 20px auto;
}

/* Content Home*/

#contenthome {
	float: left;
	width: 650px;
	padding-top: 2px;
}


/* Content */

#content {
	float: left;
	width: 890px;
	padding-top: 2px;
}


.post {
	padding: 20px 20px 20px 20px;
	background: url(images/bg04.jpg) no-repeat top left;
}

.wside {
	padding: 20px 20px 20px 20px;
	background: url(images/bg04.jpg) no-repeat top left;
}

.title {
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #484848;
}


.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 232px;
	text-align: left;
	border: solid 0px;
}

#sidebar table {
	float: right;
	width: 270px;
	text-align: center;
	border: solid 0px pink;
}

#table {
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	text-align: left;
	color: black;
	border: inset black 1px;
	background-color: none;
	table-layout: fixed;
}

#table td, tr, th {
	border: solid black 1px;
}


/* Footer */

#footer {
	clear: both;
	margin: 0px;
	height: 80px;
	background: #F2F2F2 url(images/bg02.jpg) repeat-x left top;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: #717171;
}

