html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
.shift{
float:right;margin-top:5px;margin-right:10px;margin-bottom:5px; position:relative;
}
.Caption {
width: 320px;
font-family: Arial;
font-weight: bold;
color: #123456;
}

a {color: #048;}
a:hover {color: #06C;}
.BoldHeading {
	font-size: 16px;
	font-weight: bold;}
	
body {
	background: #acac92;
	background-image: url(images/back3.gif);
	background-repeat: repeat;
	color: #444;
	font: normal 12px Tahoma,sans-serif;
	padding-top: 2px;
}
.centerdiv{ 
text-align: center;
}

.centerdiv>div{ 
margin: 0 auto;
}

.floatimgright {
float:right;
margin-top:0px;
margin-right:10px;
margin-bottom:10px;
border: 1px solid #000;
}
p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;} 

h1 {font: normal 20px Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

blockquote {
    display: block;
	
	font-weight: bold;
	padding-left: 28px;
	font-size:12px;
}
.line {
	background: #949490;
	padding: 2px 1px;
}
h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

.clearer {clear: both; }
.left {float: left;}
.right {float: right;}

.inner-container {
	background: #FFF;
	border: 3px solid #949490;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.header {
	background: #222 url('images/background2.jpg') no-repeat;
	height: 160px;
	margin-bottom: 3px;
	text-align: center;
}
.header img {
margin-top: 40px;

}
.header .title {
	color: #FFF;
	padding-top: 1px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 130px;
	color: White;
}

.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

.content {
	float: right;
	width: 590px;
}

.content img {
margin-left: 10px;

}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Verdana",sans-serif;
}

.navigation {
	float: left;
	width: 160px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 10px 0 10px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	font-style: normal;
	background: #F0F0EB;
	color: #654;	
}

.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.mceContentBody { background-image: none; background-color: White; font-family: Verdana,sans-serif; } /*SnippetMaster editor bg color*/