html{
	margin:		0px;
	padding:	0px;
	height:		100%;
	font-family:Helvetica, Arial, sans-serif;
/*	Times New Roman, Times, serif;	*/
}
a:link,a:active,a:visited {
	color: #4A265A;
	text-decoration: underline
}
a:hover {
	color: #4A265A;
	text-decoration: none
}
body {
	text-align: center;
	min-width: 600px;
	margin:		0px;
	padding:	0px;
	height:		100%;
	background-image: URL(../images/bg.jpg);
	background-repeat: repeat-x
}
div#centralized_content{
	background:	url(../images/centered_bg.png) repeat-y;
	margin:		0 auto;
	width:		786px;
	text-align: left;
	min-height:	100%;
	height: 	auto !important;
	height: 	100%;
/*	overflow:	hidden;	*/
}
div#full_container{
	display:	inline;
	float:		left;
	background:	url(../image/bordure_texture.png);
	width:		800px;
}
div.menu_button{
	display:inline;
	float:left;
	height:56px;
	width:170px;
	padding-left:13px;
}
div.menu_button img{
	display:inline;
	float:left;
	height:56px;
	width:170px;
	padding-left:13px;
}
h1.page_title{
	font-weight:	bold;
	border-bottom:	2px solid black;
	padding-left:	5px;
	margin-bottom:	20px;
	font-size:	25px;
}

h1.error{
	font-weight:	bold;
	padding-left:	5px;
	margin-bottom:	10px;
	font-size:	25px;
	color: EE2222;
}

form.email_form table{ width: 100%; }

form.email_form h1{
	font-size: 20px;
	text-align:	center;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom:	10px;
}
form.email_form table td{
	vertical-align:	top;
	padding-top: 5px;
}
form.email_form table td.label{
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
}
form.email_form table .input_field{
	width: 200px;
	background-color: #CCEECD;
}

.very_large_input_field{
	width: 100%;
	background-color: #CCEECD;
}

.large_input_field{
	width: 400px;
	background-color: #CCEECD;
}

form.email_form table .medium_input_field{
	width: 120px;
	background-color: #CCEECD;
}

form.email_form .small_input_field{
	width: 50px;
	background-color: #CCEECD;
}

form.email_form table textarea{ height: 100px; }

li{
	margin-left:30px;
	list-style-image: url(../images/ballet_sm.gif);
}