* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: black;
}

input, textarea {
	background: #FFFFFF url(images/img09.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Arial, sans-serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	color: black;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 120%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

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

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

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


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

hr {
	display: none;
}
/* Table main */
.tableouter {
	border: none;
	padding: 0px 0px 0px 0px;
	width: 800px;
}
.tablehead {
	background-color: #9BAAD7;
	height: 15px;
}
.tableleft {
	width: 200px;
	background-color: #9BAAD7;
}
.tableright {
	width: 600px;
}

/* Logo */

#logo {
	padding-left: 50px;
	width: 800px;
	height: 15px;
	margin: 0 auto;
}

/* Banner */

#banner {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/* Content */

#content {
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.title_small {
	font-style: normal;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	letter-spacing: 1px;
}

.post .entry {
	padding: 0 0 0 20px;
	text-align: justify;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}

table.registration {
	border-collapse: collapse;
	margin-left: 70px;
}

td.registration {
	border: 1px solid black;
	padding: 4px;
	text-align: center;
}

td.no_border {
	border: none;
}

table.date {
	border-collapse: collapse;
	margin-left: 40px;
}

td.date_center {
	border: none;
	padding: 4px;
	text-align: center;
	width: 40px;
}

td.date_right {
	border: none;
	padding: 4px;
	text-align: right;
}

.underline {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	width: 200px;
	background: url(images/_img7bgmen.gif) repeat-y;
}

#sidebarpic{
	height: 233px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: url(images/narty1.jpg) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#sidebar li {
	margin-bottom: 0px;
	padding: 10px 0px 0px 10px;
}

#sidebar li a{
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #4C4A63;
	padding: 0px 8px 0px 14px;
	background: url(images/_img01.gif) no-repeat center left;
}

#sidebar li.active a{
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color:  #4C4A63;
	padding: 0px 8px 0px 14px;
	background: url(images/_img01.gif) no-repeat center left;
}

#sidebar li a:hover {
	color: #F8F8F8;
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0px 30px;
}

#footer p {
	margin: 26px 0px 0px 0px;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

