/* CSS Document */

html, body {
	height: 100%;	
}

body {
	margin:0px auto 0px auto;
	padding: 0;
	color:#4D4D4D;
	background-color:#CCCCCC;
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
}

.clearall {
  clear: both;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  height:0px;
}

a {
	color:#000000;
	text-decoration:none;
}

p {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:10px;
}

h1 {
	font-size:18px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Verdana, Helvetica;
}

h2 {
	font-size:16px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Verdana, Helvetica;
}

h3 {
	font-size:14px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Verdana, Helvetica;
}

h4 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Verdana, Helvetica;
}

h5 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Verdana, Helvetica;
}

img {
	border:none;
}

#container {
	width:100%;
	background-color:#FFFFFF;
}

#header {
	width:100%;
	height:112px;
/*	background-color:#7BDCFD;*/
	background-color:#CC0033;
}

#header-inner {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:112px;
}

#logo {
	width:211px;
	height:70px;
	float:left;
	margin-top:22px;
}

#header-advert {
	width:728px;
	height:90px;
	float:right;
	margin-top:10px;
	background-color:#000000;
	border-color:#000000;
	border-style:solid;
	border-width:1px;	
}

#footer {
	width:100%;
	height:50px;
	background-color:#CCCCCC;
}

#footer-inner {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:20px;
	text-align:center;
	padding-top:10px;
	color:#000000;
}
