/* @override 
	http://www.gp.whistlerwebdesign.com/css/gp_2010.css
	http://www.goldsteinproductions.ca/css/gp_2010.css
*/

body {
	text-align: center;
	min-width: 1024px;
	background-color: #999;
	margin-top: 20px;
	padding-bottom: 20px;
}

#wrapper {
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	position: relative;
	font: 12px/120% Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	height: 900px;
	background-image: url(../images/background_home.gif);
}

h3 {
	color: #FFF;
	font-size: 14px;
}

h4 {
	font-size: 14px;
}

#navigation {
	color: black;
	font-size: 20px;
	position: absolute;
	float: right;
	right: 42px;
	top: 57px;
	letter-spacing: 2px;
}

#logo {
	
}

#navigation a:link {
	text-decoration: none;
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navigation a:visited {
	text-decoration: none;
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navigation a:hover {
	text-decoration: none;
	color: #0a6500;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navigation a:active {
	text-decoration: none;
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#video {
	position: relative;
	top: 2px;
	left: 180px;
}

a:link {
	color: #0a6500;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0a6500;
}

a:hover {
	color: #359800;
}

a:active {
	color: #0a6500;
}

/* @group blog */

#blog {
	position: absolute;
	top: 526px;
	left: 40px;
	width: 230px;
	height: 250px;
	padding: 25px;
	overflow: hidden;
}

.linkArrow {
	position: relative;
	float: right;
	width: 25px;
	top: -25px;
}



/* @end */

/* @group services */

#services {
	width: 230px;
	height: 250px;
	position: absolute;
	padding: 25px;
	top: 525px;
	left: 356px;
	overflow: hidden;
}



/* @end */

/* @group aboutus */

#aboutus {
	height: 250px;
	width: 230px;
	padding: 25px;
	position: absolute;
	top: 525px;
	left: 673px;
	overflow: hidden;
}



/* @end */

