body
{
	margin: 0;
	padding: 0;
	background: #B1101E url(../images/background.gif) repeat-x top left;
	font-family: Times, serif;
	color: #F9D8C5;
	font-size: 14px;
	font-weight: bold;
}

a:link, a:visited, a:active
{
	color: #CE6263;
	text-decoration: none;
}

a:hover
{
	color: #CE6263;
	text-decoration: underline;
}

div#title
{
	width: 100%;
	height: 85px;
	background: transparent;
}

img#logo
{
	border: 0;
	width: 350px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

img#tagline
{
	border: 0;
	width: 360px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
}

img
{
	border-color: #F9D8C5;
	border-width: 1px;
	border-style: solid;
}

div#menu
{
	width: 100%;
	height: auto;

	font-size: 15px;

	text-align: center;
}

div#menu-padding
{
	padding: 5px;
}

div#menu a.page:link, div#menu a.page:active, div#menu a.page:visited
{
	color: #CE6263;
}

div#menu a:link, div#menu a:active, div#menu a:visited
{
	color: #F9D8C5;
	text-decoration: none;
	margin: 5px;
}

div#menu a:hover
{
	text-decoration: none;
	color: #CE6263;
	margin: 5px;
}

div#content
{
	margin: 0 30px 0 30px;
	text-align: justify;
	padding: 5px;
	width: auto;
	height: auto;
}

div#copyright
{
	margin: 5px 30px 5px 30px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}

div#copyright a:link, div#copyright a:visited, div#copyright a:active
{
	color: #F9D8C5;
	text-decoration: none;
}

div#copyright a:hover
{
	color: #F9D8C5;
	text-decoration: underline;
}

.small
{
	font-size: 12px;
}

hr
{
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #F9D8C5;
	width: 80%;
}

input, textarea, select, button
{ 
	background-color: #CE6263;
	font-family: Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #F9D8C5;
	border: 1px solid #F9D8C5;
	padding: 2px;
}

.error
{
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #F9D8C5; 
	border: 1px solid #F9D8C5; 
	background: #CE6263;
	padding: 10px 10px 10px 20px;
	margin-bottom: 10px;
}

.success
{
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #CE6263; 
	border: 1px solid #CE6263; 
	background: #F9D8C5;
	padding: 10px 10px 10px 20px;
	margin-bottom: 10px;
}

.title
{
	font-size: 16px;
	border-bottom: 1px solid #CE6263;
	padding-bottom: 2px;
}
