

body {
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	background-image: url(img/bg.gif);
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

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

	color: #575757;
}
a:hover {
	text-decoration: none;
}


#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: #ffffff;
}



#logo h1, #logo p {
	text-transform: lowercase;
}

#logo h1 {
	margin: 0;
	padding: 25px 0 0 85px;
	letter-spacing: 1px;
	font-size: 3em;
	font-weight: normal;
	color: #484848;
}

#logo h1 a {
	color: #484848;
	text-decoration: none;
}

#logo p {
	margin: -10px 0 0 2px;
	padding: 0 0 0 85px;
	text-transform: lowercase;
}


#menuline {
	width: 960px;
	height: 1px;
	margin: 0 auto;
	background: #E53F26;
}
#menu {
	width: 960px;
	height: 28px;
	margin: 0 auto;
	background: #ffffff;
	border-top: 1px solid #E53F26;
	border-bottom: 1px solid #E53F26;
}
#menubg {
	height: 28px;
	
}
#menur {
	height: 28px;
	background-repeat:no-repeat;
	background-position: center right; 
	
}

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

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 3px 14px 0 14px;
	text-decoration: none;
	text-transform: lowercase;
	color: #000000;
	font-size: 14px;
	border-left: 1px solid #ffffff;
}

#menu a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #E53F26;
	
}

#menu .current_page_item {

	background: #E53F26;
	color: #ffffff;
}

#menu .current_page_item a {
	color: #ffffff;
}


#page {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
}

/* Content */

#content {
	float: right;
	width: 690px;
	padding: 11px 11px 0 5px;
	
	border-left: 1px solid #f1f1f1;
}

#content a {
	color: #CF2006;
}

.pagetitle {
	height: 16px;
	margin: 0;
	padding: 5px 0 0 5px;
	font-size: 22px;
	color: #CF2006;
}


.post {
	padding: 40px 30px 0 30px;
}

.title {
	margin: 0;
	font-size: 2.4em;
	font-weight: normal;
}

.byline {
	margin: 0 0 20px 0;
}

.meta {
	border-top: 1px dotted #CCCCCC;
	text-align: right;
}

.meta .more, .meta .comments {
	padding-left: 15px;
}


#sidebar {
	float: left;
	padding-top: 15px;
	width: 240px;
}

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

#sidebar li {
	margin-bottom: 10px;
}

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

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(img/redpoint.gif) no-repeat left center;
}

#sidebar h2 {
	height: 26px;
	margin: 0;
	padding: 4px 0 0 4px;
	font-size: 24px;
	color: #CF2006;
}

#sidebar a {
	text-decoration: none;
	color: #575757;
}

#sidebar a:hover {	
	text-decoration: underline;
}

.postBody {

width: 350px;
height: 200px;

}

.tRow {

border-bottom: 1px solid silver;

}

.red {

color: red;

}

.green {

color: green;

}

.pageNavigation{

padding: 3px;
padding-left: 6px;
padding-right: 6px;
text-decoration: none;
margin-left: 1px;
float:left;
border: 1px solid #CF2006;
color: #CF2006 !Important;

}
.pageNavigationBtn{

padding: 3px;
padding-left: 6px;
padding-right: 6px;
text-decoration: none;
margin-left: 1px;
float:left;
color: #CF2006 !Important;

}
.pageNavigationSel{

padding: 3px;
padding-left: 6px;
padding-right: 6px;
text-decoration: none;
margin-left: 1px;
float:left;
background-color: #CF2006;
color: #ffffff !Important;

}


#footerbg {
	background-image: url(img/topmenubg.gif);
	height: 15px;
	margin-left: 12px;
	margin-right: 12px;
	
}
#footerr {
	height: 15px;
	background-image: url(img/topmenur.gif);
	background-repeat:no-repeat;
	background-position: top right; 
	
}


/* Footer */

#footerl {

	width: 982px;
	height: 15px;
	margin: 0 auto;
	background-image: url(img/topmenul.gif);
	background-repeat:no-repeat;
	background-position: top left; 
}

#footer {
	width: 982px;
	margin: 0 auto;
	text-align: center;
	background-color: #F0B32A;
	color: #ffffff;
}
#footer p {
	margin: 0;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}


#header, #menu, #page{
border-left: 1px solid #f4f4f4;
border-right: 1px solid #f4f4f4;
}
