	body{
		font-family: arial, helvetica, sans-serif;
		padding: 0px;
		margin: 0px;
		background: #ccc;
		font-size: 13px;
	}
	p, h1, h2, h3, h4, h5, h6, form {
		margin: 0px;
		padding: 0px;
	}
	#page {
		background: url('images/ui/bg.gif') repeat-Y top left;
		width: 750px;
		padding: 0px 10px 0px 10px;
		text-align: left;
		min-height: 700px;
	}
	#logo {
		display: block;
	}
	#mainpic, #newspic, #aboutpic, #linkspic, #gigspic, #contactpic, #thankyoupic, #presspic {
		display: block;
	}
	#nav {
		width: 730px;
		background: #333;
	}

	#nav ul {
		padding: 6px 0px 6px 0px;
		margin: 0px;
		width: 100%;
		min-height: 16px;
	}
	#nav ul li {
		display: inline;
		float: left;
		width: 120px;
		font-family: Arial;
		text-align: center;
		
	}
	#nav a {
		text-decoration: none;
		font-weight: bold;
		color: #ddd;
		width: 120px;
		display: inline;
		text-align: center;
	}
	#nav a:hover {
		color: #ff0;
	}
	#pagetitle {
		background: #000;
		width: 730px;
		padding: 2px 0px;
	}
	#pagetitle h1 {
		color: #ddd;
		margin: 0px 0px 0px 23px;
		font-size: 150%;
	}
	#content {
		width:730px;
		min-height: 230px;
	}
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6,
	#content p {
		padding: 2px 10px 2px 23px;
		background: none;
		color: black;
		
	}

	#content h1 { font-size: 170%; font-weight: bold; background: #fff; border-bottom: 1px solid #ccc;}
	#content h2 { font-size: 150%; }
	#content h3 { font-size: 130%; }
	#content h4 { font-size: 110%; }
	#content h5 { font-size: 100%; }
	#content h6 { font-size: 90%; border-bottom: 1px solid #ccc; background: #eef;}
	#content p {font-size: 100%; line-height: 150%;}


	
	#foot {
		background: url('images/ui/bgfoot.gif') no-repeat bottom left;
		padding: 0px 10px 0px 10px;
		width: 750px;
		height: 36px;
		text-align: right;
		clear: both;
	}

	#foot a {
		font-size: 10px; 
		color: #ccc;
		text-decoration: none;
		margin-right: 53px;
	}
	
	#rightbar, #gigsrightbar, #aboutrightbar {
		float: right;
		width: 200px;
		background: #ccc;
		border: 1px solid black;
		border-right: none;
		border-top: none;
		text-align: center;
		
	}
	#rightbar h1, #gigsrightbar h1, #aboutrightbar h1 {
		font-size: 17px;
		font-weight: bold;
		padding: 2px 0px;
		text-align: center;
		background: #333;
		color: #fff;
		width: 100%;
	}
	#rightbar p {
		margin: 0px 0px 0px -5px;
		font-size: 11px; 
		font-weight: bold;
	}
	#rightbar img, #gigsrightbar img, #aboutrightbar img {
		display: block;
		margin: 3px;
	}
	#rightbar ul, #gigsrightbar ul, #aboutrightbar ul, {
		margin-top: 0px;
		text-align: left;
		padding: 0px;
		font-size: 11px;
	}

	#rightbar li {
		text-align: left;
		font-size: 11px;
		padding: 0px;
	}

	#rightbar ul a, #gigsrightbar ul a, #aboutrightbar ul a {
		font-size: 11px;
		text-decoration: none;
		text-align: left;
	}

	#colitem #gallery {
		float: right;
	}
	input, textarea {
		margin: 2px 0px 6px 23px;
	}