* {
	margin:0;
	padding:0;
	border:0;
	font-family:"Helvetica Neue", helvetica, sans-serif;
	font-size:13px;
}

html, body, .background {
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin:0;
	padding:0;
}

body{
	width:100%;
	background: #333333 url('images/bg.png');
}

.background {
	overflow:hidden;
	width:100%;
	background: url('images/background-top.png') repeat-x;
	min-height:222px;
}
.container {
	background:url('images/bgwide.png') repeat-y;
	overflow:hidden;
	width:1000px;
	margin:33px auto 0 auto;
}

.left, .right {
	overflow:hidden;
	width:30px;
	min-height:877px;
	background-repeat: repeat-y;
}
.left {
	float:left;
}
.right {
	float:right;
}

.left-top, .right-top {
	width:30px;
	height:83px;
	background-repeat: no-repeat;
}
.left-top {
	background:url('images/side-left-top.png');	
}
.right-top {
	background:url('images/side-right-top.png');
}

.footer {
	clear:both;
	width:1000px;
	height:30px;
	padding:0 40px;
	font-size:10px;
}

.center {
	overflow: hidden;
	min-height:90px;
	width:auto;
	background: #ededed url('images/top.png') repeat-x;
}

.content {
	position:relative;
	float:left;
	width:640px;
	margin:36px 6px 0 6px;
}

.content-box {
	overflow:hidden;
	width:630px;
	margin-bottom:30px;
	padding-right:10px;
}

.content-box img {
	float:left;
	margin:0 10px 30px 0;
}

.sidebar {
	position:relative;
	float:right;
	text-align:center;
	width:272px;
	margin-left:16px;
}
.sidebar img {
	margin-bottom:45px;
}

/* BOX */
.box-container, .box-top, .box-bottom, .box-repeat .box {
	width:260px;
	background-repeat:no-repeat;
}
.box-container {
	overflow:hidden;
	margin-bottom:45px;
}

.box-top {
	position:relative;
	height:9px;
	background: url('images/box-top.png');
}
.box-bottom {
	position:relative;
	height:12px;
	background: url('images/box-bottom.png');
}
.box-repeat {
	overflow:hidden;
	position:relative;
	background: url('images/box-repeat.png') repeat-y;
}

.box {
	min-height:100px;
	background: url('images/box-main.png');
}

.box img {
	margin-bottom:5px;
}

.box p {
	margin:5px 10px;
	text-align:left;
	font-size:12px;
}

/* TEXT FORMATTING */
h2 {
	clear:both;
	font-size:14px;
	margin:10px 0;
}
p.r {
	text-align:right;
}

p.c {
	padding-left:50px;
	text-align:center;
}

a {
	text-decoration: none;
	font-weight:bold;
	color:#ee441d;
}

a:hover {
	text-decoration: underline overline;
}
