




body {

	font-size:1.0em;
	font-family: Arial, Helvetica, sans-serif;

	background:#fff;
	color:#000;
}



#header {

	top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-bottom: 50px;

}

.stuff{
	font-size: 1.2em;


	margin-left: auto;
	margin-right: auto;

	/*border:10px solid #444;*/
	border:10px solid #be1c2e;

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 760px;

	text-align: center;

	padding: 20px;

	margin-top: 30px;
	margin-bottom: 30px;

}

body:regulartext {

	font-size: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: green;

}



table {
	margin-top: 20px;
	font-size:1.0em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ddd;
}


.table_text {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}



h1 {
	font-size: 2em;
	color: #be1c2e;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
} 

h2 {

	color: #be1c2e;

}

h3 {

	color: #be1c2e;

}

.submit input
{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	font-size: 1.2em;
	font-weight: normal;

} 


a:link {color:#be1c2e;}      /* unvisited link */
a:visited {color:#be1c2e;}  /* visited link */
a:hover {color:blue;}  /* mouse over link */
a:active {color:#be1c2e;}  /* selected link */


.showpic {

	float: left;
	position: relative;
	margin: 6px;

}

.showdeets {

	float: left;
	left: 10px;
	top: 7px;
	line-height: 140%;
	position: relative;

}

.editbutton {

	top: 7px;
	line-height: 140%;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

