html {
	height:100%;
}

body {
	min-height:100%;
	margin:0;
	color:#929292;
	font:12px Arial, Helvetica, sans-serif;
	background-color: #e4e4e4;
}

* html body {height:100%;}


a {
	color:#E52B72;
	outline:none;
}

a:hover {
	text-decoration:none;
}

#wrapper {
	position:relative;
	z-index:1;
	width:933px;
	margin:36px auto 0;
    overflow: hidden;
}

#header {
	position:relative;
	overflow: hidden;
	padding: 20px 20px 10px;
    background: #f0f0f0 url(images/bg-header.gif) no-repeat 0 0;
}

#header:after {
	content:"";
	display:block;
	clear:both;
}

.logo {
	margin:0;
	overflow:hidden;
	float:left;
	font-weight: normal;
	font-size: 28px;
    background-color: transparent;
}
.logo a {
	display:block;
	height:100%;
	position:relative;
	text-decoration: none;
}


#sidebar {
	padding: 24px 30px 20px 21px;
	float: left;
	width: 202px;
}
#sidebar #related {
    display: inline-block;
    padding: 0 10px;
    margin: 0 0 10px;
    font-weight: normal;
    color: #adadad;
    font-size: 12px;
}
#sidebar #related a {
    color:#adadad;
    font-style: normal;
    text-decoration: none;
}

#main {
	height:1%;
	overflow:hidden;
	padding:0 0 4px;
	position:relative;
    background: #fff url(images/color-line.jpg) no-repeat 0 0;
}

.content {
	width: 650px;
	height:1%;
	overflow:hidden;
	position:relative;
    padding-top: 24px;
    padding-left: 30px;
}


#block2 {	background: url('images/color-line.jpg') top no-repeat;}#block2 #related {	float: left;	margin:20px 0 0 10px;
	font-size: 10px;}#footer {
	height:1%;
	overflow:hidden;
	position:relative;
	padding: 14px 0 25px;
	width:913px;
	margin:0 auto;
    overflow: hidden;
    text-align: center;
}
#footer p {
	margin: 0;
	color: #adadad;
}
#footer a:link,
#footer a:visited {
	font-style: normal;
	text-decoration: none;
	color: #adadad !important;
}