@charset "utf-8";
/* CSS Document */

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	background-color: #141313;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 20px;
	font-style: normal;
}

p a {
	text-decoration: underline;
	color: #FFF;
}
p a:visited {
	color: #CCC;
}
p a:hover {
	color: #5c5a5a;
}
h1 {
	font-size: 42px;
	color: #FFF;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 30px;
	color: #FFF;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
}

#main {
	background-image: url(http://www.whiskyla.com//img/style/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin-top: 0px;
	width: 100%;
}

.bannerad {
        text-align:center;
}

#content {
	background-image: url(http://www.whiskyla.com/img/style/darker.png);
	background-repeat: repeat;
}

#sidebar {
	background-image: url(http://www.whiskyla.com/img/style/darker.png);
	background-repeat: repeat;
}

#darken {
	background-image: url(http://www.whiskyla.com/img/style/dark.png);
	background-repeat: repeat;
}
#footer {
	text-align:center;
}
#footer h4, a{
	color:#FFF;
        text-align:center;
}
#footer p{
	color:#FFF;
        text-align:center;
}