body, body.pop {
	background-color: #e2cc83;
	margin: 0;
	text-align: center;
	font-family: tahoma, arial, verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
}

body {
	margin-top: 15px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-y;
	height: auto;
	width: 800px;
}

#header {
	background-image: url('img/header.jpg');
	height: 139px;
	width: 800px;
	text-align: left
}

img.homelink {
	border: 0;
	margin: 0;
	padding: 0;
}

#content_home, #content_artefacts, #content_magazine, #content_subscribe {
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 500px;
	width: 800px;
}

#content_home {
	background-image: url('img/homebg.jpg');
}

#content_artefacts {
	background-image: url('img/artefactsbg.jpg');
}

/************************************ UNSURE ******************************/
/*.trans_art {
	position: relative center top;
	z-index: -1;
	border: 1px solid #000;
}*/
/************************************ UNSURE ******************************/

#content_magazine {
	background-image: url('img/magazinebg.jpg');
}

#content_subscribe {
	background-image: url('img/subscribebg.jpg');
}

#footer, #footer_home {
	height: 99px;
	width: 800px;
	text-align: right;
}

#footer {
	background-image: url('img/footer.jpg');
}

#footer_home {
	background-image: url('img/homefooter.jpg');
}

#sublinks {
	padding-top: 30px;
	padding-right: 40px;
}

#cpyright {
	font-size: 75%;
	padding-top: 23px;
	padding-right: 40px;
}

.text {
	text-align: left;
}

.small_print {
	margin-right: 40px;
	margin-left: 40px;
	font-size: 80%;
	text-align: left;
	height: 500px;
	overflow: auto;
}

.title{
	margin-top: 15px;
	margin-left: 285px;
	margin-bottom: 0;
}

.titlehp {
	margin-top: 5px;
	margin-left: 285px;
	margin-bottom: 0;
}

.title_sub {
	margin-left: 60px;
}

p.text, p.textred, p.text_hp {
	margin-left: 288px;
	margin-right: 40px;
	font-size: 80%;
}

p.texthow {
	font-size: 80%;
}

p.text_hp {
	margin-top: 0;	
	margin-bottom: 0;
}

p.textred {
	color: #C00;
}

p.text_artefacts {
	font-size: 80%;
	text-align: left;
}

p.text_sub {
	margin-left: 62px;
	/*margin-right: 40px;*/
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 90%;
	font-weight: bold;
}

p.text_subsmall {
	margin-left: 62px;
	/*margin-right: 400px;*/
	font-size: 70%;
	color: #C00;
}

p.text_subnum {
	position: relative;
	bottom: 220px;
	left: 240px;
	font-size: 90%;
	font-weight: bold;
	color: #C00;
}

img {
	border: 0;
}

.subs_sub, .subs_home, .subs_artmag, .subs_artf {
	position: relative;
	z-index: 1;
}

.subs_artf {
	bottom: 50px;
	left: 120px;
}

.subs_sub {
	bottom: 200px;
	left: 240px;
}

.subs_home {
	bottom: 60px;
	left: 240px;
}

.subs_artmag {
	bottom: 35px;
	left: 240px;
}

/**************************************** nav ***************************************/

#navcontainer {
	padding-top: 35px;
	padding-right: 35px;
}

#navcontainer2 {
	padding-bottom: 60px;
	padding-right: 135px;
}

.rollover1 a, .rollover2 a, .rollover3 a, .rollover4 a, .rollover5 a, .selectedh, .selecteda, .selectedm, .selectedd, .selecteds {
	float: right;
	display:block;
	height: 49px;	
	margin-right: 0px;
}

.rollover1 a, .selectedh {	
	width: 62px;
	background: url(img/nav/home.jpg) 0 0 no-repeat;
}

.rollover2 a, .selecteda {	
	width: 105px;
	background: url(img/nav/artefacts.jpg) 0 0 no-repeat;
}

.rollover3 a, .selectedm {	
	width: 131px;
	background: url(img/nav/magazine.jpg) 0 0 no-repeat;
}

.rollover4 a, .selectedd {	
	width: 65px;
	background: url(img/nav/dvds.jpg) 0 0 no-repeat;
}

.rollover5 a, .selecteds {	
	width: 100px;
	background: url(img/nav/subscribe.jpg) 0 0 no-repeat;
}

.rollover1 a:hover, .rollover2 a:hover, .rollover3 a:hover, .rollover4 a:hover, .rollover5 a:hover {	
	background-position: 0 -49px;
}

.selectedh, .selecteda, .selectedm, .selectedd, .selecteds {	
	background-position: 0 -49px;
}

/**************************************** links ***************************************/

a:link, a:visited, a:hover, a:active {
	color: #000;
	font-weight: bold;
}

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/**************************************** sublinks ***************************************/

a.sub:link, a.sub:visited, a.sub:hover, a.sub:active {
	font-size: 75%;
	color: #000;
	font-weight: bold;
}

a.sub:link, a.sub:visited, a.sub:active {
	text-decoration: none;
}

a.sub:hover {
	text-decoration: underline;
}