html {
	background:  url("../images/swifts_chim_top_cu_no_dust.jpg") no-repeat;
	background-color: #a8b6ed;
	
}



body {
	background:url("../images/transparent_white_bkgd.png") repeat;
	border:1px solid black;
	
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	
	-moz-box-shadow:0px 0px 3px #000000;
	-webkit-box-shadow:0px 0px 3px #000000;
	box-shadow:0px 0px 3px #000000;
	
	font:12px Helvetica, Arial, sans-serif;
	margin: 100px auto 0 auto;
	padding: 5px;
	width:700px;
}

a {
	background:;
	color:#1D874E;
}

a:hover {
	background:#eee;
}

header,
footer {
	background:;
	
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	
	display:block;
	padding:7px 14px;
	
	text-align: center;
}

footer {
	background: #1F5A79;
}

footer ul li {
	display: inline;
	margin: 0 3px;
}

footer ul {
	margin: 0;
	padding: 0;
}

#site-navigation ul {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
}
#site-navigation ul li {
	display:inline-block;
}
#site-navigation ul li a {
	background:#1F5A79 url(../images/button_gradient.png) repeat-x top;
	color:#fff;
	display:block;
	padding:10px 20px;
}
#site-navigation ul li a:hover {
	
	background:#1f506a url(../images/button_gradient_hover.png) repeat-x top;
	text-decoration:none;
}
#site-navigation ul li a.current {
	background:#c1c4c6 url(../images/button_gradient_current.png) repeat-x top;
	color:#444;
}

#site-navigation ul li a:active {
	background:#193d4f url(../images/button_gradient_active.png) repeat-x top;
	text-decoration:none;
}



section {
	overflow:hidden;
}

.main-title-group h1,
.main-title-group h2 {
	font-size:32px;
	margin:0;
}

.main-title-group h2 {
	color:#777;
}

/*this is used for floating things*/
.float-left {
	float:left;
		margin-right:10px;
		margin-bottom:10px
}

.float-right {
	float:right;
		margin-left:10px;
		margin-bottom:10px
}

.clear {
	clear:both;
}

.gutter {
	margin-right: 310px;
}

.moviescreen {
	background: url(../images/movie_screen.jpg);
	padding:20px;
	width: 610px;
	height: 366px;
	margin: 10px auto;
	overflow: auto;
}

.swifthey {
	background: url(../images/swift_contact.jpg);
	padding:20px;
	width: 610px;
	height: 366px;
	margin: 10px auto;
	overflow: auto;
}

.centeritem {
	margin: 10px 0px;
}
