

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #FFF;
	background: #000;
}

a{
	text-decoration: none;
	color: #FFF;
}

a img{
	border: none;
}

.invertedcolors{
	color: #000;
	background: #FFF;
}

.invertedcolors a{
	color: #000;
}

.indexwrapper{
	width: 800px;
	overflow: hidden;
	margin: auto;
	padding-top: 60px;
}

.indexwrapper .halfsize{
	width: 397px;
	height: 667px;
}

.indexwrapper .left{
	float: left;
}

.indexwrapper .right{
	float: right;
}

.wrapper{
	width: 800px;
	margin: auto;
}

.top{
	width: 100%;
	height: 138px;
	overflow: hidden;
}

.logo{
	width: 140px;
	height: 118px;
	padding-top: 48px;
	float: left;
}

.logogrun{
	width: 140px;
	height: 118px;
	padding-top: 20px;
	float: left;
}

.menu{
	width: 645px;
	float: left;
	padding-top: 104px;
}

.menu ul{
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: right;
}

.menu ul li{
	display: inline;
	padding: 0px 8px;
}

.menu ul li.lastitem{
	padding-right: 0px;
}

.menu ul li.current a, .menu ul li.parenttocurrent a{
	color: #666;
}

.submenu ul{
	padding: 1px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}

.submenu ul li{
	display: block;
}

.submenu ul li a{
	display: block;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
}

.submenu ul li.current a{
	color: #666;
}

.container{
	width: 100%;
	overflow: hidden;
}

.container p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

.content1{
	width: 260px;
	float: left;
	height: 460px;
	padding: 20px;
}

.content2{
	width: 205px;
	float: left;
	margin-left: 5px;
	height: 460px;
	padding: 20px;
}

.content3{
	width: 205px;
	float: left;
	margin-left: 5px;
	height: 460px;
	padding: 20px;
}

.content1and2{
	width: 455px;
	float: left;
	height: 460px;
	padding: 20px;
}

.content2and3{
	width: 455px;
	float: left;
	margin-left: 5px;
	height: 460px;
	padding: 20px;
	overflow-y: auto;
}

.content1and2and3{
	width: 760px;
	float: left;
	height: 460px;
	padding: 20px;
}

.bottom{
	width: 100%;
	text-align: center;
	padding: 25px 0px 0px 0px;
}

.editornopadding{
	padding: 0px !important;
}

.content1.editornopadding{
	width: 300px;
}

.content2.editornopadding, .content3.editornopadding{
	width: 245px;
}

.content1and2and3.editornopadding{
	width: 800px;
	height: 500px;
	padding: 0px;
}

.content1and2.editornopadding{
	width: 550px;
	height: 500px;
}

.content2and3.editornopadding{
	width: 495px;
	height: 500px;
}

.editornopadding *{
	padding: 0px !important;
	margin: 0px !important;
}
