@charset "utf-8";
/* CSS Document */

html{
	width:100%;
}

body{
	background-image:url(images/Background.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	text-align:center;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
#header
{
	background-image:url(images/WebParts_04.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:1000px;
}

#Content{
	background-image:url(images/WebParts_02.png);
	background-position:top;
	background-repeat:repeat-y;
	width:1000px;
	margin:0px;
	padding:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#Wrap{
	width:900px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.Smallbox{
	width:299px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
.SmallText{
	background-image:url(images/Smallbox_02.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:288px;
}

.LargeBox{
	width:445px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
.LargeText{
	background-image:url(images/LargeBox_02.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:435px;
}
.text{
	text-align:left;
	width:93%;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-bottom:0px;
}

a{
	color:#46260d;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#d4c8b8;
	text-decoration:none;
	font-weight:bold;
}

