
/* ------------------------------------------------------- 
Page container elements   	                                    
------------------------------------------------------- */

#pageleft {
	position: relative;
	top: 0px;
	left: 10px;
	width: 460px;	
	padding-top: 15px;
}

#pagemid 
{
	position: relative;
	top: 0px;
	padding-left: 28px;
	width: 260px;
	margin-left: 0px;
	margin-top: 0px;
    float: left;
    border-left: None;
	height: 250px;
}




/* ------------------------------------------------------- 
panel                                     
------------------------------------------------------- */

#panelmid
{
    background-image: url(../images/home_panel_mid.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 255px;
}

#panelbox 
{
    width: 205px;
    margin: 0px;
    padding-left: 24px;
    padding-right: 24px;
    color: #c95c5c;
    position: relative;
    top:0px;
    left: 0px;
}

.paneldiv 
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.homediv 
{
    padding-top: 10px;
    padding-bottom: 15px;
}

/* ------------------------------------------------------- 
subs panel                                     
------------------------------------------------------- */

#regbox
{
    position: relative;
    top:0px;
    left: 0px;
    height: 80px;
}

#regnamelabel
{
    position: absolute;
    top: 19px;
    left: 3px;
    color: #d69f9f;
    font-weight: bold;
}

#regname
{
    position: absolute;
    top: 15px;
    left: 60px;
}

#regemaillabel
{
    position: absolute;
    top: 44px;
    left: 3px;
    color: #d69f9f;
    font-weight: bold;
}

#regemail
{
    position: absolute;
    top: 40px;
    left: 60px;
}

#reggo
{
    position: absolute;
    top: 65px;
    left: 180px;
}

.gobutton {
   padding-left: 0px;
}

.rightlink
{
    float: right;
}
