@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(new_images/images/background_texture_03.png);
	background-repeat: repeat;
	text-align: center;
	}
#wrapper {
width: 820px;
margin: 0 auto;
text-align: center;

}
#container {
	position: relative;
	width: 820px;
	height:auto;
	
	/*margin: 0 auto;
	text-align: center;*/
	z-index: 1;
	top: -378px;
	}
	


#header {

	background-image:url(images/images/header_06.png);
	background-repeat:no-repeat;
	width: 100%;
	height: 545px;
	z-index: 0;
	text-align: center;
	margin: 0 auto;
	
	}
#maincontent {
	background-image:url(images/images/body_22.png);
	background-repeat: repeat-y;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
	z-index:1;
	font-family:"Century Gothic", Verdana, Arial, Helvetica;
	
}

#footer {
	background-image:url(images/images/footer_23.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
	padding: 10px 0px;
	z-index:1;
	text-align: center;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 12px;
	margin: 0 auto;
	}
#navigation {
	background-image:url(images/images/nav_18.png);
	background-repeat:repeat-y;
	width:100%;
	height: auto;
	padding: 5px 0px;
	z-index:2;
	border: 0px;
	text-align: center;
	color: #000;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica;
	font-size: 14px;
	
}

#videobody{

	background-image:url(images/images/videobox_11.png);
	background-repeat: repeat-y;
	top: 200px;
	margin: 0 auto;
	width: 100%;
	height: auto;
	}

#videobox{
	width: 690px;
	height: 345px;
	margin: 0 auto;
	border: medium double #000000;
}

p{
	text-align: justify;
	text-indent: 30px;
}
	
p:first-letter {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
p#mainP{
	padding: 0 5px;
	}
a {
	border: none;
	text-decoration: underline;
	}	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #000000;
}

	
fieldset.main{

	width: 650px;
	margin: 0px 72px;
	}
fieldset.links{
	line-height: 30px;
}


legend {
	border-style: solid;
	border-width: thin;
	border-color:#666666;
	font-size: 30px;
	font-weight: bolder;
	padding: 0px 5px;
	text-align: left;
	}
	
legend.links{
	font-size: 20px;
}


table.checkout{
	padding: 20px;
	margin: 0 auto;
	float: none;
	}

table {
	
	padding: 10px;
	
	}
table.features{
	margin-top: -40px;
	width:350px;
	float: left;
	text-align: left;
	font-size: 14px;

}

table.options{
	width:300px;
	float: right;
	font-size: 16px;
}

td.left{
	text-align: left;
	}
	
td.right{
	text-align: right;
	}
td.stuff{
	text-align: right;
	}

#linkSet{
	width: 300px;
	height: auto;
	float: right;
	}
