#gj_header {
 text-align: center;
 width: 100%;
 font-size: x-large;
 clear: both;
}
.columnMain {
 float: left;	
 width: 100%;
 position: relative;	
 margin-top: 5px;
 margin-bottom: 5px;
 border-bottom: 1px solid #484848;
}

#columnSmall1 {
 width: 95%;
 float:left;
}

#columnSmall1 li {
	list-style-type: disc;
}
#columnSmall2 {
 vertical-align: top;
 width: 20%;
 float: left; 	
}
#columnSmall3 {
 vertical-align: top;
 padding: 0 5px 0 5px;
 float: left;
 width: 75%;
}
#columnSmall4 {
 width: 75%;
 padding: 0 5px 0 5px;
 vertical-align: top;
 float: left;
}
#columnBig1{
 vertical-align: top;
 float: left;
 width: 75%;
}


#gjsearchbox
{
position:absolute;
margin-top:10px;
margin-left:100px;
width:245px;
height:165px;
z-index:200;
background-image: url(../../images/bubble.png);
display: none;
}

.gjclose a {
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	border: 2px solid #cccccc;
	padding: 2px 4px 2px 4px;
	width: 5px;
	position: absolute;
	top: 25px;
	right: 25px;
}

#gjinviteresults{
	padding:25px;
}


