body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #356AA0;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 1020px;
	height: 93px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#header h1 {
	float: left;
	margin-top: 2px;
	padding: 0 0 0 5px;
}

#header h1 span {
	color: #CC0000;
}

#header h2 {
	float: left;
	margin: 10px 0 0 -238px;
	padding: 45px 0 0 0;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}

#header h2 a {
	color: #333333;
}

#subheader {
	margin-left:auto;
	margin-right:auto;
	width: 1010px;
	height: 25px;
	border-bottom: 1px solid #EFEFEF;
}

#subheader h3 {
	color: #333333;
	float:left;
	text-align: center;
	width: 1010px;
	padding-top:5px;	
}

/* Search */

#search {
	float: left;
	width: 588px;
	padding: 5px 0 0 0;
}

#search legend {
	display: none;
}

#searchfield, #sbi {
	width: 440px;
}

#searchsubmit, #sbb {
	width: 80px;
}

/* Page */

#page {
	width: 1080px;
	margin: 0 auto;
	/*padding: 20px 0;*/
}

/* Content */

#content {
	margin-top:15px;
	float: left;
	width: 550px;
	padding:0;
}


#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	margin-bottom:10px;
}

#content a.title {
	font-size:15px;
	text-decoration:underline;
}

#content a.link {
	color:green;
}


#skyscraper {
	float:right;
	width:120px;
	height:600px;
}

ul#pagination {
	margin:25px;
}

#pagination li {
	display: inline;
	list-style-type: none;
	padding:5px;
}


.post {
	padding: 12px 50px;
	background: url(images/img04.jpg) no-repeat;
}

.post .title {
	letter-spacing: -1px;
	font-size: 2.4em;
	color: #356AA0;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
	color: #666666;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	border-right: 1px solid #EFEFEF;
	margin: 0 25px 25px;
	padding-bottom:25px;
}

#sidebar ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 0 10px 0 20px;
	background: url(images/img07.jpg) no-repeat left;

}

#sidebar li ul {
	line-height: 0.5em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
	margin: 10px 0 10px 0;
	text-transform: lowercase;
	letter-spacing: -1px;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	border-top: 1px solid #DDDDDD;
	background: #EFEFEF;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}

ul#tabnav {
	border-bottom:1px solid #EFEFEF;
}

ul#tabnav li { /* do not change */
	display: inline;
	margin:0;
	z-index:0;
	padding-bottom:1px;
}

ul#tabnav li.seltab, ul#tabnav li.seltab a { /* settings for selected tab link */
	color: #000;
	z-index:100;
	padding-bottom:1px;
	font-size:16px;
}
ul#tabnav li.seltab a {
	background-color: #fff;
	border: 1px solid #EFEFEF;
	border-bottom: 1px solid #fff; 
}

ul#tabnav li a { /* settings for all tab links */
	padding: 0 25px 1px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	color: #666; /* set unselected tab link color as desired */
	text-decoration: none;
	
	font-size: 16px;
	font-weight: bold;
}

ul#tabnav li a:hover { 
	border-top: 1px solid #CC0000;
}

#skyscraper {
	float:right;
	width:160px;
	height:600px;
	margin-top:35px;
}
