@charset "utf-8";
/* CSS Document */
html {
background-image:url(images/cigarbackground.jpg);
background-repeat:repeat-x;
background-color:#414141;
}

body {
margin:12px 0px; padding:0px;
text-align:center;
}

body p{
color:#000000;
font-size:12px;
line-height:20px;
font-family: arial, "lucida console", sans-serif;
}

a {outline:none; }

#template {
width:955px;
margin:0px auto;
text-align:left;
padding:0px;
}

#branding {
float:left;
width:955px;
height:115px;
margin:0px;
padding:0px;
background-image:url(images/logo.png);
background-repeat:no-repeat;
border:0px;
}

h1#logo{
text-indent:-9999px;
margin:0px 0px 0px 0px;
padding:0px;
display:block;
height:51px;
width:955px;
}

a#alogo{
float:left;
text-indent:-9999px;
margin:0px 0px 0px 5px;
padding:0px 0px 0px 0px;
display:block;
height:90px;
width:250px;
}

#content{
	float:left;
	height:389px;
	width:955px;
	margin:0px;
	padding:0px;
	
}

#container{
	float:left;
	margin:100px 0px 0px 0px;
	padding:0px;
}


h2#h2footer{
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}



