body { 
	background-image: url(images/bg.jpg);
	background-color: #f0e9e0;
	background-repeat: repeat-x;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #222; 
	font-size: 12px;
}

* { padding: 0; margin: 0; }
img {border:0;}

#container {
	width:926px;
	margin:0 auto;
	padding:0;
	background:#fbf8ed;
}
#main {
	background:#fbf8ed;
}
#nav {
	height:55px;
	padding:11px 0 0 0;
	background:url(images/nav-bg.jpg) no-repeat;
	width:926px;
	margin:50px auto 0 auto;
}
#home {
	float:left;
	padding-left:20px;
}
#nav a{
	color:#FFF;
	text-decoration:none;
	font-size:16px;
}
#nav a:hover {
	text-decoration:underline;
}
#nav ul {
	list-style:none;
}
#nav li{
	float:right;
	padding:0px 10px;
}
.headerLeft{
	float:left;
}
.logo {
	background-image:url(images/logo.jpg);
	width:323px;
	height:207px;
}
.imageBG {
	background-image:url(images/topImageBG.jpg);
	width:323px;
	height:134px;
}
.topTextT{
	padding-left:20px;
	color:#9d9b94;
	font-size:14px;
}
.topText{
	padding-left:20px;
	color:#9d9b94;
	font-size:12px;
}
.topImage {
	float:right;
}


/*   LEFT CONTENT    */
h2,h1,h2 a,h1 a {
	font-size: 30px;
	color:#000;
	text-decoration:none;
	font-weight:100;
}
h1 {
	padding-bottom:20px;
}
#left_content {
	padding:20px 0 0 20px;
	width:640px;
	float:left;
}
#left_content p {
	padding:5px 0 5px 20px;
}
#left_content p a {
	color:#848484;
}
#left_content p a:hover {
	color:#000;
}
#left_content .post_meta {
	padding-bottom:30px;
	display:block;
}
#left_content .post_date {
	font-weight:700;
	font-size:11px;
}
#archive h1 {
	font-size:14px;
	display:block;
	padding-bottom:20px;
}
#comments {
	padding-top:40px;
}
#respond {
	padding:10px 0 0 0;
}


/*   SEPERATOR   */
#seperator {
	float:right;
	width:20px;
	height:400px;
	background:url(images/seperator.jpg) no-repeat top right;
}
/*   RIGHT CONTENT    */
#right_content {
	padding:20px 20px 230px 0px;
	width:220px;
	background:url(images/binocs.jpg) no-repeat bottom center;
	float:right;
}
#right_content ul li{
	list-style:none;
	padding-left:10px
}
#right_content h2 {
	font-size:16px;
	font-weight:700;
	padding:10px 0 3px 0;
}
#right_content a {
	color: #848484;
	text-decoration:none;
}
#right_content a:hover {
	text-decoration:underline;
	color:#000;
}
.linklove {
	display:none;
}

/*   FOOTER   */
#footer {
	width:926px;
	height:110px;
	margin:0 auto;
	text-align:center;
	color: #72706b;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	font-size: 12px;
}
#footer p{
	padding:0 20px;
}
#footer a {
	font-weight: bold;
	color: #72706b;
	text-decoration: none;
}
