img {
	border: 0;
}

.clear{
	clear: both;
}

#main{
	width: 960px;
	margin: 0 auto;
	font-family:verdana;
	font-size:14px;
}


/* Header */

.header{
	width: 100%;
	text-align: center;
}

/* Top menu */

.button-home a{
	color: #000000;
	text-decoration: none;
}

.menu-top{
	width: 100%;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	float: left;
	display: table-row;
	margin: 0 auto;
	font-family:verdana;
}

.menu-top ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table-row;
}

.menu-top li{
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 0 5px 0;
}

.menu-top li.current-menu-item, .menu-top li.current-category-ancestor, .menu-top li.current-post-ancestor, .menu-top li.current-menu-parent, .menu-top li.current-post-parent{
	border: 1px solid black;
}

.menu-top a{
	text-decoration: none;
}

.menu-top .color-menu-1 a{
	color: #967b72;
}

.menu-top .color-menu-2 a{
	color: #c77a27;
}

.menu-top .color-menu-3 a{
	color: #6687a3;
}

.menu-top .color-menu-4 a{
	color: #8c8a10;
}

.menu-top .color-menu-5 a{
	color: #647e32;
}

.menu-top .color-menu-6 a{
	color: #9f311a;
}



/* Middle div */

.middle{
	width: 100%;
	padding-top: 20px;
}

/* Main content */

.main-content{
	width: 700px;
	float: left;
}


.main-content-frontpage{
	float: left;
	width: 440px;
}

.main-content-title {
	color: #000000;
}

/* Right menu */

.menu-right{
	float: left;
	width: 240px;
	margin: 0 10px 0 10px
}

.menu-right ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}

.menu-right a{
	text-decoration: none;
	color: gray;
}

.prevnext a{
	text-decoration: none;
	color: gray;
}


/* Color1 */

.color1 .main-content-title {
	color: #967b72;
}

.color1 .main-content a{
	color: #967b72;
}

.color1 .menu-right a {
	color: #967b72;
}

.color1 a.link-in-h2{
	text-decoration: none;
	color: #967b72;
	font-size: 12px;
}

.color1 a{
	color: #967b72;
}

.color1 .main-content-date{
	color: #967b72;
	font-size: 14px;
}

/* Color2 */

.color2 .main-content-title {
	color: #c77a27;
}

.color2 .main-content a {
	color: #c77a27;
}

.color2 .menu-right a {
	color: #c77a27;
}

.color2 a.link-in-h2{
	text-decoration: none;
	color: #c77a27;
	font-size: 12px;
}

.color2 a{
	color: #c77a27;
}

.color2 .main-content-date{
	color: #c77a27;
	font-size: 14px;
}

/* Color3 */

.color3 .main-content-title {
	color: #6687a3;
}

.color3 .main-content a {
	color: #6687a3;
}

.color3 .menu-right a {
	color: #6687a3;
}

.color3 a.link-in-h2{
	text-decoration: none;
	color: #6687a3;
	font-size: 12px;
}

.color3 a{
	color: #6687a3;
}

.color3 .main-content-date{
	color: #6687a3;
	font-size: 14px;
}

/* Color4 */

.color4 .main-content-title {
	color: #8c8a10;
}

.color4 .main-content a{
	color: #8c8a10;
}

.color4 .menu-right a {
	color: #8c8a10;
}

.color4 a.link-in-h2{
	text-decoration: none;
	color: #8c8a10;
	font-size: 12px;
}

.color4 a{
	color: #8c8a10;
}

.color4 .main-content-date{
	color: #8c8a10;
	font-size: 14px;
}

/* Color5 */

.color5 .main-content-title {
	color: #647e32;
}

.color5 .main-content a {
	color: #647e32;
}

.color5 .menu-right a {
	color: #647e32;
}

.color5 a.link-in-h2{
	text-decoration: none;
	color: #647e32;
	font-size: 12px;
}

.color5 a{
	color: #647e32;
}

.color5 .main-content-date{
	color: #647e32;
	font-size: 14px;
}

/* Color6 */

.color6 .main-content-title {
	color: #9f311a;
}

.color6 .main-content a {
	color: #9f311a;
}

.color6 .menu-right a {
	color: #9f311a;
}

.color6 a.link-in-h2{
	text-decoration: none;
	color: #9f311a;
	font-size: 12px;
}

.color6 a{
	color: #9f311a;
}

.color6 .main-content-date{
	color: #9f311a;
	font-size: 14px;
}


.boxedimage{
display:block;
margin:0 0 0 20px;
border:1px solid #0080FF;
padding:10px;
width:335px;
}

.bitext {margin-top:3px;text-align:left;text-indent:10px;}
.bipic {text-align:center;margin-top:5px;}
