body
{
	margin: 0px;
	text-align: center;
	background-color: #ccebdc;
	background-image: url(../images/home/bg950.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #fff;
}

.container
{
	width: 950px;
	margin: 0px auto;
	background-color: #009f55;
	text-align: left;
	position: relative;
}

#header
{
 	width: 950px;
	height:80px;
}

#navigation
{
	float: left;
	color: #7fcfaa;
	font: 900 180% "Arial Narrow",Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 0px 0px 5px 0px;
}

#navigation ul
{
	list-style-type:none;
	margin:0;
	padding:0pt 0pt 0pt 5pt;
}


#navigation li
{
	display: inline;
	margin: 0;
	padding: 0pt 0.3em 0pt 0pt;
	border-right:1px solid white;
	font: 200 90% "Arial Narrow",Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
}

#navigation a, #navigation a:link, #navigation a:visited
{
	text-decoration: none;
	color: white;
}

#navigation a:hover, #navigation a:active
{
	background: #ccebdc;
	text-decoration: none;
	color: #009f55;
}

#date
{
	float: right;
	color: #7fcfaa;
	font: 900 180% "Arial Narrow",Arial, Helvetica, sans-serif;
	padding-right: 10px;
}

#locations {
        clear:both;
	position: absolute;
	left: 790px;
	margin: -5px 0 0 10px;
	font: 200 120% "Arial Narrow",Arial, Helvetica, sans-serif;
	width: 160px;
}

#locations ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5pt;
}
	
#locations li {
	margin: 0;
	padding: 0pt 0.3em 0pt 0pt;
	font: 200 100% "Arial Narrow",Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #83D1AB;
	text-decoration: none;
}

#locations a, #locations a:link, #locations a:visited
{
	text-decoration: none;
	color: white;
}

#locations a:hover, #locations a:active
{
	background: #ccebdc;
	text-decoration: none;
	color: #009f55;
}

.imagebox { 
	clear:both;
	position: relative;
	height: 600px;
	width: 776px;
	left: 10px;
}

#imagebox-top { 
	clear:both;
	position: absolute;
	top: 0px;
	left:0px;
}

#imagebox-left { 
	clear:both;
	position: absolute;
	top: 202px;
	left: 0px;
}

#imagebox-right { 
	clear:both;
	position: absolute;
	top: 202px;
	left: 390px;
	height: 198px;
	width: 382px;
	border-right: 4px solid white;
	background-color: #ccebdc;
}

#imagebox-bottom { 
	clear:both;
	position: absolute;
	top: 398px;
	left: 0px;
}

#credits { 
	clear: both;
	display: block;
	margin-left: 5px;
}

#textbox a:hover
{
	background: #ccebdc;
	text-decoration: none;
	color: Red;
}

#imagetop
{
	float:left;
}

#imagemidleft
{
	float:left;
}

#imagebottom
{
	clear:left;
}

#textbox
{
	position: relative;
	padding: 4px 8px 6px 8px;
	line-height: 110%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004d29;
}


#textbox p
{
	margin:0 0 0.5em 0;
	padding:0;
}

#textbox h2
{
	margin:0.2em 0 0.5em 0;
	padding:0;
	color: red;
}

#textbox a, #textbox a:link, #textbox a:visited
{
	text-decoration: none;
	font-weight: 600;
	color: #cc2500;
	padding: 0;
	margin: 0;
	background: transparent;
	border-bottom: 1px dotted #ccebdc;
}

#buynow
{
	position: relative;
	padding: 4px 8px 6px 8px;
	line-height: 110%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	bottom: 50px;
	left: 200px;
}


<!--
scrolling ticker -->

/*Example CSS for demo ticker*/

#ajaxticker1
{

}

#ajaxticker1 div
{
	/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #009f55;
}

.someclass { //class to apply to your scroller(s) if desired: 
	width: 364px;
	background-color: #009f55;
	border-color: white;
	color: White;
	padding: 4px;
	border: 1px solid; }

#ajaxticker a, #ajaxticker a:link, #ajaxticker a:visited
{
	text-decoration: bold;
	font-weight: 600;
	color: White;
	padding: 0;
	margin: 0;
	background: transparent;
	border-bottom: 1px dotted #ccebdc;
}


