* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}
body {
  height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	color: #333333;
	background-color: #bfbfbf;
	line-height: 1.6em;
	text-align: center;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
}
#header {
	width: 900px;
	height: 120px;
	background-color: #ffffff;
}
#content {
	width: 900px;
	background-color: #ffffff;
}
#contentLeft {
	width: 190px !important; /*moz width*/
	width: 250px; /*IE width*/
	background-color: #ffffff;
	float: left;
	text-align: left;
	padding: 70px 30px 20px 30px;
}
#contentRight {
	width:590px !important; /*moz width*/
	width:650px; /*IE width*/
	background-color: #ffffff;
	float:right;
	text-align: left;
	padding: 30px 30px 20px 30px;
}
#footer {
	background-color: #ffffff;
	width: 590px !important; /*moz width*/
	width: 900px; /*IE width*/
  height: 500px;
	padding: 0px 30px 30px 280px;
	text-align: left;
	font-size: 0.9em;
	clear: both;
}
p {
	margin: 0;
	padding: 0px 0px 15px 0px;
}
p.copyrights {
	border-top-width: 1px;
	border-top-color: #333333;
	border-top-style: solid;
	padding-top: 12px;
	margin-top: 15px;
}
h1 {
	color : #333333;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #cc6600;
	text-decoratio : none;
}
ul,ol {
	margin: 0;
	padding: 15px 30px 15px 30px;
}
blockquote {
	padding: 0px 15px 15px 15px;
}
