body { 
	margin: 0px 0px 10px 0px;
	background-image: url('int/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Georgia", serif;
	font-size: 1.2em;
	color: #E9E9E9;
	text-align: center;
}

input {
	width: 600px;
	background-color: #001122;
	border: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	font-family: "Georgia", serif;
	font-size: 1.2em;
	color: #FFFFFF;
}

textarea {
	width: 600px;
	height: 150px;
	background-color: #001122;
	border: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	font-family: "Georgia", serif;
	font-size: 1.2em;
	color: #FFFFFF;
}

object { 
	display: block; 
	align: left;
	clear: both;
	margin: 0px 0px 25px 0px;
	width: 780px;
	height: 450px;
}

embed { 
	display: block; 
	aligh: left;
	clear: both;
	width: 780px;
	height: 450px;
}


a:link {
	color: #395d86;
	text-decoration: none;
}

a:visited {
	color: #809EBD;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

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


#main { 
	position: relative;
	margin: auto;
	width: 800px;
	text-align: justify;
}

#mm {
	display: block;
	float: left;
	margin: 0px;
	border: 0px;
	text-align: center;
	width: 800px;
	height: 200px;
	clear: both;
}

#nav {
	display: block;
	float: left;
	margin: 0px;
	border: 0px;
	width: 800px;
	height: 65px;
	clear: both;
	text-align: center;
}

#footer {
	display: block;
	float: left;
	margin: 0px;
	color: #333333;
	width: 800px;
	height: 100px;
	clear: both;
	text-align: center;
}

#content {
	display: block;
	float: left;
	margin: 0px;
	padding-top: 70px;
	border: 0px;
	background-image: url('int/t.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: justify;
	width: 800px;
	clear: both;
}

#content-about {
	display: block;
	float: left;
	margin: 0px;
	padding-top: 70px;
	border: 0px;
	background-image: url('int/tabout.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: justify;
	width: 800px;
	clear: both;

}

#content-portfolio {
	display: block;
	float: left;
	margin: 0px;
	padding-top: 70px;
	border: 0px;
	background-image: url('int/tportfolio.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	width: 800px;
	clear: both;
}

#content-pricing {
	display: block;
	float: left;
	margin: 0px;
	padding-top: 70px;
	border: 0px;
	background-image: url('int/tpricing.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: justify;
	width: 800px;
	clear: both;
}

#content-contact {
	display: block;
	float: left;
	margin: 0px;
	padding-top: 70px;
	border: 0px;
	background-image: url('int/tcontact.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: justify;
	width: 800px;
	clear: both;
}

.border {
	border: 10px solid;
	border-color: #FFFFFF;
}

.intromovie {
	display: block;
	float: left;
	margin: 0px 0px 25px 0px;
	border: 10px solid;
	border-color: #FFFFFF;
	clear: both;
	width: 780px;
	height: 450px;
}

.navbar { 
	display: block; 
	margin: 0px; 
}

.gallery {
	display: block;
	float: left;
	border: 7px solid;
	border-color: #FFFFFF;
	margin: 8px;
}