﻿@import url('styles/layout.css');
	
#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	line-height: normal;
}	
#bodytextstyle {
	font-family: Calibri;
}


#footer {
	text-align: center;
	clear: both;
	width: 
	border: 1px dotted #d8bfd8;
	color: #503750;
}

/* Footer Styles */
#footer p {
	color: #808080;
	font-family: Calibri;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}