body {
	background: #cccccc;
}

body.background1 {
	background:url(images/bg_1.jpg) repeat 50% 0;	
}

body.background2 {
	background: url(images/bg_2.jpg) repeat 50% 0;	
}

body.background3 {
	background: url(images/bg_3.jpg) repeat 50%  0;	
}

body.background4 {
	background:url(images/bg_4.jpg) repeat 50% 0;	
}

body.background5 {
	background: url(images/bg_5.jpg) repeat 50% 0;	
}

body.background6 {
	background: url(images/bg_6.jpg) repeat 50%  0;	
}

div#navbar{
	margin-top: 10px;
	margin-bottom: 10px;
}

div#navbar {
	background: url(images/navBg_blue.png);
	background-repeat: repeat;
	padding: 5px 0;
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 10px;
}

div#navbar ul li {
	float: left;
	margin: 0 1.5em;
}

div#spacer{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.spacer {
	height: 2.0em;
}

div.topSection div {
	background: url(images/typeBg_whiteTransparent.png);
	background-repeat: repeat;
	width: 940px;
}

div.topSection div p {
	margin: 20px;
}

img#poster {
	width: 360px;
	height: 280px;
}

div#bottomInfo {
	background: url(images/typeBg_whiteTransparent.png);
}

div#footer {
	background: url(images/typeBg_whiteTransparent.png);
	background-repeat: repeat;
	width: 940px;
}

div#footer div p{
	margin: 5px;
}

div#double {
	background: url(images/typeBg_whiteTransparent.png);
	background-repeat: repeat;
	width: 940px;
}


/* Typography */

div#navbar ul li {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}

p {
	font: .8em/1.4em Georgia, "Times New Roman", Times, serif;
	margin: .2em 0;
}

p.homeType {
	color: #000000;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-style: italic;
	width: 900px;
	text-align: left;
	padding: 0px;
	
}

p.homeTypeBold {
	color: #000000;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-style: italic;
	width: 901px;
	text-align: left;
	padding: 0px;
	font-weight: bold;
	
}

p.italics {
	font: .8em/1.4em Georgia, "Times New Roman", Times, serif;
	margin: .2em 0;
	font-style: italic;
}

p.testimonialsType {
	font: .8em/1.4em Georgia, "Times New Roman", Times, serif;
	margin: .2em 0;
	padding-bottom: 4px;
}

p#headlineText {
	font: .9em/1.4em Georgia, "Times New Roman", Times, serif;
}

h1 {
	font: 2.0em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
	margin: 20px;
	text-align: left;
	width: 900px;
	padding: 0px;
	padding-top: 5px;
	border-bottom: medium #000000 solid;
	padding-bottom: 6px;
}

h2 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
	margin: 20px;
	text-align: left;
	padding-bottom: 6px;
}
a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}

h3 { 
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	margin: 5px;
	text-align: left;
	border-bottom: thin #000000 solid;
	padding-bottom: 2px;
}

h4 {
	font:.7em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 2px;
}

h5 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
	margin-left: 20px;
	text-align: left;
}

.contactBold {
	font-weight: bold;
	line-height: 1.4em;
}

.contactPageBold {
	font-weight: bold;
}

li a {
		color: #ff9900;
	
}