html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #181818 url(../images/bg.gif) repeat;
	font: 15px/26px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

#bg {
	width: 980px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	
}

#tl {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	position: relative;
	margin-left: auto;
	padding-left: 35px;
	padding-top: 160px;
	padding-right: 30px;
}

#logo {
	position: absolute;
	top: 35px;
	left: 0;
	padding-left: 65px;
	z-index: 1000;
}

#introFrame img {
	border: 5px solid white;
}

#logo img{
	border-style: solid;
	border-width: 0;
}

/* @group Navigation */

#nav {
	width: 300px;
	height: 25px;
	background-color: #000;
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 10;
}

#nav a{
	display: block;
	padding-left: 12px;
	padding-right: 12px;
}

#nav ul {
	margin: 0;
	padding: 0 5px 0 0;
	list-style-type: none;
	float: right;
}

#nav li {
	margin-right: -5px;
	float: left;
	font-size: 13px;
}

#nav li a:link, #nav li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	color: #fff;
	text-decoration: none;
	background-color: #aaae4b;
}

#nav ul li a.active {
	background-color: #aaae4b;
}

/* @end */

/* @group pagenav */

#pagenav {
	top: -50px;
	position: relative;
	color: #212121;
	padding-bottom: 30px;
}

#pagenav div {
	width: 20px;
	height: 20px;
	background-color: #aaae4b;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 18px;
}

#pagenav a:link, #pagenav a:visited {
	width: 15px;
	height: 15px;
	color: white;
	text-decoration: none;
}



/* @end */

/* @group Selectors */

a:link, a:visited {
	color: #b1b458;
}

a:hover, a:active {
	color: #f9b801;
	text-decoration: none;
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	margin-bottom: 0px;
}

img {
	border-style: solid;
	border-width: 3px;
}



/* @end */

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* @end */

/* @group Classes */

.workImage {
	width: 500px;
}

.imgNav {
	text-align: center;
	margin-top: 10px;
	margin-bottom: -10px;
}

.imgNav img {
	border-style: none;
}


.hLine {
	width: 100%;
	background-color: #fcb803;
	height: 1px;
	position: relative;
	margin-left: -10px;
	margin-top: 80px;
	margin-bottom: 80px;
}

.smallColmn {
	width: 600px;
	float: left;
	padding-right: 50px;
}

.col1 {
		background-color: #fcb803;
}

.description {
	width: 400px;
	float: right;
	margin-right: 20px;
	position: relative;
}

.description h2 {
	margin: 0;
}

.description strong {
	color: #baaf91;
	font-style: italic;
}

.tags {
	color: #fcb803;
}



/* @end */

#gButton {
	margin-top: 20px;
	position: relative;
	float: right;
}


