@charset "utf-8";
/* CSS Document */

body  {
	background-color: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

body p{
	font-size:12px;
}

body a{
	font-size:16px;
	border:none;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	font-size: 12px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
} 

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 250px;
	width: 950px;
	background-color: #000;
	border-top-color: #630527;
	border-right-color: #630527;
	border-bottom-color: #630527;
	border-left-color: #630527;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
} 

#header a img{
	text-decoration: none;
}

#bodycontainer {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 950px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-color: #666666;
	background-color: #ffffff;
	background-repeat: no-repeat;
}


#headerleft{
	height:200px;
	width: 250px;
	padding: 0px;
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/logo_h&d_postit.jpg);
	float:left;
} 

#headerright{
	height:200px;
	width: 690px;
	padding: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #666666;
	border-bottom-color: #FFF;
	border-left-color: #666666;
	float: right;
	} 

#headerbase {
	background: #FFFFFF;
	padding: 0;
	height:75px;
	width: 850px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 600px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#strapline {
	vertical-align: bottom;
	background-image:url(../images/strapline.jpg);
	background-position: bottom;
	height: 80px;
	padding-left:0px;
	background-color: #000;
}

#navigation1 {
	background-position: bottom;
	height: 60px;
	padding-left:0px;
	background-color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #6A062A;
	border-right-color: #6A062A;
	border-bottom-color: #6A062A;
	border-left-color: #6A062A;
	border-top-style: solid;
	width: 950px;
}

#navigation1 p {
	color: #cccccc;
	font-size: 11px;	
}

#navigation1 a {
	font-style:normal;
	text-decoration: none;
	color:#FFFFFF;
	}

#navigation1 a:hover {
	color:#CCC;
	font-style: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #630527;
}

#navigation1 a.selected {
	color:#CCC;
	font-style: normal;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #630527;
}

#logo {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	height: 220px;
}

#gallery {
	float: left; /* since this element is floated, a width must be given */
	width: 550px;
	height: 220px;
}

#lefthome {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	height: 1400px;



	alpha 50%;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin-left: 10px;
}

#lefthome img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#lefthome h1 {
	font-size:14px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/h1_bg.jpg);
	line-height: 40px;
	padding-left: 10px;
}

#lefthome p {
	font-size:12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

#lefthome li {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#lefthome a {
	font-size:12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#lefthome200x125 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 125px;
	background-color: #666;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

#lefthome200x125 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#lefthome200x125 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#lefthome200x125 p {
	font-size:12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#lefthome200x125 li {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#lefthome200x125 a {
	font-size:12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#leftabout {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	height: 300px;
	background-color: #666;
	padding-left: 200px;
	padding-right: 10px;
	padding-top: 20px;
	background-image: url(../images/bg_about_left.jpg);
	background-repeat: no-repeat;
	border: 1px none #ffffff;
}

#leftabout img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftabout h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#leftabout p {
	font-size:12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#leftabout li {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#leftabout a {
	font-size:12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#leftabout200x125 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 125px;
	background-color: #666;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

#leftabout200x125 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftabout200x125 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#leftabout200x125 p {
	font-size:12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#leftabout200x125 li {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#leftabout200x125 a {
	font-size:12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#lefgallery {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	height: auto;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin-left: 10px;
}

#leftgallery img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftgallery h1 {
	font-size:14px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/h1_bg.jpg);
	line-height: 40px;
	padding-left: 10px;
}

#leftgallery p {
	font-size:12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

#leftgallery li {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#leftgallery a {
	font-size:12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#leftcontact {
	float: left; /* since this element is floated, a width must be given */
	width: 800px;
	height: 590px;
	background-color: #000000;
	padding-left: 200px;
	padding-right: 10px;
	padding-top: 20px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	border: 1px none #ffffff;
}

#leftcontact img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftcontact h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#leftcontact p {
	font-size:12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#leftcontact li {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#leftcontact a {
	font-size:12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


#left200x300 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 300px;
	background-image:url(../images/bgleft200x500.jpg);
	background-repeat:no-repeat;
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 1px;
}

#left200x500 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left200x300 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#left200x300 p {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#left200x300 li {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#left200x300 a {
	font-size:12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


#left300x800 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	height: 700px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
}

#left300x800 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left300x800 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#left300x800 p {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#left426x300 {
	float: left; /* since this element is floated, a width must be given */
	width: 416px;
	height: 320px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 20px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
	background-image: url(../images/2010.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
}

#left426x300 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left426x300 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}


#left425x300 p {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#left426x300contact {
	float: left; /* since this element is floated, a width must be given */
	width: 416px;
	height: 320px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 20px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
	padding-top: 0px;
}

#left426x300contact img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left426x300contact h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}


#left425x300contact p {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


#left645x600 {
	float: left; /* since this element is floated, a width must be given */
	width: 645px;
	height: 600px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
}

#left645x600 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left645x600 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}


#left445x1100 {
	float: left; /* since this element is floated, a width must be given */
	width: 445px;
	height: 1100px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
}

#left445x1100 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left445x1100 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#left445x1100 p {
	font-size:12px;
	line-height: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#left200x800 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 800px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
}

#left200x800 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left200x800 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#left200x800 p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#left200x1000 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 1000px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
}

#left200x1000 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left200x1000 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#left200x1000 p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#left200x1000 li {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#left445x400 {
	float: left; /* since this element is floated, a width must be given */
	width: 445px;
	height: 400px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
	font-size: 12px;
}

#left445x400 p {
	font-size: 12px;
}

#left445x400 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left445x400 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#left445x750 {
	float: left; /* since this element is floated, a width must be given */
	width: 445px;
	height: 750px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
	font-size: 12px;
}

#left445x750 p {
	font-size: 12px;
}

#left445x750 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left445x750 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#left445x1500 {
	float: left; /* since this element is floated, a width must be given */
	width: 445px;
	height: 1500px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
	font-size: 12px;
}

#left445x1500 p {
	font-size: 12px;
}

#left445x1500 img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left445x1500 h1 {
	font-size:12px;
	line-height: 14px;
	color: #CC33CC;
	font-family: Arial, Helvetica, sans-serif;
}

#left600x80 {
	float: left; /* since this element is floated, a width must be given */
	width: 450px;
	height: 80px;
	background-color: #000000;
	color:#999;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	font-size: 12px;
	clear: left;
	border: 1px none #666666;
}

#right300x80 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	height: 100px;
	background-color: #000000;
	color:#999;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 12px;
	border: 1px none #666666;
}

#whole {
	float: left; /* since this element is floated, a width must be given */
	width: 840px;
	height: 175px;
	background-color: #000;
	padding-left: 10px;
	padding-right: 100px;
	padding-top: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#whole img {
	border:solid;
	border-width:0px;
	border-color:#000000;
}

#whole h1 {
	background-color:#000846;
	font-size:16px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#wholeband {
	float: left; /* since this element is floated, a width must be given */
	width: 950px;
	height: 300px;
	padding-right: 0px;
	padding-top: 20px;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#wholeband_packages {
	float: left; /* since this element is floated, a width must be given */
	width: 950px;
	height: 1100px;
	padding-right: 0px;
	padding-top: 20px;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#wholeband_photopackages {
	float: left; /* since this element is floated, a width must be given */
	width: 950px;
	height: 1800px;
	padding-right: 0px;
	padding-top: 20px;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#wholeband_gallery {
	float: left; /* since this element is floated, a width must be given */
	width: 950px;
	height: 1600px;
	padding-right: 0px;
	padding-top: 20px;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#packages {
	float: left; /* since this element is floated, a width must be given */
	width: 290px;
	height: 500px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin-left: 10px;
	border: thin outset #666666;
	margin-top: 10px;
}

#packages img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#packages h1 {
	font-size:14px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/h1_bg.jpg);
	line-height: 40px;
	padding-left: 10px;
}

#packages p {
	font-size:11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

#packages li {
	font-size:12px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#packages a {
	font-size:12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#products {
	float: left; /* since this element is floated, a width must be given */
	width: 460px;
	height: 700px;
	alpha 50%;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin-left: 10px;
}

#products img {
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#products h1 {
	font-size:14px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/h1_bg460.jpg);
	background-position:right;
	background-repeat:no-repeat;
	line-height: 40px;
	padding-left: 10px;
}

#products p {
	font-size:11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

#products li {
	font-size:12px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#products a {
	font-size:12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


#rightcontent {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	/*background-image:url(../images/right-edge.jpg); */
	background-repeat:repeat-y;
	height: 600px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#rightcontent h1 {
	background-color:#000846;
	font-size:16px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#rightcontent p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#rightcontenthome {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 500px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#rightcontenthome h1 {
	background-color:#FF00FF;
	font-size:16px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#rightcontenthome p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#right350x500 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	height: 500px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#right350x500 h1 {
	background-color:#000846;
	font-size:16px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#right350x500 p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#righthome {
	float: right; /* since this element is floated, a width must be given */
	width: 600px;
	height: 500px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#righthome h1 {
	background-color:#000846;
	font-size:16px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#righthome p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#right210x1100 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	height: 1100px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#right210x1100 h1 {
	background-color:#CCCCCC;
	font-size:14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#right210x1100 p{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#right200x300 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	height: 275px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 15px;
	color: #333;
	border: 0px none #FFFFFF;
}

#right200x300 h1 {
	background-color:#FFFFFF;
	font-size:14px;
	line-height: normal;
	color: #00CC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#right200x300 p{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightcontent200x800 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 800px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#rightcontent200x800 h1 {
	background-color:#000846;
	font-size:16px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#rightcontent200x800 p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#rightcontent200x1000 {
	float: right; /* since this element is floated, a width must be given */
	width: 650px;
	height: 600px;
	background-color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #333333;
}

#rightcontent200x1000 h1 {
	background-color:#000846;
	font-size:16px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#rightcontent200x1000 p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#rightgallery {
	float: right; /* since this element is floated, a width must be given */
	width: 650px;
	height: 1400px;
	background-color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

#rightgallery h1 {
	font-size:14px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/h1_bg460.jpg);
	background-position:center;
	background-repeat:no-repeat;
	line-height: 40px;
	padding-left: 10px;
}

#rightgallery p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#rightgallerysub {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	height: 1200px;
	background-color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

#rightgallerysub h1 {
	font-size:14px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/h1_bg460.jpg);
	background-position:center;
	background-repeat:no-repeat;
	line-height: 40px;
	padding-left: 10px;
}

#rightgallerysub p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#rightgallerysub a {
	font-size:12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#right200x1100 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 1100px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#right200x1100 h1 {
	background-color:#000846;
	font-size:16px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#right200x1100 p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#right200x800 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 800px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#right200x800 h1 {
	background-color:#FF00FF;
	font-size:16px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#right200x800 p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


#leftinsert {
	float: left;
	width: 200px;
	height: 200px;
}

#leftinsert p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

#leftinsert a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000099;
	text-decoration: none;
	
}

.imageleft {
	clear:both;
	float:left;
	margin-right:1.25em;
}

.imageright {
	clear:both;
	float:right;
	margin-right:1.25em;
	margin-left: 1.25em;
}



#footer {
	width: 950px;
	padding: 0;
	height: 120px;
	color:#CCC;
	background-color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#999;
}

#footer a {
	text-decoration: none;
	color: #603;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
