/*
Psychostick's 2007 Flesh Eating Rollerskate CSS fun. Use some stuff if it helps you. If it hurts you, HAR HAR you get that.
*/

/* tag redefinitions. WOA!*/
/*
Did you know that IE6 is the WORST browser in the universe?
*/

* html #adspace {margin-left: -30%;}
* html #randomslogan {margin-left: 30%;}
* html, body {
	margin:0;
	padding:0; 
	height:100%;
}

/*
I hope you did, ya jerk.
*/

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
}

a {
	color: #B11518;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
}


/* ids ya jerk.*/
#main {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#top {
	border: 5px #000000 solid;
	background-color: #B11518;
	background-image: url(2007_fers_images/main_logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 250px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#adspace {
	width: 400px;
	height: 80px;
	border: 5px #000000 solid;
	margin-left: 15%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 8px;
	padding: 0px;
	background-color: #ffffff;
	position: relative;

}

#randomslogan {
	width: 420px;
	margin-left: 45%;
	margin-top: 80px;
	font-family: Courier, monospace;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

#randomslogan a {
	font-size: 18px;

	color: #ffffff;
}

#randomslogan a:hover {
	font-size: 18px;

	color: #000000;
}

#menu {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: -20px;
}

#menu a {
	color: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
	background-color: #000000;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 3px;
	text-decoration: none;
}

#content {
	width: 700px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: -24px;
	padding-top: 19px;
	padding-left: 0px;
	padding-right: 0px;
	
	border-top: 0px;
	border-left: 5px #000000 solid;
	border-right: 5px #000000 solid;
	border-bottom: 5px #000000 solid;
	background-color: #B11518;

}

#left_main {
	border: 5px #000000 solid;
	background-color: #ffffff;
	background-image: url(2007_fers_images/left_bg.gif);
	background-repeat: repeat-y;
	width: 445px;
	text-align: left;
	margin-top: 0px;
	margin-left: 21px;
	margin-right: 0px;
	margin-bottom: 21px;
	float: left;
	padding: 0px;
	display:inline
}

#full_main {
	border: 5px #000000 solid;
	background-color: #ffffff;
	background-image: url(2007_fers_images/myspace_bg.gif);
	background-repeat: repeat-y;
	width: 650px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 21px;

	padding: 0px;

}

#full_main h1 {
	padding: 10px;
	font-size: 30px;
	border-bottom: 2px solid #000000;
	background-color: #CCCCCC;
	text-align: right;
	margin-top: 0px;
	letter-spacing: 6px;
	
}

#full_main p, li {
	padding: 10px 10px 0px 10px;
	line-height: 20px;
}

#full_main h3 {
	padding: 10px;
	font-size: 20px;
	border-top: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
	margin-bottom: 2px;
}

#left_main h1 {
	padding: 10px;
	font-size: 30px;
	border-bottom: 2px solid #000000;
	background-color: #CCCCCC;
	text-align: right;
	margin-top: 0px;
	letter-spacing: 6px;
	
}

#left_main p, li {
	padding: 10px 10px 0px 10px;
	line-height: 20px;
}

#left_main h3 {
	padding: 10px;
	font-size: 20px;
	border-top: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
	margin-bottom: 2px;
	background-color: #dddddd;
}

#right_main {
	border: 5px #000000 solid;
	background-color: #ffffff;
	background-image: url(2007_fers_images/right_bg.gif);
	background-repeat: repeat-y;
	width: 170px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 21px;
	margin-bottom: 21px;
	float: right;
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
	display:inline
}

#right_main h1 {
	padding: 10px;
	font-size: 15px;
	border-bottom: 2px solid #000000;
	background-color: #CCCCCC;
	text-align: right;
	margin-top: 0px;

}

#right_main h2 {
	padding: 10px;
	font-size: 15px;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	background-color: #CCCCCC;
	text-align: right;

}

#right_main p {
	padding-left: 10px;
	padding-right: 10px;

}

#email_list {
	padding-left: 10px;
	padding-right: 10px;

}

#email_list form {
	text-align: center;

}



/* classes */

.clear {
	clear: both;
}

.comment_box {
	height: 45px;
	margin-left: 285px;
	margin-top: -10px;
	padding-top: 7px;
	font-size: 16px;
	background-image: url(2007_fers_images/comment_box.gif);
	background-repeat: no-repeat;
}

.comment_box_number {
	float: left;
	text-align: center;
	margin-right: 5px;
	width: 46px;
}

.comment_box_number a {
	text-decoration: none;
}

.posted_by {
	padding-top: 2px;
	padding-left: 10px;
	font-size: 12px;
}

.tip {
	margin: 3px;
	text-align: center;
	font-size: 12px;
}

.perdyform {
	border: 1px solid #000000;
	width: 90%;
	background-color: #eeeeee;
	margin: auto;
	text-align: left;
	margin-bottom: 10px;
}

.perdyform legend {
	border: 1px solid #000000;
	padding: 5px;
	font-weight: bold;
	background-color: #dddddd;
}

.perdyform label {
	font-weight: bold;
	float: left;
	text-align: right;
	width: 200px;
	padding-right: 5px;
}

.security_image {
	margin-left: 205px;
	margin-bottom: 5px;
}

.left_float {
        float: left;
}

.show_bit {
	margin: 10px 10px 0px 10px;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
}

.show_bit h4 {
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px solid #000000;
	background-color: #eeeeee;
	text-align: left;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 5px;
}

.center {
	text-align: center;
}

.error {
	color: #B11518;
}

.tip_field {
	font-size: 20px;
}

.tip_field_input {
	font-size: 20px;
	background-color: #cccccc;
}