* {
	margin: 0;
	padding: 0;
}
img {
	padding: 0;
	border: 0;
	margin: 0;
}
.clear {
	clear: both;
}


ul {
	list-style-type: none;
}

ol {
	list-style-type: none;
}

p {
	font: .75em/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	margin-top: 3px;
}

a {
	
	border: 0;
	color: #169BC6;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a:hover {
	text-decoration: underline;
}


body {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		background: url(images/bground-r.png) repeat-y right;
}
html {
	background: url(images/bground-l.png) repeat-y left;
}


#wrapper {
	margin: 0 auto;
	width: 960px;
}

#branding {
	width: 960px;
}

#access {
	margin: 20px 0 0 10px;
	clear: both;
	width: 950px;
	background-color: #F3F3F3;
}

#content {
	margin: 20px 0 0 0;
	width: 620px;
	float: right;
	border-left: 1px solid #E8E8E8;
	border-top: none;
padding-left: 20px;
	position: relative;
}

#post {
	margin: -20px 0 0 0;
}


#sidebar {
	margin: 20px 10px 0 10px;
	width: 290px;
	float: left;
}

#footer {
	margin: 60px 0 0 0;
	padding: 10px 20px 30px 20px;
	clear: both;
	background: #FC6665 url(images/footer-bground.jpg) repeat-x 0 top; 
}

.footer-content {
	width: 960px;
	margin: 20px auto 0;
	color: #401515;
		font: .75em/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


.footer-content a {
	color: #fff;
}

.footer-nav {
	clear: both;
	border-top: 1px solid #E35A5A;
	width: 960px;
	padding-top: 10px;
	margin: 20px 0 0 10px;
}

.footer-nav li {
	
	float: right;
	padding-left: 20px;
	font-weight: bold;
}
.copyright {
	float: left;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
