html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
background-image: url('images/background.jpg');
background-repeat: none;
background-position: 50% 0;
height: 100%;
width: 100%;
}

a {
	font-weight: bold;
	color: red;
}

p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: .75em;
	padding-top: 0px;
	line-height: 1.2em;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-indent: 2em;
}

h1{
	color: #bd0202;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: .75em;
	line-height: 1.2em;
	font-size: 30px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h2{
	color: #fd5a5a;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: .25em;
	padding-top: 0px;
	line-height: 1.2em;
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h3{
	background-color: #5f5f5f;
	text-align: center;
	border-top-width: 2px;
	border-top-color: white;
	border-top-style: solid;
	color: black;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: bold;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 1.2em;
	font-size: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h4{
	background-color: #fff;
	text-align: center;
	border-top-width: 2px;
	border-top-color: white;
	border-top-style: solid;
	color: black;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 1.2em;
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#back{
	width: 100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
}

#content {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
	z-index: 10;
	}
html>body #content {
	width: 46%; /* ie5win fudge ends */
	}

#content2 {
	float: left; 
	/* Opera5.02 will show a space at 
	right when there is no scroll bar */
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
	}
html>body #content2 {
	width: 46%; /* ie5win fudge ends */
	}

#intro{
	color: #fff;
	background-color: #222222;
	margin-top: 20px;
	width: 80%;
	border-color: #fff;
	border-width: 3px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
}

#description {
	background-color: #222222;
	color: #fff;
	width: 80%;
	border-color: #fff;
	border-width: 3px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
}

#madlib {
	border-color: black;
	border-width: 3px;
	border-style: solid;
	padding: 15px;
	color: white;
	background-color: #222222;
	display: block;
}

input[type=text]:hover {
    	background-color:#fd5a5a;
    	border-color:#bd0202;
}

input[type=text]:focus {
    	background-color:#fd5a5a;
    	border-color:#bd0202;
}

legend {
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #bd0202;
}
