@charset "utf-8";

body  {
	font-family:  Georgia, "Times New Roman", Times, serif;
	float:none;
	display:block;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #CCC;
}

.bordered{
	/*border-color:#00F;
	border-style:solid;
	border-width:1px;*/
}


#container {
	width: 80em;
	text-align: left;
	margin: 0 auto 0 auto;
} 

#header { 

} 

#middel {
	background-color:#F0F;
	float: none;
	display:inline;
}

#LeftSideBar {
	font-size: 15px;
	font-style: italic;
	/*display:block;*/
	width: 5em;
	float:left;
	margin-top: 45px;
}
#LeftSideBar ul {
	list-style-type: none;
	padding-left: 7px;
}
#LeftSideBar li {
	font-size: 11px;
	font-style: normal;
	line-height: 21px;
}

#LeftSideBar a {
	color: #999;
}

#LeftSideBar a:visited {
	color: #999;
	text-decoration: none;
}
#LeftSideBar a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #999;
}
#content{
	width: 550px;
	float:left;
	margin-top: 27px;
	margin-left: 15px;

}
#indexContent1 {
	font-size: 17px;
	font-style:normal;
	color: #ed0973;
	float: left;
	width: 260px;
}
#indexContent2 {
	
	color: #ed0973;
	float: left;
	width: 260px;
	background: #ffffff;
	padding: 0;
	margin-left: 10px;
	font-variant: inherit;
}
#indexContent1 img {
	float:right;
}

#indexContent2 h1 {
	font-size:30px;
	
}
#indexContent1 h1 {
	font-size: 30px;
}



#RightSideBar {
	float: right;
	background: #ffffff;
	padding: 15px 0;
}

 
#footer {
	color: #666;
	padding-left: 92px;
	padding-right: 20px;
} 
#footer p {
	font-size:18px;
	
	margin: 5px, 0;
	padding: 0;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	font-size: 11px;
	display: inline;
	font-style: normal;
	
}
#navigation {
	
	padding: 0 0 0 0px;
	background-color: #F06;
}
#navigation a:visited {
	color: #fff;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
	background-color: #999;
}
#navigation a {
	color: #FFF;
	padding: 0 10px;
}
#logoContent1 {
	float:left;
}

#logoContent2 h1{
	margin-bottom: 0;
}

#logoContent2 p{
	margin-top: 0px;
	margin-bottom: 0;
}

#logoContent2 {
	float:left;
	width: 270px;
}

.logoBlock {
	height: 97px;	
}

.bigBlock {

}

.bigBlock h1{
	margin-bottom: 0;
}

.bigBlock p{
	margin-top: 0;
	margin-bottom: 0;
	
}

.bigBlock img {
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
	border-top: 0px;
	border-color:#CCC;
	border-style:solid;
	margin-bottom: 5px;
}

.lavaLamp {
    position: relative;
    margin: 0px;
    overflow: hidden;
	padding: 7px;
}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
	border-right: #CCC 1px solid
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: #000000 no-repeat right -10px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background: #F06 no-repeat top left;
    height: 50px;
    margin-right: 0px;
	margin-left: 0px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative; overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font-style: bold;
	font-size: 28px;
    color: #CCC; outline: none;
    text-align: center;
    height: 50px; top: 7px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
    margin: auto 10px;
}
