

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FBE8E8 url(images/img01.jpg);
	/*text-align: justify;*/
}

body, input, textarea, select {
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #662C14;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;

	line-height:17px;
	
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/*hr {
	display: none;
}

.hr {
}*/

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	padding: 20px 0;
	background: url(images/img02.jpg) repeat-x;
}

/* Header */

#header {
	width: 960px;
	height: 152px;
	background: url(images/img03.jpg) no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1, #header h2 {
	margin: 0;
}

#header h1 {
	padding-top: 40px;
	text-align: center;
	font-size: 4em;
	color:#fbe8e8;
}

#header h2 {
	text-align: center;
	font-size: 1.5em;
	font-style: italic;

}

#header a {
	text-decoration: none;
		color: #000000;
}

/* Content */

#content {
	width: 960px;
	margin: 0 auto;
	background: #FBE8E8 url(images/img04.gif) repeat-y;
}

/* Blog */

#blog {
	float: right;
	width: 684px;
	background: url(images/img06.gif) no-repeat;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 16px;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(images/img08.gif) no-repeat center bottom;
}

.post .title {
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font-size: x-small;
}

.post .entry {
	padding: 20px 15px 10px 15px;
	line-height: 1.8em;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 204px;
	padding: 50px 16px 0px 20px;
	background: url(images/img05.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img07.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	
}


/* Search */

#search {
}

#search h2 {
}

#search form {
}

#search #inputtext1 {
}

#search #inputsubmit1 {
}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 43px;
	background: url(images/img09.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

 ####################################################################################################### 
#topnav{
	display:block;
	float:left;
	width:960px;
	padding:0;
	list-style:none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
	
	}

#topnav ul, #topnav li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	
	
	
	}

#topnav li a:link, #topnav li a:visited, #topnav li a:hover{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-transform:	capitalize;
	color:#fbe8e8;
	text-decoration:none;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	
	
	}

#topnav ul ul li a:link, #topnav ul ul li a:visited{
	border:none;
	text-decoration:none;
	border-left:1px solid #5a2323;
	border-right:1px solid #5a2323;
	border-bottom:1px solid #5a2323;
	}

#topnav li.last a{
	margin-right:0;
	text-decoration:none
	}

#topnav li a:hover, #topnav ul li.active a{
	color:#FFFFFF;
	text-decoration:none
	
	}
	
#topnav li li a:link, #topnav li li a:visited{
	width:150px;
	float:none;
	margin:0;
	padding:7px 10px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background-color:#fbe8e8;
	text-decoration:none;
	
	}
	
#topnav li li a:hover{
	color:#fbe8e8;
	background-color:#5a2323;
	}

#topnav li ul{
	z-index:9999;
	position:absolute;
	left:-999em;
	height:auto;
	width:170px;
	
	}

#topnav li ul a{width:140px;
text-decoration:none;}

#topnav li ul ul{margin: -32px 0 0 0;}

#topnav li:hover ul ul{left: -999em;}

#topnav li:hover ul, #topnav li li:hover ul{left:auto;}

#topnav li:hover{ position: static;}

#topnav li.last a{margin-right:0;}


.col2{
	
}
#topbar{
	position:relative;
	display:block;
	width:960px;
	text-align: left;
	background-color:#fbe8e8;
	border-top:1px solid #5a2323;
	border-bottom:1px solid #5a2323;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 43px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
 ####################################################################################################### 
