@charset "UTF-8";
/* CSS Document */


body	 {
			background-image: url(img/bg_pattern.jpg);
			background-repeat:repeat;
}

.wrapper {
			border-left: 9px solid #4C315C;
			border-right: 9px solid #4C315C;
			position: relative;
			top: 0px;
			bottom: 0px;
			min-height: 100%;
			background-color:#ffffff;
			background-image:url(img/bg_pattern.jpg);
			margin: 0 auto;
			text-align: left;
			width: 800px;
}


.leftcollum {
			top: 0px;
			float:left;
			width: 300px;
}

.innercollum {
			float: none;
			width: 300px;
}

.rightcollum {
			top: 0px;
			float: right;
			width: 500px;
}


.settings {
			background-color:#ffffff;
			margin-top: 0px;

}

h1 		  {
			padding-left: 9px;
			padding-right: 9px;
			font-family:Arial, Helvetica, sans-serif;			
			font-size:18px; 
			color: #554180;		
}

p		  {
			padding-left: 9px;
			padding-right: 9px;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 1.7em;
			color: #666666;
}

ul		  {
			list-style-type: disc;
			list-style-image:url(img/bullet.jpg);
			font-family:Arial, Helvetica, sans-serif;
			font-size: 13px;
			line-height: 1.7em;
			color: #666666;
			
}

.foot	  {
			bottom: 0px;
			}



control  {
