body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(images/bricks.jpg);
	background-repeat: repeat-x;
}
#navigation {
	width: 270px;
	height: 345px;
	position: absolute;
	z-index: 50;
	float: left;
	padding-top: 75px;
	padding-left: 25px;
	display: none;
}
#navigation .middle {
	width: 270px;
	background-image: url(images/nav_center.png);
	background-repeat: repeat-y;
	height: 240px;
}
#navigation .middle .nav {
	width: 174px;
	padding-top: 20px;
	padding-left: 40px;
	clear: both;
	float: left;
}
#navigation .middle .nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 847px;
}
#topbar {
	height: 51px;
	width: 847px;
}
#header {
	height: 425px;
	width: 847px;
	clear: both;
	display: none;
}
#header .marginsinside {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


#login {
	height: 36px;
	width: 847px;
	background-image: url(images/core_login.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#login a {
	color: #999999;
}

#login .inside {
	padding-left: 375px;
	padding-right: 25px;
	padding-top: 5px;
}
#login .inside form {
	margin: 0px;
	padding: 0px;
}
#login .inside .specialinput {
	width: 129px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
}

#content {
	background-image: url(images/core_bg.png);
	background-repeat: repeat-y;
	width: 847px;
	display: block;
}
#content .inside {
	margin-top: 15px;
	margin-bottom: 25px;
}
#content .left {
	margin: 0px;
	padding: 0px;
	width: 355px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content .left .lefmargins {
	padding-right: 25px;
	padding-left: 35px;
	padding-bottom: 25px;
}
#content .right {
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
}
#content .right .rightmargins {
	padding-right: 25px;
	padding-left: 5px;
	text-align: left;
	padding-bottom: 25px;
}
#content .right h1{
	font-size: 22px;
	text-transform: uppercase;
}
#content .right h2{
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content .right h3{
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#content .right form{
	margin: 0px;
	padding: 0px;
}
#content .right th{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	font-size: 13px;
}
#content .right input ,textarea , select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content .right textarea{
	width: 425px;
	height: 200px;
}
#content .right .lowerborder{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
}
#content .right a{
	color:#666666;
}
#modile_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	height: 100px;
}
#modile_nav a {
	color: #FFF;
	text-decoration: underline;
	margin-right: 8px;
	margin-left: 8px;
	font-weight: bold;
}
#modile_nav li {
	float: left;
	list-style-type: none;
}
#flashheader {
	display: none;
}
#mobileheader {

}
