*{margin:0;padding:0;border:0;}

a {text-decoration:none;}
#mainplane p{margin-bottom:1em;}
blockquote {margin:5px 0 5px 20px;border-left:3px solid #aaa;padding-left:10px;}


table  {
        border:1px solid #333;
	border-collapse:collapse;
	ta ble-layout:fixed;
	width:100%
}

td,th  {
	border:1px solid #333;
}

table.noborders {
	border:0 none;
	//width:80%;
	border-collapse:collapse;
	table-layout:fixed;
}

table.noborders td,
table.noborders th {
	border:0 none;
	//width:70%
	border-collapse:collapse;
}


body {
	background:#346a96;
	padding-left:34px;
}
#wrapper {
	margin: 0 auto;
	width:956px;
	position:relative;
}
	#header {
		position:relative;
		height:150px;
	}
		#logo {
			margin:20px 0 0 0;
			width:275px;
			height:125px;
			background: transparent url(i/logo_bkg2.png) no-repeat;
			float:left;
			text-align:center;
			font-weight:normal;
		}
			#logo a {
				padding-top:25px;
				height:101px;
				display:block;
/*				background: transparent url(i/logo.png) no-repeat center top;/**/
				color:#fff;
				font-family:"Monotype Corsiva";
				font-size:25px;
			}
				#logo a span {
					display:block;
					color:#fff;
					font-family:"Tachoma";
					font-size:14px;
				}
		#menu {
			margin-left:255px;
			margin-bottom:-43px;
			height:188px;
			position:relative;
			left:expression('-20px');
		}
			#menu1,#menu2,#menu3,#menu4,#menu5 {
				position:absolute;
				display:block;
				top:0px;
				width:200px;
				height:178px;
			}
			#menu1{background: url(i/menu1.png) no-repeat;left:0px;}
			#menu2{background: url(i/menu2.png) no-repeat;left:120px;}
			#menu3{background: url(i/menu3.png) no-repeat;left:240px;}
			#menu4{background: url(i/menu4.png) no-repeat;left:360px;}
			#menu5{background: url(i/menu3.png) no-repeat;left:490px;}
				#menu1 a,#menu2 a,#menu3 a,#menu4 a,#menu5 a {
					position:absolute;
					display:block;
					top:60px;
					left:20px;
					right:20px;
					text-align:center;
					text-decoration:none;
					color:#fff;
					font-size:18px;
					font-weight:bold;
					padding:20px;
				}
		#rsslink {
			position:absolute;
			left:200px;
			bottom:-37px;
			width:43px;
			height:71px;
			background:url(i/rss.png) no-repeat;
			text-indent:-9999px;
		}
	#content {
		background: url(i/main_bkg.png) repeat-y;
		width:923px;
	}
		#sidebar {
			float:left;
			margin:0 35px 0 10px;
			width:230px;
			padding-top:10px;
		}
			#sidebar .widget{
				margin-bottom:15px;
			}
				#sidebar .widget ul {
					margin-left:20px;
				}
		#mainplane {
			margin:0 10px 0 310px;
			padding-top:40px;
		}
			.page {
				margin-bottom:1em;
				width:50%;
				float:left;
			}
	#footer {
		height:45px;
		background: url(i/main_shadow.png) no-repeat;
		/*text-align:center;*/
		padding-top:5px;
		color:#dde6ed
	}
		#fleft {
			float:left;
			margin:0 5px 0 10px;
			width:260px;
			text-align:right;
		}
		#fright {
			margin:0 50px 0 280px;
		}
			#frl {
				float:left;
				width:50%;
			}
				#frl img {
					margin-top:8px;
				}
			#frr {
				float:right;
				width:50%;
				text-align:right;
			}
		#copy {color:#b8cbda;}
			#copy a {color:#b8cbda;
				padding-left:18px;
				background:url(../../admin/i/favicon.png) no-repeat;
			}
}
			
body {
	font-family:"Arial Narrow";
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
	color:#2e5e85;
	margin-bottom:10px;
}
#content a {
	color:#ff800f;
	border-bottom:1px dashed #ff800f;
}
#content a:hover {
	border-bottom-style:solid;
}
#content ul,
#content ol{
	margin-left:20px;
}
#content img {
	//max-width:100%;
	width:250px;
	// width:auto;
}
