/* TAG STYLES */

body,div,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,img
{
	margin: 0;
	padding: 0;
}

/**, img, div, .pngfix
{
	behavior: url(iepngfix.htc)
}*/

body
{
	padding: 90px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #660000;
}

div.clear
{
	clear: both;
}

img
{
	border: 0px;
	display: block;
}

p
{
	padding-bottom: 12px;
}

a
{
	color: #333333;
	text-decoration: underline;
}

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

a.opposite
{
	text-decoration: none;
}

a.opposite:hover
{
	text-decoration: underline;
}

/* END OF TAG STYLES */

/* DIV STYLES */

#page_wrapper{
	width: 750px;
	margin: 0px auto;
}

#content_holder{
	float: right;
	width: 182px;
	height: 365px;
	padding: 37px 37px 0px 36px;
	background-color: #CCCCCC;
}

#slideshow{
	height: 402px;
	width: 494px;
	overflow: hidden;
	background: transparent url('/images/mainimage.jpg') 0 0 no-repeat;
}

#slideshowHolder{
	float: left;
	height: 420px;
	position:relative;
}
.control {
  display:block;
  width:15px;
  height:14px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  bottom:0;
  left:0;
  background:transparent url('/images/control_left.png') no-repeat 0 0;
}
#rightControl {
  bottom:0;
  right:0;
  background:transparent url('/images/control_right.png') no-repeat 0 0;
}


/* END OF DIV STYLES */

/* PARAGRAPH STYLES */

#content_holder p{
	font-size: 10px;
	text-align: center;
	line-height: 14px;
}

/* END OF PARAGRAPH STYLES */
