/* Coding and design by Justine
URL: http://louder-now.net
EMAIL: justine@louder-now.net
*/


body {
	margin: 0px; 
	margin-top: 30px;
	margin-bottom:30px;
	padding: 0px; 
	background: #dadaba; 
	color: #939258;
   text-align: center; 	
	font-family: tahoma, "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 14px
}
div#container {
	border: 20px solid #b3b471;
	margin: 0px auto;
	padding: 0px;
	width: 490px;
	background: #312e0b fixed;
}
div#div1 { 
	width: 490px; 
	height: 64px;
	background: url(images/take_01.gif) no-repeat;
}
div#div2 { 
	width: 490px; 
	height: 64px;
	background: url(images/take_02.gif) no-repeat;
}
div#div3 { 
	width: 490px; 
	height: 64px;
	background: url(images/take_03.gif) no-repeat;
}
div#div4 { 
	width: 490px; 
	height: 64px;
	background: url(images/take_04.gif) no-repeat;
}
div#map { 
	width: 490px; 
	height: 64px;
	background: url(images/take_05.gif) no-repeat;
}
div#content {
	width: 490px;
	height: 200px;
	background: #312e0b url(images/take_06.gif) no-repeat fixed;
	overflow: auto;
	text-align: justify;
	padding: 0 0 10 0;
	margin: 0px;
}

h1 {
	border-bottom: 1px solid #685200;
	margin-left: 3px;
	margin-right: 35px;
	padding-right: 5px;
	letter-spacing: 3px;
	font-family: georgia, "book antiqua", minion, "bookman old style";
	font-size: 17px;
	color: #fedf25;
	font-weight: bold;
	font-style: italic;
   text-transform: lowercase;
	text-align: right;
}
p {
	padding-left: 5px;
	padding-right: 5px;
}
i {
	color: #fedf25;
	font-weight: normal;
	font-family: georgia, "book antiqua", minion, "bookman old style";
	font-size: 10px;
}
b {
	color: #dadaba;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 10px;
}
a {
	color: #c18501;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #474921;
}
a:hover, a:active {
	color: #fedf25;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #564e25;
}
textarea, input, select, button, submit {
	background-color: #b3b471;
	padding: 2px;
	border: 0px;
	color: #312e0a;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
}
body {
	scrollbar-arrow-color:       #dadaba;
	scrollbar-track-color:       #312e0b;
	scrollbar-face-color:        #312e0b;
	scrollbar-shadow-color:      #312e0b; 
	scrollbar-highlight-color:   #312e0b;
	scrollbar-darkshadow-color:  #312e0b;
	scrollbar-3dlight-color:     #312e0b;
} 
.credit {
   text-align: center; 
}