/*CSS document*/

BODY { margin-top: 10; background-image:  url(graphics/Twinkles.jpg);}

#container {
	width: 800px;
	margin: 0 auto;
}

#top{
	height: 205px;
	width: 800px;
	background-image:  url(graphics/bg_top.jpg);
	background-position: left top;
	margin: 0;
}

#upperLine {
	margin-left: 210px;
	padding-top: 60px;
	height: 30px;
}

#lowerLinks {
	padding-top: 10px;
	margin-left: 360px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	font-weight: normal;

}

#middleBlank {
	width: 800px;
	background-image:  url(slices/BGslim.jpg);
	background-position: left top;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-color: #FFFFFF;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	background-repeat: repeat-y;
}

#leftSide { 
	width: 350px;
	float: left; 
	padding-left: 20px;
	margin: 0;	
}

#rightSide {
	margin-top: 0;
	width: 400 px;
	margin: 0;
	padding-right: 50px;
	margin-left: 370px;
}

#fullScreen {
	margin-top: 0px;
	padding-left: 40px;
	padding-right: 20px;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-color: #FFFFFF;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}


#bottom{
	height: 19px;
	width: 800px;
	background-image:  url(slices/BGbottom.jpg);
	background-position: left top;
	margin-top: -16px;
}

#faq {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-color: #FFFFFF;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
	



#imageContainer {
	margin-left: 30px;
	margin-top: -5px;
	width: 330px;
	float: left;
}

#pricingContainer {
	margin-left: 400px;
	width: 350px ;
	border: 0 solid grey;
}

#packageGold {
	border: 1px solid gold;
}

#goldHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
    color: gold;
}

#packageName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
    color: gold;
}


a:link {
	color: #ffcc66;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a:visited { 
	color: #ffcc66;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a:hover { 
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a:active { 
	color: #ffcc66;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a.mail:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
a.mail:visited { 
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
a.mail:hover { 
	color: #ffcc66;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
a.mail:active { 
	color: #ffcc66;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

a.faq2:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}
a.faq2:visited { 
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}
a.faq2:hover { 
	color: #ffcc66;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}
a.faq2:active { 
	color: #ffcc66;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}