body {
	margin: 0;
	padding: 0;
	background: #E0DCD1 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

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

ul, ol {
}

a {
	text-decoration: none;
	color: #006A8C;
}

a:hover {
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 100%;
	height: 100px;
	margin: 0;
	color: blue;
	background: url(images/dvdcases.gif) no-repeat left 10px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
 }

#logo h1 {
	padding-top: 25px;
	padding-left: 100px;
	letter-spacing: -1px;
	font-size: 2.2em;
	font-weight: bold;
        
}

#logo p {
	margin-top: -6px;
	padding-left: 100px;
	color: white;
} 

#logo p a {
	color: blue;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */

#menu {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

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

#menu li {
	float: left;
	height: 35px;
	padding-top: 15px;
	background: url(images/img02.gif) no-repeat right 20px;
}

#menu a {
	display: block;
	padding: 0px 20px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

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

/* Page */

#page {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

#page-bgtop {
}

#page-bgbtm {
}

/* Content */


.post {
	margin-bottom: 8px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	background: #2C2C2C url(images/img06.gif) no-repeat left top;
	height: 28px;
	padding: 12px 0 0 28px;
	font-size: 12px;
	color: #969696;
}

.post .title a {
	color: #969696;
}

.post .meta {
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.post .entry {
	padding: 10px 20px 15px 20px;
	text-align: justify;
}

/* Sidebar */

#content {
	position: absolute;
        top:180px;
        left: 18%;
       	width: 64%;
       
}

#rightbar {position: absolute;
	right:0;
        top:180px;
        width: 17%;
	background: #006A8C;
	color: #FFFFFF;
        height:830px;  clear:right;

        
}

#sidebar {position: absolute;
	float: left;
        top: 180px;
	width: 17%;
	background: #006A8C;
	color: #FFFFFF;
        height:830px;
}

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

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	background: url(images/img05.jpg) no-repeat left bottom;
	padding-bottom: 30px;
}

#sidebar li li {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	background: #2C2C2C url(images/img04.jpg) no-repeat left top;
	height: 31px;
	padding: 9px 0 0 28px;
	font-size: 12px;
	color: #969696;
}

#sidebar p {
	margin: 0 15px;
	padding: 20px 0px;
	text-align: justify;
}

#sidebar a {
	color: white;
	border: none;
}

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

/* rightbar */



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

#rightbar li {
	margin: 0;
	padding: 0;
}

#rightbar li ul {
	background: url(images/img05.jpg) no-repeat left bottom;
	padding-bottom: 30px;
}

#rightbar li li {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#rightbar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#rightbar h2 {
	background: #2C2C2C url(images/img04.jpg) no-repeat left top;
	height: 31px;
	padding: 9px 0 0 28px;
	font-size: 12px;
	color: #969696;
}

#rightbar p {
	margin: 0 15px;
	padding: 20px 0px;
	text-align: justify;
}

#rightbar a {
	color: white;
	border: none;
}

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





/* Footer */

#footer {
        position: absolute;
        color:white;
	     width: 100%;
        clear:both;
        margin-top:850px;
	background: #2C2C2C;
	height: 50px;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: white;
	border: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}