body {
	text-align: center;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

/* Container */

#container {
	margin: 0 auto;
	width: 800px;

}


/* Header */

#header {
	background: url(images/header.jpg) no-repeat;
	height:100px;

}

/* Navigation */

#navigation {
	background: #c1a55c;
	height:40px;
	border: #ffffff solid 3px;



}

#navigation ul {

	margin-left: 20px;
	width: 800px;
	overflow: visible;
	margin-top:10px
}

#navigation li {
	width: 115px;
	float: left;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#navigation li a {
	text-decoration: none;
	color: #000000;
}

#navigation li a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}


/* Contents */

#content {
	width:794px;
	background: #c1a55c;
	height: 100%;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;


}


/* Footer */

#footer {
	background: url(images/footer.jpg) no-repeat;
	height:100px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;

}

#footer ul {
	margin-top:5px;
	margin-left: 100px;
	width: 800px;
}

#footer li {
	float: left;
	list-style:none;
	padding:0 15px;
}

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

#footer a:hover {
	text-decoration:underline;
	color: #000000;
}
#footer p {
	float:left;
	margin-left: 140px;	
}

.whitelink {
	text-decoration: underline;
}

#image-container img {
border-style: none
}

#image-container {
	width:794px;

}

#myGallery
{
	width: 400px;
	height: 300px;
	float:left;
	text-align: left;
	margin: 0 auto;
}

#myGallery img {
	border:none;
}

#myGallery h3 {
	font-family:arial;
	text-align:center;
}

#myGallery p {
	font-family:arial;
	text-align:center;

}

#static-image {
	float:left;
}


.content-holder {
	clear:left;
	position: relative;
	width: 720px;
	top: 20px;
	left: 20px;
	padding: 0 0 5px 0;
}

.content-thumb {
	float:left; 
	padding:0px 15px;
}

.title {
	font-family:arial; 
	font-size:16px; 
	text-align:left; 
	font-weight: bold;
}

.content-type {
	font-family:arial; 
	font-size: 12px; 
	text-align:left;
}

#content li {
	margin-left: 40px;
	font-family:arial; 
	font-size: 12px; 
	text-align:left;

}

.pricing-type {
	font-family:arial; 
	font-size: 16px; 
	text-align:left;
	margin-left:155px;
	width:420px
}



