

/*  *****************     glitterballshooting.com     ****************  */

*  {
	margin: 0;
	padding: 0;
	
}

body {
	text-align:center;
	height: 100%;
	color: #fff;
	font: normal 13px "Georgia", times new roman, arial, verdana, sans-serif;
	background:#445500;
}

html {
    height: 90%;
}

img
{
	border: 0px;
}


/*  *****************     header     ****************  */



#startwrap {
	position:center; 
	width: 770px;
	height: 560px;
	margin:auto;
	background:#fee;
}

.header {
	text-align:left;
	width: 770px;
	height: 77px;
	background:#fff;
}

.header a {
	color: #d00000;
	text-decoration: none;
	font: normal 16px "arial", verdana, sans-serif;
}


.header h1 {
    display: none;
	color: #d00000;
	text-decoration: none;
	font: normal 16px "arial", verdana, sans-serif;
}




#main {
	float: left;
	text-align:left;
	width: 770px;
	height: 460px;
	background:#627a00;
}

#mainspace {
	float: left;
	width: 32px;
	height: 460px;
	background:transparent;
}

#maincontent {
	float: left;
	text-align:left;
	width: 706px;
	height: 460px;
	background:transparent;
}


.textlink {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff dotted;
}

.textlink:hover {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px #ccc dotted;
}



#footer {
	color: #d00000;
	width: 770px;
	height: 15px;
	text-align: right;
	line-height: 20px;
	background: transparent;

}

#footer a {
	color: #d00000;
	text-decoration: none;
	line-height: 20px;
	font: normal 12px "arial", verdana, sans-serif;
}

#footer a:hover {
	color: #450;
}




