/* CSS Document */

html, body {
	background-color:#dfd9c3;
	margin:0;
	padding:0;
	color: #000;
}

#wrap
{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.img-left
{
	float: left;
	padding-right: 5px;
}

.img-right
{
	float: right;
	padding-left: 5px;
}

#menu
{
	text-align: center;
	float: left;
	margin-top: 5px;
	background: url(../images/menu_bg.png);
}

#menu a
{
	display: block;
	padding-top: 6px;
}

#menu img
{
	
}

#menu_top
{
	background: url(../images/menu_top.png);
	width: 169px;
	height: 5px;
}

#menu_bot
{
	background: url(../images/menu_bot.png);
	width: 169px;
	height: 9px;
}

#menu_item
{
	border: 0px;
}

#content
{
	font-size: 15px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	font-style: italic;
	text-align: left;	
	margin: 0 auto;
	
	margin-top: 5px;
	width: 831px;
	
	float: left;
}

#content_bg
{
	background: url(../images/content_bg.png);
	width: 831px;
	min-height: 250px;
	height:     auto !important;
	height:     250px;
}

#content_text
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

#content_top
{	
	margin: 0 auto;
	background: url(../images/content_top.png);
	width: 831px;
	height: 5px;
}

#content_bot
{	
	margin: 0 auto;
	background: url(../images/content_bot.png);
	width: 831px;
	height: 8px;
}

#footer img
{
	padding-top: 25px;
}

a, a:link, a:visited {
	color:#D74C5F;
	text-decoration:none;
	border: none;
}
a:hover {
	text-decoration:underline;
	border: none;
}
