/* CSS Document */

body, h1, h2, h3, h4, img, li, ol, ul, p, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #000000;
	font-family: Verdana;
	font-size: 70%;
	text-align: center;
	padding-bottom: 20px;
}
#new-band {
	padding-top: 10px;
	padding-left: 32.5px;
}

#wrap {
	width: 840px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
}

#header {
	width: 840px;
	height: 265px;
	background-image: url(bridge_ims/bridge_head.jpg);
	background-repeat: no-repeat;
}

#nav {
	float: left;
	width: 300px;
	height: 135px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#welcome {
}

#nav ul {
	list-style: none;
}

#nav a {
	font-size: 1.1em;
	display: block;
	width: 200px;
	height: 19px;
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav a.active {
	font-weight: bold;
}

#logo {
	float: right;
	text-align: right;
	width: 300px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content a:hover {
	text-decoration: underline;
}

html>body #content {
	height: 530;
}

h1 {
	padding: 10px 0px 20px 0px;
}

.home_text {
	width: 360px;
	padding-bottom: 15px;
}

.main_text {
}
.grey_large {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.blue {
	color: #6780a7;
}

#content ul {
	list-style-image: url(images/list-square.gif);
	width: 360px;
	margin: 15px 0px;
}

#content li {
	margin: 0px 0px 5px 20px;
}

.home_img {
	position: absolute;
	right: -21px;
	bottom: 9px;
	width: 367px;
	height: 221px;
}

.img_right {
	float: right;
}

#footer {
	font-size: 0.9em;
	background-image: url(bridge_ims/bridge_tile_r2_c1.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 40px;
}

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

#footer a:hover {
	text-decoration: underline;
}

#footer_left {
	float: left;
	width: 420px;
}

#footer_right {
	float: right;
	width: 300px;
	text-align: right;
}

#bottom {
	width: 840px;
	background-image: url(bridge_ims/bridge_base.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 40px;
	padding-top: 15px;
	font-size: 10.5px;
	color: #000000;
	height: 40px;
}

.clear {
	clear: both;
}
.bullet_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 17px;
	color: #000000;
	font-weight: bolder;
}
.small_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #70256F;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}
.top {
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
