/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin:0px auto 0px auto;
	padding: 0;
	color:#CBCBCB;
	background-color:#000000;
	font-family: Arial, Verdana, Helvetica;
	font-size:14px;
	font-weight:500;
	background-image:url(/graphics/common/background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

.clearall {
  clear: both;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  height:0px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

p {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:10px;
}

h1 {
	font-size:28px;
	color:#CC9A67;
	margin-top:0px;
	margin-bottom:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size:20px;
	color:#CC9A67;
	margin-top:0px;
	margin-bottom:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font-size:16px;
	color:#CC9A67;
	margin-top:0px;
	margin-bottom:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h4 {
	font-size:14px;
	color:#CC9A67;
	margin-top:0px;
	margin-bottom:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h5 {
	font-size:14px;
	color:#CC9A67;
	margin-top:0px;
	margin-bottom:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:980px;
	height:207px;
/*	background-color:#FFFF00;*/
}

#share-tab {
	width:166px;
	height:28px;
	float:right;
/*	background-color:#CC3300;*/
	margin-top:164px;
	margin-right:205px;
	padding-top:15px;
	text-align:center;
}

#footer {
	width:920px;
	height:115px;
	padding:30px;
	padding-top:0px;
/*	background-color:#33FFFF;*/
}

#footer-left {
	width:400px;
	height:125px;
	float:left;
/*	background-color:#33FFFF;*/
}

#footer-right {
	width:366px;
	height:120px;
	float:right;
/*	background-color:#33FFFF;*/
	background-image:url(/graphics/common/footer.jpg);
	padding-left:110px;
	padding-top:5px;
}

