	body {
		background-image:url('../images/bg_line_yes.jpg');
		margin:0px 0px 0px 0px;
		color : #002244;
	  	font-family: verdana;
}

#buttons {
		position:absolute;
		width:815px;
		height: 25px;
		border:0px solid #33CC99;
		margin-left:0px;
		margin-top:179px;
		padding:0px;
}

#div_main {
		width:580px;
		border:0px solid #33CC99;
		margin-left:204px;
		margin-top:-190px;
		padding:0px;
		font-size:.8em;
		float:left;
}

/* footers */

#footer {
		width:816px;
		height:40px;
		border:0px solid #33CC99;
		margin-left:0px;
		margin-top:-3px;
}

#footer_links {
		width:816px;
		height:20px;
		border:0px solid green;
		margin-left:40px;
		margin-top:0px;
		font-size:.6em;
		color:#888888;
		float:left;
		vertical-align:middle;
}

.foot a:link {color: #666666; text-decoration: none; }
.foot a:visited {color: #777777; text-decoration: none; }
.foot a:hover {color: #444444; text-decoration: underline; }
.foot a:active {color:#33AAEE; }

/* end footer stuff */


/* button navs */
#nav_table11 {
		width:815px;
		height: 44px;
		border-width:3px;
		border-style:solid;
		border-spacing:0px;
		border-color:blue;
		padding:0px;

}


#home a {
	display: block;
	width: 138px;
	height: 45px;
	background-image:url("../images/buttons/buttons_01.jpg");
	background-position:0 -9px;
} 

#home a:hover {
	background-position:0 -69px;
} 

#home a:active {
	background-position:0 -127px;

}

#about a {
	display: block;
	width: 123px;
	height: 45px;
	background-image:url("../images/buttons/buttons_02.jpg");
	background-position:0 -9px;

} 

#about a:hover {
	background-position:0 -69px;
} 

#about a:active {
	background-position:0 -127px;

}

#portfolio a {
	display: block;
	width: 133px;
	height: 45px;
	background-image:url("../images/buttons/buttons_03.jpg");
	background-position:0 -9px;

} 

#portfolio a:hover {
	background-position:0 -69px;
} 

#portfolio a:active {
	background-position:0 -127px;

}

#promote a {
	display: block;
	width: 134px;
	height: 45px;
	background-image:url("../images/buttons/buttons_04.jpg");
	background-position:0 -9px;

} 

#promote a:hover {
	background-position:0 -69px;
} 

#promote a:active {
	background-position:0 -127px;

}

#register a {
	display: block;
	width: 134px;
	height: 45px;
	background-image:url("../images/buttons/buttons_05.jpg");
	background-position:0 -9px;

} 

#register a:hover {
	background-position:0 -69px;
} 

#register a:active {
	background-position:0 -127px;

}


#contact a {
	display: block;
	width: 153px;
	height: 45px;
	background-image:url("../images/buttons/buttons_06.jpg");
	background-position:0 -9px;

} 

#contact a:hover {
	background-position:0 -69px;
} 

#contact a:active {
	background-position:0 -127px;

}


/* End button navigation menu */

/* left area div */
#div_left {
		width:137px;
		border:0px solid #33CC99;
		margin-left:20px;
		margin-top:36px;
		padding:0px;
		font-family:verdana;
		font-size:1em;
		float:left;
}

/* This is the form styles */ 
#form_index
{
font-size:.55em;
}

 label
{
color:#777777;

}

.submit input 
{
margin-left: 21px;
font-size:1.5em;
color: #338888;
background: #BBBBBB;
border: 1px solid #999999;
}
input
{
color: #444444;
background: #DDDDDD;
border: 1px solid #999999;
}


fieldset
{
border: 1px solid #BBBBBB;
width: 115px;
}

legend
{
color: #fff;
background: #669999;
border: 1px solid #999999;
padding: 2px 6px;
}

textarea
{
color: #444444;
background: #DDDDDD;
border: 1px solid #999999;
}

select
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
}

/* end form styles */ 

/* link styles */
.links1 {
font-size:.7em;
}

.links1 a:link { 
	color: #999999;
	text-decoration: none;
	}
.links1 a:visited { 
	color: #AAAAAA;
	text-decoration: none;
	}
.links1 a:hover { 
	color: #555555;
	background-color: #AAAAAA;
	text-decoration:underline;
	}
.links1 a:active { 
	color: #333333;
	text-decoration:underline;
	}

	/*link styles */

	/* portfolio thumbs */

.img_portfolio {border:0px}

a.img_portfolio:link {border:1px solid green; }
a.img_portfolio:visited {border:1px solid purple; }
a.img_portfolio:hover {border:1px solid blue;}
a.img_portfolio:active {border:1px solid green; }
	

legend.reg_form1 
{
color: #fff;
background: #669999;
border: 1px solid #999999;
padding: 2px 6px;
}

fieldset.reg_form1 
{
border: 1px solid #BBBBBB;
width: 500px;
}


label.reg_form1 
{
color:#777777;
margin-left: 50px;
}