* {
	margin: 0;
	}

html {
	height: 100%;
	}

body {
	background-color: #666666;
	height: 100%;
	}

img {
	border: 0;
	}


#container {
	background-image:url('images/bg.jpg');
	background-repeat:repeat-y;
	width: 1006px;
	margin: 0 auto -2em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
	
#header {
	background-image:url('images/headerbg.jpg');
	background-repeat:repeat-y;
	width: 972px;
	height: 300px;
	margin-left:15px;
	border: 1px solid black;
	}

#toplinks {
	width: 200px;
	float: right;
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	padding-top:1em;
	padding-bottom:7em;
	}
	
#toplinks a:link{
	color: #cc0000;
	text-decoration: none;
	}
	
#toplinks a:hover{
	border-bottom: thin solid #cc0000;
	}
	
#toplinks a:visited{
	color: #cc0000;
	text-decoration: none;
	}
	
#nav {
	background-image:url('http://beta.xyz-gallery.com/images/navbg.png');
	background-repeat: no-repeat;
	float: right;
	clear:right;
	padding-right: 2em;
	width: 599px;
	height: 46px;
	}
	
#nav h4 {
	padding-left: 2em;
	padding-top: 1.5em;
	}

.hd_index {
	border-top: solid 5px black;
	border-bottom: solid 5px black;
	float:right;
	}
	
#sidelinks {
	width: 135px;
	padding-left: 35px;
	padding-top: 2em;
	font-family: Verdana;
	font-size: 7pt;
	letter-spacing:.15em;
	font-weight: bold;
	float:left;
	clear:right;
	}

	
#sidelinks a:link{
	color: #cc0000;
	text-decoration: none;
	}
	
#sidelinks a:hover{
	border-bottom: thin solid #cc0000;
	}
	
#sidelinks a:visited{
	color: #cc0000;
	text-decoration: none;
	}
	
#siderule {
	background-color: #000000;
	width: 135px;
	height:3px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.logo {
	padding:1.2em;
	float:left;
	}
	
#content {
	width: 775px;
	float:left;
	padding-left: 1.5em;
	padding-top: 15px;
	}
	
#content p{
	font-family: Verdana;
	font-size:10pt;
	padding-bottom: 1em;
	}
	
#content ul{
	font-family: Verdana;
	font-size:10pt;
	}

.line2 {
	padding-top:.3em;
	}
	
#rule {
	background-color: #000000;
	height: 1px;
	margin-top:7px;
	width: 770px;
	border: solid 1px black;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	}
	
.footer {
	width: 966px;
	clear:both;
	height: 2em;
	margin: 0 auto;
	background-color: black;
	border-right: solid 8px black;
	}

.push {
	height: 2em;
	}
	
.footer_content {
	color: #ffffff;
	text-align: center;
	font-family: Verdana;
	font-size: 7pt;
	padding-top: 1.25em;	
	}
	
#footer a:link {
	color: #999999;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ffffff;
	text-decoration:underline;
	}
	
#footer a:visited {
	color: #666666;
	}