﻿html
{
	overflow: scroll;
	font-family: "myriad pro, Times New Roman, Arial, Helvetica, sans-serif";
}
body
{
	background-color: black;
}

#container
{
	width: 800px;
	background-image:url("images/background.jpg");
	background-repeat: no-repeat; 
	margin: auto;
	margin-top: 20px;
	font-family: "myriad pro";
}

/* Styles for content */

#content
{
	color: white;
	width: 800px;
	background-color: transparant;
}

#content h1
{
	text-align: left;
	font-size: 30px;
	margin:0;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0;
}

#content h2
{
	text-align: left;
	font-size: 20px;
	margin:0;
	padding: 0;
}

#content h3
{
	text-align: left;
	font-size: 20px;
	margin:0;
	margin-left: 10px;
	padding: 0;
}

#content p
{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Styles for navigation */

#nav
{
	font: myriad pro;
	width: 800px;
	margin-top: 150px;
	background-color: black;
	text-align:center;
}

#nav img
{
	border:0;
}


#nav a
{
	padding: 15px;
}

#nav ul li
{
	display: inline;
}

#nav ul li a
{
	margin-top: 50px;
}

/* Home styles */

#home
{
	width: 800px;
	height: 680px;
}

#home p
{
	text-align:center;
}

#homelogo
{
	height: 450px;
}

#homelogo img
{
	margin-top: 250px;
}

#hometxt img
{
	margin-top: 90px;
}

/* Styles for About Us */

#aboutus
{
	width: 800px;
	height: 680px;
}

#aboutus p
{
	text-align:center;
}

#aboutus #header img
{
	margin-top: 40px;
}

#aboutus #maintxt
{
	width: 750px;
	height: 600px;
	margin-top: 20px;
	padding: 20px;
	color: white;
	font: Myriad Pro;
	font-size: 20px;
	text-align: justify;
}

#aboutus #maintxt img
{
	margin-left: 310px;
	margin-bottom: 20px;
	border: solid black 1px;
}

#aboutus #maintxt p
{
	text-align:justify;
}

/* How much will it Cost styles */
#howmuch 
{
	height: 680px;
	width: 800px;
}

#howmuch p
{
	text-align:center;
}

#howmuch a
{
	color: red;
	text-decoration: none;
}

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

#howmuch #header img
{
	margin-top:50px;
}

#howmuch #maintxt
{
	margin-top: 30px;
	height: 100px;
	color: white;
	text-align: center;
}

#howmuch #mainimages 
{
	height: 500px;
	width: 750px;
	margin-top: 20px;
	margin-left: 20px;
	overflow: auto;
}

#howmuch #mainimages img
{
	margin-top: 15px;
	margin-left: 25px;
	border: 0;
}

/* Stay happy styles */

#stayhappy
{
	height: 680px;
}

#stayhappy p
{
	text-align:center;
}


#stayhappy #header img
{
	margin-top: 40px;
}

#stayhappy #maintxt 
{
	text-align: center;
}

#stayhappy #maintxt img
{
	border: solid 1px black;
	margin-top: 40px;
}

/* Styles for porfolio */

#portfolio
{
	height: 680px;
}

#portfolio #header p
{
	text-align:center;
}

#portfolio p
{
	text-align:center;
}


#portfolio #header img
{
	margin-top: 40px;
}

#portfolio #mainimages 
{
	height: 500px;
	width: 750px;
	margin-top: 20px;
	margin-left: 20px;
	overflow: auto;
}

#portfolio #mainimages img
{
	margin-top: 15px;
	margin-left: 25px;
	border: 0;
}

/* Contact Us styles*/

#contactus 
{
	height: 680px;
}


#contactus #maintxt
{
	margin-top: 20px;
	color: white;
	font: Myriad Pro;
	font-size: 20px;
	text-align: center;
	font-family: "Myriad Pro";
}

#contactus #header img
{
	margin-top: 40px;
}

#contactus #header p
{
	text-align:center;
}

#contactform
{
	height: 510px;
	width: 510px;
	border: solid 1px white;
	overflow:auto;
}

/* Styles for copyright  */

#copyright
{
	padding: 0;
	width: 800px;
	height: 120px;
	margin:auto;
	font-size: 11px;
	text-align: center;
	color: white;
}

#copyright img
{
	margin-top: 5px;
	border: 0;
}


#copyright p
{
	margin-top: 1px;
	line-height:10px;
}
