#wrapper
{
	width: 808px;
	margin: 50px;
}


body
{
	background-color: #333333;
}

#col01
{
	width: 251px;
	height: 625px;
	background: #191919;
	float: left;
	
	text-align: 83px;
	color: #CCCCCC

}


#nav
{
	position: absolute;
	top: 300px;
	left: 90px;
	font-size: 18px;
	font-family: geneva, arial, verdana;
	font-weight: regular
}

a:link 
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited 
{
	color: #CCCCCC;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

a:active 
{
	color: #333333;
	text-decoration: none;
}

.highlite
{
	color: #ffff00;
}

#seidoism
{
	width: 227px;
	height: 147px;
	position: absolute;
	top: 100px;
	left: 58px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	moz-opacity: 0.7;
	khtml-opacity: 0.7;
}


#col02

{
	width: 503px;
	height: 625px;
	background: #000000;
	float:left;
	background-image: url('images/contact2.gif')
}
#logo
{
	font-size: 20px;
	font-family: verdana, geneva, arial;
	font-weight: regular;
	/*color: #808080;*/
	color: #191919;
	margin-top: 50px;
	margin-left: 28px;
}

#form
{	color: #99CC33;
	font-size: 16px;
	font-family: arial, geneva;
	font-weight: regular;
	color: #FFFFFF;
	position: absolute;
	top: 170px;
	left: 380px;
}



#rollover {
	background-image: url('images/send4.gif');
	/*display: block is needed to set the width and hight of the button*/
	display: block;
	/*make sure width and height match the size of your button*/
	width: 114px;
	height: 39px;
	position: absolute; 
	top: 380px;
	left:270px;
	
}



#rollover:hover {
	background-image: url('images/send3.gif');
	display: block;
	width: 114ox;
	height: 39px;
	position: absolute;
	top: 380px;
	left: 270px;
}

 #rollover span {
	display: none;
 
 }
 
.capitals
{
	color: #191919;
	font-weight: bold;
}



#col03
{
	width: 46px;
	height: 625px;
	background: #000000;
	float: left;

}


#footer
{
	font-size: 12px;
	position: absolute;
	top: 665px;
	left: 320px;
}

ul
{
	list-style-type: none;
	
}

a:focus
{
	outline: 0;
}