/******** Zero all margins and padding at start *******/

* {
  padding: 0;
  margin: 0;
}

/*************/

body
{		
	font-size : 14px;
	font-family : Arial, sans-serif;
	min-width: 800px;
	color: #342D7E;
	background: #fff;
	behaviour: url(csshover.htc);/*WinIE Behaviour Call*/
} 

/**********************/

#wrapper
{
 	width:800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}

/********************/

#header
{

}

/*********************/

#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
}

#header h1
{
	text-align: center;
	margin: 15px 0;
	letter-spacing: 5px;
	font-size: 44px;
}

#header p
{
	position: absolute;
	top: 70px;
	right: 140px;
	font-size: 24px;
	line-height: 30px;
	color: #800517;
}

/*********************/

#clipartImage
{
	position: absolute;
	top: 85px;
	left: 35px;
}

#clipartImage img
{
	padding: 1px;
	border: solid 1px #000;
}

/******************/

#leftHandPanel
{
	position: absolute;
	top: 325px;
	left: 0;
	color: #800517;
	margin: 0 0 0 25px;
	font-weight: bold;
	font-size: 16px;
}

#leftHandPanel li
{
	line-height: 35px;
}

/******************/

#mainPanel
{
	position: absolute;
	top: 150px;
	right: 0;
	width: 500px;
	border-top: 2px solid #7e2217;
}

#mainPanel p
{
	margin: 15px 0 0 0;
	//letter-spacing: 1px;
	line-height: 20px;
}

#mainPanel img
{
	float: right;
	margin: 15px 0 15px 15px;
}

/********************/

#footer
{
	position: absolute;
	top: 670px;
	left: 0;
	border-top: 2px solid #800517;
	width: 800px;
}

#linksHeader
{
	position: absolute;
	top: 10px;
	left: 0;
}

#links
{
	position: absolute;
	top: 35px;
	left: 0;
}

#links a
{
	color: #153E7E;
	line-height: 25px;
}

#address
{
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
}

#contactNumbers
{
	position: absolute;
	top: 100px;
	right: 0;
	text-align: right;
}

#caleyComp
{
	position: absolute;
	top: 170px;
	right: 250px;
	color: #737CA1;
}

#caleyComp a
{
	color: #56A5EC;
}