﻿.pics {
height: 600px;
width: 900px; 
padding:0; 
margin:0; 
overflow: hidden 
}
.pics img { 
width: 900px;
height: 600px;
background-color: black; 
top:0; 
left:0 
}
.pics img {
	-moz-border-radius: 0px; -webkit-border-radius: 0px;
}
body{
	background-repeat: no-repeat;
	background-position:top center;
	background-color:black;
}
#header {
	background-image:url('blog/wp-content/themes/natural-remedy-blog-theme/images/header_v2.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	min-height:10em;
	height:10em;
	top:0em;
	position:absolute;	
}
#title {
	text-align:center;
}
#content {
	top:0em;
	right:0em;
	left:0em;
	bottom:0em;
	position: relative;
}
#slogan{
	padding-right: 0px;
	padding-bottom: 3em;
	right:0em;
	top:0em;
	bottom:0em;
	position: relative;
}
.slogan{
	color:white;
	text-align:left;
	font-family:"Matura MT Script Capitals";
}
#slide{
	text-align:center;
	padding-left: 0px;
	left:0em;
	top:0em;
	bottom:0em;
	position: relative;
}
#links {
	background-color:black;
	position: fixed;
	bottom:0em;
	right:0em;
	left:0em;
}
#links ul a {
	color:white;
	text-decoration:none;
}
#links ul a:hover {
	font-size:large;
	color:#3333ff;
}
#links ul li {
	list-style:none;
	display:inline;
	font-family:"Times New Roman", Times, serif;
}
#links ul li .selected {
	color:#3333ff;
}
h1,h2,h3,h4,h5,h6,p {
	color: white;
	font-family: "Times New Roman", Times, serif;
}
.datatable {
		border: 1px solid #666677;
		border-collapse: collapse;
		margin-left:auto; 
		margin-right:auto;
}
.datatable td {
		border: 1px solid #fff;	
    	vertical-align: top;
}
.datatable tr {
        border: 1px solid #fff;
}
