@charset "utf-8";
/* Stylesheet File Flow Cocktail									*/
/* style.css 														*/
/* Modified June 24th 2009							 				*/
/* http://www.flowcocktail.com/ 								    */

/* reset browser style */

* {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
}
img {
	border: none;	
}

/* fundamental style */

html {
	height: 100%; /* needed to get the 100% height of content */
}
body {
	height: 100%;
	font: normal 0.8em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #000000 url(../images/background_canvas.png) repeat-x center top;
	text-decoration: none;
	word-spacing: 0.1em;
	letter-spacing: 0;
	color: #e5d4b5;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
.center {
	text-align: center;
	display: block;
}

/* canvas style */

.canvas {
	width: auto;
	height: auto !important;
	position: relative;
	min-height: 100%;
	height: 100%;
}
.canvas div.head {
	width: 834px;
	height: 64px;
	margin: 0px auto;
	padding-top: 128px;
	position: relative;
	z-index: 2;
}
.canvas div.body {
	width: 858px;
	height: auto;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.canvas div.foot {
	width: 834px;
	height: auto;
	margin: 0px auto;
	padding: 18px 0px 30px 0px;
	position: relative;
	z-index: 2;
}

/* logo style */

.logo {
	position: absolute;
	left: 299px;
	top: 40px;
}

/* paragraph style */

p, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	text-align: center;
	margin-bottom: 2px;
	line-height: 17px;
	font-size: 12px;
}
h1 {
	text-align: center;
	margin-bottom: 8px;
	line-height: 18px;
	font-size: 14px;
}
h4 {
	text-align: center;
	margin-bottom: 8px;
	line-height: 18px;
	font-size: 14px;
	color: #a58a55;
}
span {
	color: #a58a55;	
}

/* anchor style */

a {
	text-decoration: none;
	color: #a58a55;
}
a:hover {
	text-decoration: underline;
	color: #a58a55;
}
a:focus {
	outline: none;
}

/* image style */

.canvas div.body img {
	margin: 24px 12px 0px 12px;
	display: inline;
	float: left;
}

