body{
	margin: 0 auto;
	padding: 0;
	background: #222 url(../images/bg.jpg) repeat;
	color: #fff;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 62.5%;
}

p{
	font-size: 100%;
}

/* LINKS */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #e4e4e4;
	outline-style: none;
}

a:hover {
	text-decoration: underline;
	color: #eee;
	outline-style: none;
}


/* HEADINGS */
/*make all headings bold and reset margins/padding to 0*/
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
}
h1{
	font-size: 180%;
}

h2{
	font-size: 160%;
}

/* HEADER */
#page{
	width: 700px;
	margin: 25px auto;
	font-size: 100%;
	background: #171717;
	border: 4px solid #000;
}

#header{
	text-align: center;
	margin: 25px auto;
	font-size: 200%;
}

#heading{
	text-indent: -9999px;
	background: url(../images/tgtapnetwork.png) no-repeat;
	width: 500px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
}

/* SITES */
.site{
	margin: 0 0 25px 0;
}
.lastone{
	margin: 0;
}

#site-tgtap{
	width: 700px;
	height: 100px;
	background: url(../images/tgtap.jpg) no-repeat;
	cursor: pointer;
}

#site-tgtap-text{
	display: none;
}

#site-rdp{
	width: 700px;
	height: 100px;
	background: url(../images/reddead.jpg) no-repeat;
	cursor: pointer;
}

#site-rdp-text{
	display: none;
}

#site-alanwake{
	width: 700px;
	height: 100px;
	background: url(../images/alanwake.jpg) no-repeat;
	cursor: pointer;
}

#site-alanwake-text{
	display: none;
}

#site-payne{
	width: 700px;
	height: 100px;
	background: url(../images/payne.jpg) no-repeat;
	cursor: pointer;
}

#site-payne-text{
	display: none;
}

#site-ofphq{
	width: 700px;
	height: 100px;
	background: url(../images/ofphq.jpg) no-repeat;
	cursor: pointer;
}

#site-ofphq-text{
	display: none;
}

#site-lanoire{
	width: 700px;
	height: 100px;
	background: url(../images/lanoire.jpg) no-repeat;
	cursor: pointer;
}

#site-lanoire-text{
	display: none;
}

.infostrip{
	width: 700px;
	height: 25px;
	background: #101010;
	color: #fff;
	line-height: 25px;
}

.readmore{
	margin-left: 5px;
	float: left;
	background: url(../images/readmore.png) left center no-repeat;
	text-indent: 21px;
	width: 300px;
}

.readmore a{
	text-decoration: none;
	color: #eee;
}

.visitsite{
	float: right;
	width: 280px;
	text-align: right;
}

.visitsite a{
	display: block;
	background: url(../images/world.png) right center no-repeat;
	padding-right: 20px;
}

.moretext{
	background: #101010;
	color: #fff;
	width: 690px;
	padding: 5px;
}

.moretext p{
	font-size: 110%;
	line-height: 140%;
}

#copyright{
	font-size: 90%;
	text-align: center;
	margin: 25px auto;
}
