@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EAE5CE;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #BDB5A2;
}

h1, h2, h3 {

}

#header {
	height: 300px;
	width: 100%;
	background-image: url('background.png');
}

#header h1 {
  font-family: Georgia,Arial,'Trebuchet MS',Tahoma,Times;
  font-size: 12px;
  color: #EAE5CE;	
}

#header-box {
	width: 910px;
	height: 300px;
	margin: 0px auto 0;
	text-align: left;
	position: relative;
/*	border: 1px dashed #FFFF00; */
}

#header-cigarettes {
  width: 304px;
  height: 252px;
  position: absolute;
  left: 20px;
  top: 24px;
  background-image: url('cigarettes.png');
}

#header-smoke {
  width: 200px;
  height: 300px;
  position: absolute;
  left: 700px;
  top: 0px;
  background-image: url('smoke.png');
}

#header-name {
  width: 420px;
  height: 60px;
  position: absolute;
  left: 320px;
  top: 40px;
}

#header-name h2 {
  font-size: 48px;
  color: #C7DD00;
}

#header-slogan {
  width: 370px;
  height: 130px;
  position: absolute;
  left: 350px;
  top: 120px;
/*  border: 2px dashed #FFFF00; */	
}

#header-slogan h3 {
  font-size: 22px;
  font-weight: bold;	
}

#slogan-1 {
  color:	#FFFFFF;
  padding-left: 0px;	
}

#slogan-2 {
  color:	#56A5E4;
  padding: 5px 0 5px 30px;
}

#slogan-3 {
  color:	#E17615;
  padding: 5px 0 5px 60px;	
}

#slogan-4 {
  color:	#C7DD00;
  padding: 5px 0 5px 90px;
}

#container {
  width: 100%;
}

#main-content {
  padding: 20px 0px;
  width: 910px;	
  margin: 0 auto;
  text-align: left;
  color: #69644E;
/*  border: 1px solid #D4CEB4;	 */
}

#main-content p {
  padding: 5px 0;
  font-size: 14px;
  text-align: justify;		
}

#main-content h1, #main-content h2, #main-content h3 {
  font-family: Georgia,Arial,'Trebuchet MS',Tahoma,Times;
  color: #990000;	
}

#main-content h1 {
  font-size: 22px;
}

#main-content h1 a {
  text-decoration: none;
  color: #990000;	
}

#main-content h2 {
  font-size: 18px;
/*  font-style: italic;	 */
}

#main-content h2 a {
  text-decoration: none;
  color: #990000;	
}

#main-content h3 {
  font-size: 16px;
    font-weight: bold;		
/*  font-style: italic;	 */
}

#main-content h3 a {
  text-decoration: none;
  color: #990000;	
}

.advert {
  padding: 10px 0;
  text-align: right;	
}

.site-box {
  margin: 20px 0;
  width: 910px;
  font-size: 14px;	
}

.site-box ul {
  padding-left: 20px;
  list-style-type: circle;	
}

.site-title-box {
  width: 910px;
  padding: 3px 0 3px 10px;	
/*  border: 1px dotted #FFFF00; */
  background-color: #DFD2BC;	
}

.site-pic-box {
  float: left;
  width: 320px;
  padding: 13px 0 5px 30px;	
/*  border: 1px dotted #FFFF00; */
}

.site-desc-box {
  float: left;
  width: 550px;	
  padding: 5px 10px 0 0;	
/*  border: 1px dotted #FFFF00; */
}

#footer {
  height: 40px;
  background-color: #D4CEB4;
  border-top: 1px solid #990000;
  border-bottom: 1px solid #990000;	
}

#footer-box {
  width: 910px;
  margin: 0px auto 0;
  text-align: left;	
  color: #69644E;
  font-size: 16px;
}

#footer-box p {
  padding: 10px 0px;
}

.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}