@charset "utf-8";
/* CSS Document */

.prim_img {
	max-width: 95%;
}
p {
	font-weight:normal;
}
.code {
	border: solid;
	border-width:1px;
	border-color:#000;
	background-color:#CCC;
	width: 90%;
	padding: 15px;
	margin-left: 2%;
	font-weight:normal;
}
.login_div {
	float: left;
	margin-right: 3px;
}
.login_div img {
	margin-left: 2px;
}
.login_input {
	background-image:url(../images/input_slice.jpg);
	width: 95px;
	height: 16px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.search_input {
	background-image:url(../images/input_slice.jpg);
	width: 197px;
	height: 16px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.search_btn {
	position: relative;
	top: 2px;
}
.form_btn {
	position: relative;
	top: 2px;
}
#login {
	float: right;
}
#navigation {
	float: right;
}
#header_logo {
	float: left;
}
#nav_logo {
	float: left;
}
body {
	margin: 0;
	padding: 0;
	-x-system-font:none;
	background:#FFFFFF none repeat scroll 0 0;
	background-image:url(../images/bg.jpg);
	color:#555555;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
#content {
	width: 80%;
	min-width: 980px;
	background-color: #F3F2F9;
}
#header {
	width: 100%;
	height: 79px;
	background-image:url(../images/slice_top.jpg);
}
#nav {
	width: 100%;
	height: 28px;
	background-image: url(../images/slice_bottom.jpg);
}
#header2 {
	background-image:url(../images/header_shadow_bg.jpg);
	height: 17px;
}
#header {
	color:#FFF;
}
#header a {
	color:#FFF;
}
h1 {
	text-decoration: none;
	font-size: 125%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#col1 {
	float: left;
	width: 20%;
	margin-left: 3%;
	display:inline;
	margin-bottom: 10px;
	min-height: 200px;
}
#col2 {
	float: left;
	width: 48%;
	min-width: 480px;
	margin-left: 3%;
	margin-bottom: 10px;
	min-height: 400px;
	display:inline;
	overflow: auto;
}
#col3 {
	float: left;
	width: 20%;
	margin-left: 3%;
	margin-bottom: 10px;
	min-height: 200px;
	display:inline;
}
#footer {
	clear: both;
	width: 94%;
	min-height: 50px;
}
#footer p {
	font-size: 75%;
}
.bio {
	margin-bottom: 0px;
	margin-top: 0px;
}
.bio span {
	font-weight: bold;
}
.link_list {
	margin-bottom: 10px;
	margin-top: 0px;
}
span {
	font-weight: bolder;
}
.clear_float {
	clear: both;
}
textarea {
	width: 98%;
	background-color: F2F2F2;
}
.long_input {
	width: 98%;
	background-color: F2F2F2;
}
.med_input {
	width: 60%;
	background-color: F2F2F2;
}
.small_input {
	width: 37%;
	background-color: F2F2F2;
}
a img {
	border: 0;
}
a {
	outline: none;
}
h1 a {
	text-decoration: none;	
}
.small_txt {
	font-size:82%;
}
.link_list {
	font-size:82%;
}
#logged {
	margin-top: 6px;
	margin-right: 3px;
	vertical-align:middle;
}
#signup_form input {
	width: 250px;
}
h6 {
	font-size: 85%;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 13px;
}

