/* CSS Document */

/* layout DIVs */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
	background-color: #F3F3F3;
}

#container {
	width: 760px;
	margin: 20px 0;
	padding: 0;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	background-image: url(images/style1_06.png);
}
#header {
	width: 760px;
	height: 80px;
	background-image: url(images/style1_01.png);
	margin: 0;
	padding: 0;
}

#body {
	padding: 200px 15px 0 15px;
	width: 730px;
	background: transparent url(images/style1_03.jpg) no-repeat top center;
}
#navigation {
	height: 19px;
	background: transparent url(images/style1_05.png) repeat-x top center;
	margin: 0;
	padding-top: 1px;
	text-align: center;
}
#content {
	width: 700px;
	margin: 0 15px;
}
#footer {
	background: transparent url(images/style1_07.png) repeat-x top center;
	text-align: center;
	width: 760px;
	height: 40px;
	padding-top: 10px;
}
#news {
	width: 510px;
	padding-right: 10px;
	border-right: 1px solid #CCC;
}
#sideBar {
	position: absolute;
	top: 300px;
	left: 560px;
	width: 170px;
}
/* content styles */
#header h1 {
	display: none;
}
#navigation ul {
	margin: 0;
	padding: 0;
	height: 20px;
}
#navigation li {
	display: inline;
}
#navigation li a {
	text-decoration: none;
	font-size: 14px;
	margin: 0 10px;
	color: #E0574D;
	font-weight: bold;
	text-transform: lowercase;
}
#navigation li a:hover {
	color: #F76055;
}
a:link {
	color: #E0574D;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #999;
}
h2, h3 {
	color: #333;
	margin: 12px 0;;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 14px;
}
p, ul , ol {
	margin: 8px 0;
	line-height: 20px;
}
.dateline {
	position: relative;
	top: -12px;
	color: #CCC;
}
p#gigList em {
	margin-left: 8px;
}
.rightAlign {
	float: right;
	border: 1px solid #000;
	margin-left: 10px;
}
.leftAlign {
	float: left;
	border: 1px solid #000;
	margin-right: 10px;
}
label {
	display: block;
}
th {
	text-align: left;
}
blockquote {
	border-left: 2px solid #CCC;
	padding-left: 10px;
}