html, body {
	height: 100%;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #CC9933;
	background-color: #CC9933;
	background-repeat:no-repeat;
}
body.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #CC9933;
	background-color: #660000;
	background-repeat:no-repeat;
	background-position:74% 540px;
	background-image: url(../images/DailyCandy.png);
}
a, img {border: none;}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #1C1F97;
}

div#horizontal01
{
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	text-align: center;
	/*border: 1px solid green; delete this*/
}
div#horizontal
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	text-align: center;
	/*border: 1px solid green; delete this*/
}
/* box for content of startpage. width/height of this box depends of size of your images */
div#mainStartpage
{
	margin-left: -200px; /*always half of width*/
	position: absolute;
	top: -260px; /*always half of height*/
	left: 50%;
	width: 400px;
	height: 520px;
	visibility: visible;
	/*border: 1px solid red; delete this*/
}
/* box for content of all other html pages. */
div#main
{
	margin-left: -500px; /*always half of width*/
	position: absolute;
	/*top: -300px; always half of height*/
	left: 50%;
	width: 1000px; /*this width should be greater than witdh of #mainImage + #mainContent */
	height: 650px;
	text-align: left;
	visibility: visible;
	/*border: 1px solid red; delete this*/
}
div#title
{

}
div#mainImage
{
	width: 400px;
	float: left;
	/*border: 1px solid white; delete this*/
	margin: 180px 0px 0px 5px;
	text-align: center;
}
div#mainContent
{
	width: 450px; 
	margin: 180px 0px 5px 45px;
	padding: 0px;
	float: left;
	/*border: 1px solid white; delete this*/
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
}
.faqContent
{
	width: 400px;
	margin: 180px 0px 5px 5px;
	padding: 0px;
	float: left;
	/*border: 1px solid white; delete this*/
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#FFCC00; /*change FAQ answer color here*/
}
p.faqQuestion
{
	color:#CCFFFF; /*change FAQ question color here*/
	margin: 0px 0px -10px 0px;
	padding: 0px;
}
p.quoted
{
	margin: -5px 0px 0px 7px;
	padding: 0px;
	font-style:italic;
}
div#navbar
{
	position: absolute;
	right: 19px;
	top: 2px;
	margin-left: 0px;
	text-align: left;
	width: 979px;
}

div#navbar table
{
	width: 100%;
	/*border: 1px solid yellow; delete this*/
}

div#navbar table a
{
	display: block;
	margin: 0px;
	border: none;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #FFCC00;
}
div#navbar table a.current
{
	color: #FFFFFF;
}
div#navbar table a:hover
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #330000;
}
div#navbar table td
{vertical-align:bottom;}

td.linkspace
{width: 25px;} /*if you want to change left margin of menue change here*/

td.link01
{width: 135px;}
td.link01 a
{padding: 0px -0px 0px 40px;}

td.link02
{width: 135px;}
td.link02 a
{padding: 0px 0px 0px 40px;}

td.link03
{width: 135px;}
td.link03 a
{padding: 0px 0px 0px 23px;}

td.link04
{width: 145px;}
td.link04 a
{padding: 0px 0px 0px 23px;}

td.link05
{width: 135px;}
td.link05 a
{padding: 0px 0px 0px 23px;}

td.link06
{width: 55px;}
td.link06 a
{padding: 0px 0px 0px 0px;}

td.link07
{/*width: 135px;*/}
td.link07 a
{padding: 0px 0px 4px 0px;}

.style3 {
	color: #FFCC00
}

div.dailycandy
{
	position: absolute;
	top: 540px;
	left: 700px;
	display: block;
	/*border:1px solid blue;*/
}
