
/*
Body tags
*/

body {
	margin: 0px;
	background-color: ;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
}

}

body.side {
	background-color: #700136;
	background-image: url(MENU_IMAGE);
	background-repeat: repeat;
	margin-left: 3px;

	}

body.header {
	background-color: #700136;
	background-image: url();
	background-repeat: repeat-x;
}

body.content {
	background-color: #700136;
	text-align: center;
	width: 85%;
	padding: 20px;

}

body.content img {
}

body.content table {
	margin: auto;
}

p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: black;
}

h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	font-weight: bolder;
	font-style: normal;
	color: #D72131;
}



a {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: small;
	color: #ffffff;
	text-decoration: none;
	background-color: ;
	display: block;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	height: 25px;
border-bottom: 1px dotted #ffffff;

}

a:visited {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: small;
	color: #ffffff;
	text-decoration: none;
	background-color: ;
	display: block;
		padding-top: 3px;
	padding-left: 5px;
		padding-bottom: 3px;
			height: 25px;
border-bottom: 1px dotted #ffffff;

}

a:hover {
	color: #ACA899;
	text-decoration: none;
	background-color: ;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
		height: 25px;
border-bottom: 1px dotted #ffffff;

}


#contact {
	position: absolute;
	font-family: tahoma;
	color: #ACA899;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	margin-left: 10px;
}


#contact a {
	text-decoration: none;
	background-color: ;
	display: block;
	padding: 1px;
	

}

#contact a:visited {
	margin: 3px;
	text-decoration: none;
	background-color: ;
	display: block;
	padding: 1px;
	

}

#contact a:hover {
	color: #ACA899;
	text-decoration: none;
	background-color: ;
	padding: 1px;



}



#logo {
	position: absolute;
}

#menu {
	margin-left: 10px;
		text-align: left;
}

.menu_item {
	margin: 3px;

}

.element input {
	width: 300px;
}

.element textarea {
border: #D0EEFF;
	width: 450px;
	height: 250px;
}

.submit {
	text-align: right;
}

.error, .success {
	padding: 2px;
}

.error p, .success p {
	margin: 0px;
}

.error p {
	color: red;
}

.success p {
	color: green;
}