body,html { 
    margin: 0 5px; 
    /*font-family: "Andale Mono","Courier New", Courier, monospace;*/
	font-family: "Lucida Sans Unicode","Lucida Grande", Tahoma, Verdana, sans-serif;
	background-color: #000000;
	color: #fff;
	background-image: url(images/bg_stars.jpg);
	letter-spacing: 1px;
	background-attachment: fixed;
} 
img{
	border: 0px;
}
h1 { 
    font-size: 1.4em; 
    color: #008000; 
} 
a:link,a:visited { 
    color: #00FF00; 
	text-decoration: none;
} 
a:hover,a:active { 
    color: #FF00CC;
	text-decoration: none; 
} 
.clearer{
	clear: both;
}
#header{
	padding: 10px;
	margin: auto;
	width: 980px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position: top left;
}
#header .rightarea{
	margin-top: 20px;
	margin-left: 710px;
	text-align: center;
	height: 160px;
}
#topnav img{
	padding: 0px 7px;
	display: inline;
}
#networks{
	width: 240px;
}
#networks a img{
	padding: 0px;	
}
#social{
	text-align: left;
	width: 240px;
	height: 110px;
	background-image: url(images/pigo.png);
	background-repeat: no-repeat;
	font-size: 10px;
} 
#social .inner{
	padding: 5px 7px;
	height: 33px;
	font-size: 9px;
}
#pigoexplains{
	padding-left: 90px;
	padding-top: 10px;
	color: #AAA;
}
#topnav{
	text-align: left;
}
#maintitle{
	width: 700px;
	text-align: center;
}
#maincontainer{
	width: 980px;
	margin: auto;
}
#maincontent{
	width: 680px;
	float: left;
}
#rightbar{
	width: 242px;
	float: left;
	margin-left: 30px;
}
#rightbar .element{
	width: 242px;
	margin-bottom: 30px;
	background-image:url(scanlines.png);
}
#rightbar .element .header{
	padding: 7px 7px 2px 7px;
	background-color:#006600;
	font-size: 10px;
	
}
#rightbar .element .content{
	/*border: 1px dotted #00ff00;*/
	border-top: none;	
	font-size: 12px;
}
#rightbar .element .content div.text{
	margin: 0px;
	padding: 5px 10px;
}
#rightbar .element .content img.inline{
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.singlelink{
	text-align: right;
	padding: 15px 0px;
	font-size: 16px;
}
.pageelement{
	/*background-color: #000000;*/
	margin-bottom: 30px;
	border-top: 3px dotted #006600;
	font-size: 14px;
	padding-bottom: 15px;
	background-image:url(scanlines.png);
}
.pageelement > .title{
	padding: 12px 7px 12px 32px;
	background-image: url(images/smallblock.png);
	background-repeat: no-repeat;
	background-position: 7px 15px;
	font-size: 18px;
/*	background-color:#006600;
	border-top: 1px solid #00CC00;
	border-left: 1px solid #00CC00;
	border-bottom: 1px solid #009900;
	border-right: 1px solid #009900; */
}
.pageelement div.contentelement{
	padding: 5px 25px 5px 32px;
	line-height: 20px;
}
.contentelement .title{
	font-size: 18px;
	padding-bottom: 15px;
}
.contentelement .subhead{
	font-size: 14px;
	padding-bottom: 15px;
}
.pageelement .member{
	float: left;
	width: 153px;
}
.pageelement img.inline{
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #006600;
	background-color: #000000;
}
#footer{
	padding: 10px;
	border-top: 1px solid #00ff00;
	text-align: center;
	background-image:url(scanlines.png);
	margin: 20px;
}
/* Sortable */
ul.sortable{
	list-style: none;
	padding-left: 10px;
}
ul.square li{
	display: inline;
	margin: 10px;
}
/* Table */ 
th { 
    text-align: left; 
} 
td, th { 
    padding-right: 5px; 
} 
/* style form */ 
form dt { 
    width: 100px; 
    display: block; 
    float: left; 
    clear: left; 
} 
form dd { 
    margin-left: 0; 
    float: left; 
    
} 
form #submitbutton { 
    margin-left: 100px; 
}
input,textarea{
	font-size: 10px;
	background-color:#000000;
	border: 1px dotted #00ff00;
	color: #fff;
}

