* {
	margin:0;padding:0;
}
html,body {
	background: #b1ccff url('img/background.jpg') repeat-x;
	min-width:710px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.7em;
}
div#wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

div#Header {
	background: transparent url('img/header-background.jpg') repeat-x;
	margin:  0 auto;
}
div#Header-Left {
	background: transparent url('img/header-left.jpg') no-repeat;
	float:left;
	width: 49px;
	height: 100px;
}
div#Header-Right {
	background: transparent url('img/header-right.jpg') no-repeat;
	float:right;
	width: 49px;
	height: 100px;
}
div#Header-Logo {
	background: transparent url('img/header.jpg') no-repeat;
	width: 494px;
	height: 100px;
	margin:0 auto;
}
div#Site {
	background-color:white;
	border-left: 1px solid #a2a5a8;
	border-right: 1px solid #a2a5a8;
	margin-left:26px;
	margin-right:28px;
	min-height:400px;
	padding-top:20px;
}
div#Footer {
	margin-left:26px;
	margin-right:28px;
	background-color: #cbdeff;
	border: 1px solid #a2a5a8;
	padding-left:5px;
	padding-right:5px;
	font-size:small;
	color: #878f9c;
}
div#Footer p.essential {
	float:right;
}
div#Footer a {
	color:black;
	font-size:11px;
	text-decoration:none;
}
div#rotator {
	overflow: hidden;
	height: 139px;
	margin-bottom:30px;
	background-color:rgb(236,235,255);
}
div#rotator img {
	margin:0 auto;
	display:none;
	border:none;
	width: 645px;
	height: 139px;
}
div#navigation ul{
	float:left;
	list-style:none;
	width:150px;
	text-align:center;
	line-height:25px;
}

div#navigation ul a {
    color: blue;
	text-decoration:none;
	font-size:13px;
	display:block;
	margin:3px;
}
div#navigation a:hover {
	background-color:rgb(236,235,255);
	font-weight:bold;
    color: blue;
}
div#navigation ul li ul {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
div#navigation ul li ul a {
	color: silver;
	line-height: 0.8;
	margin: 2px;
}
div#navigation ul li ul a:hover {
	color: gray;
	background-color: transparent;
}
div#navigation a.active {
	background-color:rgb(236,235,255);
}
div#Content {
	margin-left:150px;
	padding-left:20px;
	padding-right: 20px;
	padding-bottom:20px;
	border-left:1px dotted silver;
	min-height:250px;
}
div#Content h1 {
	padding:10px;
    background-color: #eee;
    margin-bottom: 30px;
    color: #133C93;
}
div#Content h2 {
    padding: 10px;
    background-color: #eee;
    color: #133C93
}

div#Content p {
	padding-bottom:10px;
	padding-top:5px;
}
div#Content blockquote {
	padding:10px;
	border:1px dotted silver;
	margin:20px;
	background-color:rgb(236,235,255);
	text-align:center;
}
div#Content ul li {
	margin-left: 20px;
}
div#Content img {
	margin: 15px;
	border: none;
}
div#Content table {

}
div#Content td {
	padding:5px;
	vertical-align: top;
}
div#Content .halfsilver {
    background-color: #F7F7F7;
}
div#Content .tauch td {
	text-align:center;
	padding:5px;
	vertical-align: top;
}

.highlight {
	background-color: yellow;
}

div#fancy_wrap h2 {
	color:black;
	border:1px solid rgb(236,235,255);
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}
div#fancy_wrap h4 {
	color:gray;
	margin-top:10px;
}
div#fancy_wrap p {
	padding:5px;
	text-align:justify;
}
div#fancy_wrap p.close a{
	text-align:center;
	margin:0 auto;
	text-decoration:none;
	display:block;
	color:black;
	margin-top:20px;
	width:90%;
	background-color:rgb(236,235,255);
	border:1px dashed silver;
}
div#fanvy_wrap p.close a:hover {
	background-color:silver;
}
div#fanfy_wrap ul {
}
div#fancy_wrap li {
	margin-left:25px;
}