/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: underline;
   	}

body {
	text-align: center;
	background-color: #ce7019;
	height: 100%;
   	}

div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	}
	
div#wrapper {
	width: 900px;
	height: 700px;
	background: url(../images/bkgrd/bkgrd.jpg) top center no-repeat;
	}
	
div#sidebar {
	width: 196px;
	float: left;
	padding-left: 58px;
	margin-right: 30px;
	margin-top: 54px;
	text-align: center;
	}
	
div#main {
	width: 616px;
	float: left;
	margin-top: 51px;
	}
	
div#header {
	width: 601px;
	height: 38px;
	margin-top: 30px;
	padding-left: 15px;
	}
	
div#nav {
	margin-left: 15px;
	}

div#footer {
	width: 900px;
	}
	
/*******************************************************************************
	Sidebar
*******************************************************************************/
div#sidebar_button {
	padding-top: 19px;
	}
	
div#sidebar_image {
	padding-top: 7px;
	}
	
div#bottle {
	position: absolute;
	top: 373px;
	left: inherit;
	}

/*******************************************************************************
	Header
*******************************************************************************/
div#header h1 {
	font-family: Arial, sans-serif;
	color: #bc171d;
	font-size: 4.2em;
	font-weight: bold;
	padding-bottom: 0.0em;
	}

/*******************************************************************************
	Nav
*******************************************************************************/
div#nav ul {
	list-style: none;
	}
	
div#nav ul li {
	float: left;
	}

/*******************************************************************************
	Content
*******************************************************************************/
div#content {
	width: 500px;
	height: 430px;
	overflow: hidden;
	margin-left: 15px;
	margin-top: 30px;
	line-height: 1.46em;
	}

#content,
#content * {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	}

#content h1 {
	color: #000000;
	font-size: 2.2em;
	font-weight: normal;
	padding-bottom: 0.0em;
	}

#content h2 {
	color: #000000;
	font-size: 2.1em;
	font-weight: bold;
	padding-top: 0.0em;
	padding-bottom: 0.0em;
	}

#content h3 {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	}

#content h4 {
	color: #666666;
	font-size: 1.0em;
	font-weight: bold;
	}

#content p {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}

#content p.center {
	text-align: center;
	}
	
#content p.indent {
	margin-left: 1.75em;
	}
	
#content a {
	color: #FFFFFF;
	font-weight: bold;
	}

#content ul {
	margin-left: 1.75em;
	padding-bottom: 0.5em;
	}

#content ul.indent_list {
	list-style: none;
	margin-left: 2.75em;
	}

#content ol {
	margin-left: 2.0em;
	padding-bottom: 0.5em;
	}

/*******************************************************************************
	Footer
*******************************************************************************/
div#copyright {
	float: left;
	}

div#curious {
	float: right;
	}

div#curious a {
	color: #666666;
	text-decoration: none;
	}

div#curious a:hover {
	text-decoration: underline;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}