html {
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

h1 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	color: #262977;
}

p a {
	color: #252876 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

p a:hover {
	color: #ffffff !important;
	background-color: #26297a !important;
	text-decoration: none !important; 
}
div#general {
	width: 100%;
	height: 100%;
	float: left;
}

div#main {
	width: 780px;
	height: auto;
}

td#left_column {
	width: 20px;
	background-image: url(../images/left_column_pattern.jpg);
	background-repeat: repeat-y;
}

td#right_column {
	width: 20px;
	background-image: url(../images/right_column_pattern.jpg);
	background-repeat: repeat-y;
}

td#main_content {
	width: 740px;
	background-image: url(../images/main_body_pattern.jpg);
	background-repeat: repeat-x;
	background-color: #ececec;
}

div#main_left_column {
	width: 245px;
	float: left;
}

div#main_right_column {
	float: left;
	width: 495px;
}

div#login_events {
	width: 465px;
	float: left;	
	padding-left: 15px;
	margin-top: 7px;
}

div#login_div {
	float: left;
}

div#signup_div {
	float: left;
	margin-left: 20px;
}

div#header_main_image {
	float: left;
	width: 495px;
	height: 302px;
	position: relative;
}

div#header_image_a {
	width: 495px;
	height: 302px;
	background-image: url(../images/header_main_image.jpg);
	background-repeat: no-repeat;
	float: left;
}

div#join_iowa_header_link {
	width: 127px;
	height: 126px;
}

/* ADMIN PANEL */

div#admin_panel {
	width: 97px;
	height: 110px;
	position: absolute;
	left: 3%;
	top: 170px;
}

.admin_option {
	float: left;
}

/* EDITABLE TEXT */
.fckDiv {
	float: left;
	border: 1px dashed;
	border-color: #2e3192;
	cursor: pointer;
}

iframe#Fragmenteditor_box {
	height: 270px !important;
}	