body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #797979;
	background: #FFFFFF url(./images/backgr/bg01.jpg) repeat left top;
}

h1, h2, h3 {
	margin-top: 0px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {font-size: 42px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}

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

a 			{color: #0098A4;}
a:hover {text-decoration: none;}
a img 	{border: none;}

.alignleft 		{float: left;}
.alignright 	{float: right;}
.aligncenter 	{margin: 0px auto;}

img.alignleft  {margin-right: 20px;}
img.alignright {margin-left: 20px;}


/* Wrapper */

#wrapper {
	background: url(./images/backgr/bg02.jpg) repeat-x left top;
}

/* Header */

#header {
	margin: 0px auto;
	width: 920px;
	height: 130px;
	background: url(./images/backgr/bg03.jpg) no-repeat left top;
}

/* Logo */

#logo {float: left;}

/*
#logo h1 {padding: 60px 0px 0px 30px;}
#logo h2 {padding: 80px 0px 0px 10px;}

#logo a 			{text-decoration: none;	color: #797979;}
#logo a:hover {text-decoration: underline;	color: #0098A4;}

#logo h1, #logo h2 {float: left;	margin: 0px;}
#logo h2, #logo h2 a {font-size: 13px;	color: #9F9F9F;}
*/

/* Menu */

#menu {float: right;}

#menu ul {
	margin: 0px;
	padding: 78px 30px 0px 0px;
	list-style: none;
}

#menu li {float: left;}

#menu a {
	padding: 0px 20px 0px 22px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0098A4;
	background: url(./images/backgr/img02.gif) no-repeat left center;
}

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

#menu .first a {background: none;}

/* Page */

#page {
	margin: 0px auto;
	width: 920px;
	background: url(./images/backgr/bg04.jpg) repeat-y left top;
}

#bgtop 		{background: url(./images/backgr/bg05.jpg) no-repeat left top;}
#bgbottom {background: url(./images/backgr/bg06.jpg) no-repeat left bottom;}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 50px 0px 0px 35px;
}
.post .title {
	padding: 0px 0px 0px 15px;
	background: url(./images/backgr/img03.gif) no-repeat left top;
}


.post .entry {padding: 15px 15px 25px 15px;}
.post .title h2, .post .title h3 {margin: 0px;}
.post .title h2 a, .post .title h3 a {text-decoration: none;	color: #FFFFFF;}
.post .title h2 a:hover, .post .title h3 a:hover {text-decoration: underline;}
.post .title p a {text-decoration: none;	color: #8D8D8D;}

.post .title p {
	margin: 0px;
	text-transform: lowercase;
	font-size: 16px;
	color: #8D8D8D;
}

/* Sidebar */

#sidebar img 	{border: 0; width: 100px; height: 100px; visibility: visible;}

#sidebar {
	float: right;
	width: 180px;
	padding: 30px 10px 50px 20px;
	text-align: center;
}

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

#sidebar a {
	text-decoration: none;
	font-size: 17px;
	font-weight:bold;
	color: #BCE8EC; 
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
}
#sidebar a:hover {color:#ffffff;}

/*
#sidebar li ul {
	margin: 15px 15px 15px 30px; 
	list-style-type:none;
}

#sidebar h2 {
	height: 27px;
	margin: 0px;
	padding: 3px 0px 0px 15px; 
	background: url(./images/backgr/img04.gif) no-repeat left top;
	color: #FFFFFF;
}
*/

/* Contact */

#contact li {margin: 0px 10px 5px -20px;}
#contact img {border: #797979 solid thin; width: 170px;}

#contact table {width: 100%;}
#contact table td {border: black solid 0; padding: 0px;}
#contact td {height: 200px; vertical-align: top;}

/* Footer */

#footer {
  margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 920px;
	height: 100px;
	background: url(./images/backgr/bg07.jpg) no-repeat left top;
	text-align: center;
	font-size: 11px;
}

#footer a {color: #797979; text-decoration: none}
