/* basic elements */
html {
	margin: 0;
	padding: 0;
	}

body { 
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: black; 
	padding: 0;
	text-align: center;
	margin: 0;
	vertical-align: middle; 
	background-color: #000000;
	}
p { 
	margin-top: 0; 
	text-align: justified;
	color: white;
	background: none;
	padding: 2;
	}

h1 { 
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 1px; 
	text-align: justified;
	margin-bottom: 0; 
	color: white;
	}
h2 { 
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: BLACK;
	}
h3 { 
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: white ;
	text-decoration: underline;
	}
h4 { 
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: white ;
	text-decoration: underline;
	}	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: cyan;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: orange;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: cyan;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: orange;
	}
#header{
	position:absolute;
	height: 50px;
	width: 100%;
	top: 10px;
	cursor: pointer;	

}	
#mainimage{
	position:relative;
	background-image: url(lynesstudiomain.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	margin: auto;
	width: 814px;
	height: 100%;
	text-align: center;
	padding-bottom: 200px;
}
#imgbuttons{
	position: relative;
	height: 400px;
	width: 700px;
	margin: auto;
	top: 125px;
}
#navbar{

	position: relative;
	height: 25px;
	width: 800px;
	text-align: center;
	top: 90px;
}
#photoimage{
	float: left;
	background-image: url(photoimage.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 400px;
	padding: 20px 0px;
	cursor: pointer;
}
#gfximage{
	float: right;
	background-image: url(gfximage.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 400px;
	padding: 20px 0px;
	cursor: pointer;
}
.navlink{

	display: inline;
	width: 100px;
	height: 25px;
	cursor: pointer;
	padding: 0px 75px;
	margin: 0px 20px;
}
.standout{

	font-size: 22;
	font-weight: bold;
	color: white;

}
#pricebox{


}
#priceinfo{
	position: relative;
	background-color: black;
	border: 1px solid white;
	padding-bottom: 200px;
	top: 120px;
	width: 600px;
	margin: auto;
	font-size: 18;
	color: white;
	text-align: center;
	opacity:0.7;
	filter: alpha(opacity=70);

}
#photocontact{

	margin: auto;
	float: left;
	padding: 40px;
}
#gfxcontact{
	margin: auto;
	float: right;
	padding: 40px;
}
#login
{
	position: relative;
	width: 50px;
	top: 120px;
	margin: auto;
	cursor: pointer;
}
