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

body  {
	background-color: #ffffff;
	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: #000000;
	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:12px;
}

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

#header {
	background: #FFFFFF;
	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. */
	background-image: url(../images/header1.jpg);
	height: 390px;
	width: 950px;
} 

#bodycontainer {
	background: #FFFFFF;
	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;
}


#headermid {
	background: #FFFFFF;
	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. */
	background-image: url(../images/headermid.jpg);
	height:50px;
	width: 948px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
} 

#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 */
}


#navigation1 {
	vertical-align: bottom;
	background-position: bottom;
	height: 90px;
	padding-left:0px;
}

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

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

#navigation1 a:hover {
	color:#FFFFFF;
	font-style: normal;
}

#navigation1 a:visited {
	text-decoration: none;
}


#left200x500 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 500px;
	background-image:url(../images/bgleft200x500.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
	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;
}

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

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

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

#left200x500 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: #ffffff;
	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;
}

#whole {
	float: left; /* since this element is floated, a width must be given */
	width: 830px;
	background-image:url(../images/guitar_background.jpg);
	background-repeat:repeat-y;
	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;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#whole img {
	border:solid;
	border-width:1.5px;
	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: 830px;
	background-image:url(../images/drum_background.jpg);
	background-repeat:repeat-y;
	height: 500px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#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;
}

#right200x500 {
	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: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

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

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

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

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

#right200x300 p{
	font-size: 12px;
	font-family: 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: 200px;
	height: 1000px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	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;
}


#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;
	
}


#midContent {
	float: left;
	width:200px;
	background-color:#FFFFFF;
	height: 600px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 

#midContent p {
	font-family: Courier-New;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

#midContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.2;
	background-color:#CCCCCC;
	color:#FFFFFF;
	padding: 0px;
	vertical-align:middle;
}

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

#mid300x300 {
	float: left;
	width:300px;
	background-color:#FFFFFF;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

#mid300x300 p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

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

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

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

#mid300x300 a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#mid300x300 img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#mid300x500 {
	float: left;
	width:300px;
	background-color:#FFFFFF;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

#mid300x500 p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

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

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

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

#mid300x500 a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#mid950x700 {
	float: left;
	width:950px;
	background-color:#FFFFFF;
	height: 700px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

#mid950x700 p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

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

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

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

#mid950x700 a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


#mid300x300 img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#midContent445x800 {
	float: left;
	width:460px;
	background-color:#FFFFFF;
	height: 800px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 

#midContent445x800 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

#midContent445x800 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.2;
	background-color:#CCCCCC;
	color:#FFFFFF;
	padding: 0px;
	vertical-align:middle;
}

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

#mid445x500 {
	float: left;
	width:445px;
	background-color:#ffffff;
	height: 480px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 

#mid445x500 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

#mid445x500 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.2;
	background-color:#FFFFFF;
	color:#666666;
	padding: 0px;
	vertical-align:middle;
}

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

#mid445x300 {
	float: left;
	width:445px;
	background-color:#ffffff;
	height: 300px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 

#mid445x300 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

#mid445x300 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.2;
	background-color:#FFFFFF;
	color:#666666;
	padding: 0px;
	vertical-align:middle;
}

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

#mid445 {
	float: left;
	width:445px;
	background-color:#ffffff;
	height: 480px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 

#mid445 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

#mid445 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.2;
	background-color:#FFFFFF;
	color:#666666;
	padding: 0px;
	vertical-align:middle;
}

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


#midContent220x1500 {
	float: left;
	width:230px;
	background-color:#ffffff;
	height: 1500px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 

#midContent220x1500 p {
	font-family: Courier-New;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

#midContent220x1500 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.2;
	background-color:#FFFFFF;
	color:#666666;
	padding: 0px;
	vertical-align:middle;
}

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

#midContent220x1100 {
	float: left;
	width:230px;
	background-color:#ffffff;
	height: 1100px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 

#midContent220x1100 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

#midContent220x1100 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.2;
	background-color:#FFFFFF;
	color:#666666;
	padding: 0px;
	vertical-align:middle;
}

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

#mid200x400 {
	float: left;
	width:200px;
	background-color:#FFFFFF;
	height: 400px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 

#mid200x400 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

#mid200x400 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.2;
	background-color:#CCCCCC;
	color:#FFFFFF;
	padding: 0px;
	vertical-align:middle;
}

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

#mid200x800 {
	float: left;
	width:200px;
	background-color:#FFFFFF;
	height: 800px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 

#mid200x800 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

#mid200x800 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.2;
	background-color:#CCCCCC;
	color:#FFFFFF;
	padding: 0px;
	vertical-align:middle;
}

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

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

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



#footer {
	width: 918px;
	padding: 0 10px 0 20px;
	height: 50px;
	color:#333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	} 

#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:#333333;
}

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

.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]
