html, body {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
body {
	background-image: url(../img/layout/background.png);
	background-repeat: repeat-x;
	background-color: white;
}
#container {
	width: 950px;
	margin: 25px auto 0px auto;
}
#header {
	float: left;
	width: 680px;
	height: 150px;
}
#header, {
	margin-bottom: -4px;
}
#menu {
	float: left;
	background-color: white;
	height: 180px;
	width: 220px;
	color: #a4a3a2;
	font-weight: 600;
	font-size: 11pt;
	border-left: 1px solid #e8e8ea;
}
#menu ul {
	list-style-type: square;
	margin-top: 5px;
	list-style-position: inside;
}
#menu ul li {
	line-height: 25px;
}
#menu ul li a {
	text-decoration: none;
	color: #a4a3a2;
}
#menu ul li a:hover {
	color: #05aaca;
}
#box1 {
	height: 178px;
	width: 48px;
	background-color: #db3a2a;
	float: left;
	border-left: 1px solid #e8e8ea;
	border-top: 1px solid #e8e8ea;
}
#box1 span {

	rotation: 90deg !important;
	/* ** Hacks ** */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	display:block

	color: #a4a3a2;
	font-weight: 600;
	font-size: 11pt;
	margin-left: 5px;
}
#menu2 {
	width: 950px;
	height: 50px;
	border-top: 1px solid #e8e8ea;
	background-color: white;
	clear: both;
	color: #a4a3a2;
	font-weight: 600;
	font-size: 10pt;
}
#main {
	width: 100%;
	background-color: white;
	clear: both;
	border-top: 1px solid #e8e8ea;
}
#footer {
	width: 950px;
	background-color: #a4a3a2;
	height: 50px;
	clear: both;
	color: white;
	font-size: 8pt;
}
#footer span {
	vertical-align: middle;
	padding-left: 35px;
	padding-right: 48px;
	padding-top: 18px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#nomedia {
	width: 220px;
	margin: 0px auto;
}

#menu2 ul {
	list-style-type: square;
	margin-top: 15px;
	list-style-position: inside;
}
#menu2 ul li {
	float: left;
	padding-right: 20px;
}
#menu2 ul li a {
	text-decoration: none;
	color: #a4a3a2;
}
#menu2 ul li a:hover {
	color: #05aaca;
}

#mainleft {
	float: left;
	width: 350px;
	margin-left: 20px;
	margin-top: 10px;
}
#mainright {
	margin-left: 20px;
	float: left;
	width: 540px;
	margin-top: 10px;
}