body {
	margin: 0;
	padding: 0;
	background: #ffffcc;
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	color: #000000;
	line-height: 14px;
}

h1, h2, h3 {
	margin-top: 0;
	color: #000000;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

table {
	border: none;
}

td {
	border: 1px solid;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

p {
	text-indent:0px;
	line-height: 20px;
}
	
/* Header */

#header {
	width: 100%;
	height: 180px;
	background: url(images/img02.jpg) repeat-x left top;
}

#logo {
	width: 100px;
	height: 136px;
	padding: 0 10px;
	margin-left: 120px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #000000;
}

#logo h1 {
	padding: 40px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 50px 0 0 3px;
	font-size: 10px;
	color: #000000;
}

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

.clear{clear:both;}



/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	margin-left: 130px;
}

#page-bg {
	padding: 11px 24px;
	background: #ffffcc;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #8D8D8D;
}

/* Content */

#content {
	float: left;
	width: 498px;
	padding-right: 20px;
}

.post {
	margin-bottom: 13px;
	padding-bottom: 15px;
	line-height: 200%;
	background: url(images/img06.jpg) repeat-x left top;
}

.post h1 {
	font-weight: normal;
	font-family: georgia;
	font-size: 20px;
}

.post h2 {
	font-size: 18px;
	font-family: georgia;
	line-height: 85%;
}

.title {
	margin: 0;
	padding: 10px 15px 0px 15px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
}

.byline {
	margin: 0 15px 20px 15px;
	text-transform: uppercase;
}

.entry {
	padding: 0px 15px;
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #ff0000;
}

.links a:hover {
}

.links .more {
	float: right;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
}
/* Sidebars */

#sidebar1 {
	padding-right: 20px;
}

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
	background: url(images/img03.jpg) repeat-y left top;
}

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

.sidebar li {
	padding: 0 0 20px 0;
	background: #ffffcc;
}

.sidebar li ul {
	padding: 0px 15px;
}

.sidebar li li {
	padding: 8px 0 8px 0px;
	background: url(images/img04.jpg) repeat-x left bottom;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

.sidebar p {
	padding: 0px 15px;
}


/* Footer */

#footer {
	background-color: #ffffcc;
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #575757;
}

#footer a {
	color: #000000;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffcc;
padding: 5px;
left: 0px;
border: 1px dotted gray;
visibility: hidden;
color: black;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -130px;
left: 200px; /*position where enlarged image should offset horizontally */

}

.menu {width:1200px; height:30px; position:relative; margin-top: 15px; margin-left:90px; z-index:100; border: none; text-align: center;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:100%; w\idth:100%;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:180px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:180px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#000000; width:180px; height:30px; border:none; background:none; line-height:30px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:180px; w\idth:180px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:180px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:30px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ffffff; color:#000000; height:auto; line-height:1em; padding:5px; width:180px;border:1px solid;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:180px;w\idth:180px;}

/* style the top level hover */
.menu a:hover{color:#a6a642; background:none;}
.menu ul ul a:hover{color:#a6a642; border-color:#000000; background:#ffffff;}
.menu :hover > a  {color:#a6a642; background:none;}
.menu ul ul :hover > a {color:#a6a642; border-color:#000000; background:#ffffff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


