html {
}

body {
	text-align: center;
	color: #333;
	background: #fff url(../images/bg.gif) repeat-y center 0;
	font: 12px/17px Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 50px;
}

a {
	color:#569CB9;
	text-decoration: none;
}

a:visited {
	color:#569CB9;
	text-decoration: none;
}

a:hover {
	color: #77b2ca;
	text-decoration: none;
}

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

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #333;
}

abbr {
	border-bottom: 1px dotted #7c7c7c;
	cursor: help;
}

blockquote {
	color: #606060;
	margin: 10px 0 20px;
	padding-top: 20px;
	line-height: 20px;
	font-size: 15px;
	background: url(../images/quoteleft.jpg) no-repeat 0 0;
	padding-left: 50px;
	font-style: italic;
}

blockquote a {
	font-size: 12px;
	color: #606060;
}

blockquote p {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/quoteright.jpg) no-repeat right bottom;
	padding-bottom: 20px;
	padding-right: 50px;
}

/* CONTAINER */

#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

/* LOGO */

#sidebar {
	float: left;
	width: 364px;
}

#sidebar #logo {
	height: 321px;
	background: url(../images/logo.jpg) no-repeat 0 24px;
}

/* CONTENT */

#content {
	float: right;
	width: 406px;
}



/* page */

#content .page {
	clear: both;
	margin-top: 15px;
	padding-left: 35px;
}

#content .page .title {
	font-size: 11px;
	color: #ccc;
	line-height: 6px;
	min-height: 45px;
	height: auto !important;
	height: 45px;
}

#content .page .title h1 {
	font-size: 17px;
	line-height: 30px;
}

#content .page .title .date {
	float: left;
	border-right: 1px solid #e6e6e6;
	padding-bottom: 8px;
	text-align: center;
	width: 21px;
	padding-right: 12px;
	height: 37px;
	margin-right: 11px;
}

#content .page .title .name {
	float: right;
	width: 324px;
	padding-bottom: 8px;
	margin-top: 20px;
}

#content .page .title .name a {
	background-image: none;
}

#content .page .text {
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
}

#content .page .text_normal {
	border-top: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

/* home */

#content .home {
	background: url(../images/page_home.jpg) no-repeat;
}

/* about */

#content .about {
}

#content .about .text img {
	margin-right: 7px;
	padding: 4px;
	margin-top: 3px;
	border: 1px solid #e6e6e6;
}

#content .about .title .name {
	width: 100%;
	float: none;
}

/* NAVIGATION */

.navitem li {
	display: inline;
	margin: 0;
	padding: 0;
	font: 14px Helvetica, Arial, Geneva, sans-serif;
	}

.navitem a {
	height: 15px;
	background: #569cb9;
	color: white;
	padding: 5px;
	margin-right: 5px;
	}
	
.navitem a:visited {
	color: white;
	}

* html .navitem a {
	padding: 5px;
	margin-top: 5px;
	vertical-align: middle;
	line-height:  50px;
}

.navitem a:hover {
	background: #9bcce1;
	text-decoration: none;
	color: white;
	}

* html .iecomp {
margin-bottom: -20px;}

/* other */

.clear {
	clear: both;
}