html {
	min-height:101%;
	background: #272626 url(images/gradient.jpg) repeat-x;
}


body {
	margin: 0px;
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	background: url("/images/dino.png") no-repeat fixed right bottom; 
}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #000;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #000000;
	border: 1px solid #FFFFFF;
	border-bottom: none;
}

#header h1 {
	text-align: center;
	font-size: 3em;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
}

#header a {
	text-decoration: none;
	color: #ffffff;
}

/* Title*/

#title h1 {
	color: #ffffff;
	position:relative;
	font-size: 1.6em;
	left:-290px;
	top:-160px;
}

#title h2 {
	color: #ffffff;
	position:relative;
	font-size: 1.2em;
	left:-290px;
	top:-160px;
}

/* Menu */

#menu {
	width: 800px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #FFFFFF;
}

#content .title {
	padding: 10px 20px;
	background: #000000;
	font-size: 1em;
}

#content .story {
	padding: 20px;
        height: 550px;
	border: 1px solid #000000;
	background: #fff;
	color: #000;
}

#content .contact{
	padding: 20px;
	border: 1px solid #000000;
	background: #fff;
	color: #000;
}

#content .gallery{
	padding: 20px;
        height: 550px;
	border: 1px solid #000000;
	color: #FFFFFF;
	background: url(images/5d.jpg) no-repeat;

}

#content .design{
        height: 600px;
        width: 600px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/browser.png) no-repeat;

}

#content .tv{
        height: 400px;
        width: 500px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/tv.jpg) no-repeat;
}

#wpages{
	position:relative;
	left: 110px;
	top: 28px;
}

#video{
        height: 200px;
        width: 300px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	top:-20px;
}

/* gallery */

#gallery {
	position:relative;
	left:121px;
	top:225px;
}

/* algonquin*/

#algonquin{
	position:relative;
	left:45px;
	top:10px;
	color: #000;
}

/* Footer */

#footer {
	width: 780px;
        height: 18px;
	margin: 0 auto;
	padding: 10px;
	background: #000;
	border: 1px solid #FFFFFF;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}