/* CSS Document */

/*	---------------- General */

		body,td,th {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333333;
			}
		body {
			margin: 20 auto;
			}
		
		h1 {
			margin: 120px 0 10px 0;
			padding: 0;
			font-size: 18px;
			font-weight: bold;
			color: #333333;
			}
		
		p {
			margin: 0 0 10px 0;
			padding: 0;
			line-height: 1.3em;
			}
		
		a {
			color: #799eba;
			text-decoration: underline;
			}
			a:hover { color: #aec4d4; }
		
		a img { border: none; }

/*	---------------- Layout */

		#wrapper {
			margin: 0 auto;
			width: 1000px;
			}
		
		#header {
			width: 1000px;
			}
			#header img.img-left { float: left; }
			#header img.img-right { float: right; }
		
		#content {
			clear: both;
			width: 1000px;
			padding: 40px 0 0 0;
			}
			#content img {
				float: left;
				margin-right: 30px;
				}
		
		#navigation {
			clear: both;
			width: 1000px;
			}
			#navigation ul {
				margin: 0;
				padding: 40px 0;
				list-style: none;
				}
				#navigation ul li {
					float: left;
					padding: 0 36px;
					text-align: center;
					}
					#navigation ul li a {
						display: block;
						width: 69px;
						padding: 70px 0 5px 0;
						font-weight: bold;
						text-decoration: none;
						}
					#navigation ul li.nav-live { background: url(../images/sd7homepage/icons/icon_live.jpg) no-repeat top center; }
					#navigation ul li.nav-worship { background: url(../images/sd7homepage/icons/icon_worship.jpg) no-repeat top center; }
					#navigation ul li.nav-postprod { background: url(../images/sd7homepage/icons/icon_postprod.jpg) no-repeat top center; }
					#navigation ul li.nav-theatre { background: url(../images/sd7homepage/icons/icon_theatre.jpg) no-repeat top center; }
					#navigation ul li.nav-broadcast { background: url(../images/sd7homepage/icons/icon_broadcast.jpg) no-repeat top center; }
					#navigation ul li.nav-corporate { background: url(../images/sd7homepage/icons/icon_corporate.jpg) no-repeat top center; }
					#navigation ul li.nav-sporting { background: url(../images/sd7homepage/icons/icon_sporting.jpg) no-repeat top center; }
