/*** Content ***/

div#content {
	float: left;
	width: 450px;
}
div#sidebar {
	float: left;
	width: 198px;
}
div#sidebar p {
	margin: 5px 7px;
	font-size: .70em;
}
div#search , div#register , div#contact , div#friend , div#callback {
	margin-top: 1em;
	margin-right: 25px;
	border: 1px solid #acacac;
	background: transparent;
}
div.select input {
	display: block;
	margin: 5px auto 8px auto;
	padding: 2px 0px;
	font-size: .75em;
	text-align: center;
}
img.pic {
	float: left;
	margin: 15px 10px 3px 35px;
	border: 1px solid #acacac;
}

/** Registration **/
/*div#register div.select {
	font-size: .75em;
	list-style: none;
	text-align: left;
}
div#register div.select a {
	display: block;
	margin: 0 auto 5px auto;
	width: 75px;
	height: 15px;
	padding: 5px;
	background: #acacac url(/images/arrow2.gif) no-repeat right -25px;
	color: #800000;
	text-decoration: none;
	border: 1px solid #aaaaaa;
}
div#register div.select a:hover {
	background: #800000 url(/images/arrow2.gif) no-repeat right 0;
	color: white;
}
div#register div.select a:active {
	background: black url(/images/arrow2.gif) no-repeat right -50px;
	color: white;
}*/

/** Contact Us **/
div#contact span {
	display: block;
	float: left;
	padding-right: 10px;
	width: 35px;
	text-align: right;
}

/** Sidebar Forms **/
form input.searchbox {
	margin: 5px 0 5px 5px;
	width: 133px;
}
form input.searchbutton {
	margin-top: -21px;
	width: 19px;
	height: 19px;
	background: url(/images/arrow.gif) no-repeat;
}
form input.searchbutton:hover {
	background: url(/images/arrow.gif) no-repeat 0 -19px;
}
form input.searchbutton:active {
	background: url(/images/arrow.gif) no-repeat 0 -38px;
}
