html {
	background-color: #010204;
	background-image: url(../images/bg6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgTopBar.png);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color: #8C0;
	text-decoration: none;
}
a:hover {}
a:active {
	padding-top: 1px;
}
a:focus {
	padding-top: 1px;
}
a img {
	border: none;
}


#Wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
}
#Header {
	height: 58px;
	width: 100%;

}
img.logo {
	margin-top: 7px;
	float: left;
}

#Header #NavTop {
	right: 0px;
	float: right;
	text-align: right;
	margin-top: 20px;
	width: 300px;
	height: auto;
}
.iconTwitter {
	height: 26px;
	width: 38px;
	display: block;
	float: left;
}

.iconTwitter a {
	background-position: left top;
	background-repeat:no-repeat;
	background-image: url(../images/icon_twitter_bird.png);
	color: #FFF;
	text-decoration: none;
	text-indent: -10000;
}
.iconTwitter a:hover {
	background-position: bottom;
}
#NavTop ul {
	padding: 0px;
	margin: 0px 10px;
}
.navTop li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}
.navTop li a {
	color: #FFF;
	text-decoration: none;
}

#Content {
	margin-top: 23px;
	position: relative;
	overflow: hidden;
	margin-bottom: 200px;
}
.row  {
	position: relative;
	margin-bottom: 5px;
	float: left;
}


.box1col {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.box1col p {
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", calibri, sans-serif;
	font-size: 11px;
	color: #CCC;
}

.box1col img a {
	border: 1px solid #333;
}
.box1col img a:hover {
	border: 1px solid #CCC;
	filter: Blur(1);
}



.box2col {
	width: 629px;
	float: left;
	margin-right: 30px;
	position: relative;
}
.sitetxt {
	font-family: cambria, georgia, times, serif;
	font-size: 22px;
	color: #FFF;
	margin-top: 35px;
}
#followme {
	height: 24px;
	width: 127px;
	margin-top: 10px;
	display: block;
	background-image: url(../images/btn_followme.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#followme span {
	display: none;
}
.followme:hover {
	background-position: 0px -24px;
}

.clip  {
	position: absolute;
	left: 0px;
	top: 0px;
}
.clip.off {
	clip: rect(auto,auto,24px,auto);
}
.last {
	margin-right: 0px;
	clear: right;
}
#Footer {
	height: 300px;
	background-image: url(../images/bgTopBar.png);
	background-repeat: repeat;
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", calibri, sans-serif;
	font-size: 11px;
	color: #CCC;
	padding-bottom: 50px;
}
#Footer ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#Footer ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003;
	padding-top: 5px;
	padding-bottom: 5px;
}


.footerWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.noIE {
	float: left;
	width: 115px;
	margin-right: 45px;
	position: absolute;
}
.noIE img {
	margin-left: -37px;

}
.ftTwitter {
	float: left;
	width: 219px;
	position: absolute;
	padding-left: 330px;
}
.ftConnect {
	position: absolute;
	left: 660px;
	width: 300px;
}
.ftConnect ul li {
	text-indent: 25px;
}
.ftConnect ul #Twitter {
	background-image: url(../images/icon_twitter.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
.ftConnect ul #Linkedin {
	background-image: url(../images/icon_linkedin.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
.ftConnect ul #Facebook {
	background-image: url(../images/icon_facebook.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
.ftConnect ul #Email {
	background-image: url(../images/icon_email.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
