﻿body{
	background-image:url('../Images/bgPattern.png');
	margin:0px;
}

#Main{
	width:965px;
	margin:0 auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

#HeaderStretch{
	width:100%;
	height:100%;
	background-image:url('../Images/header.png');
	background-repeat:repeat-x;
}

.img{
	float:right;
	border:2px solid #880e65;
	margin-left:20px;
}

#Header{
	height: 140px;
	padding-top:10px;
	background-image:url('../Images/Logo.gif');
	background-repeat:no-repeat;
}

#TitleHeader{
	float:right;
	margin-right:13px;
}

#Header h1{
	padding-top:60px;
	margin-left:10px;
	color:#880e65;
	margin-bottom:0px;
	margin-top:0px;
}

#Header h2{
	margin-left:10px;
	color:#880e65;
}

#Middle{
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	position:relative;
}

#MenuBottom{
	float:left;
	background-image:url('../Images/MenuBottom.png');
	background-repeat:no-repeat;
	width:200px;
	height:18px;
}

#MenuTop{
	background-image:url('../Images/MenuTop.png');
	background-repeat:no-repeat;
	width:200px;
	height:11px;
}

#MenuMiddle{
	padding-left:3px;
	float:left;
	width:200px;
	background-image:url('../Images/MenuMiddle.png');
	background-repeat:repeat-y;
	background-position:right;
}

#Menu{
	width:200px;
	color:#ffffff;
	position:relative;
	float:left;
}

#Menu a, a:visited{
	text-decoration:none;
	color:#eceaec;
}

#Menu a:hover, a:active, a:focus{
	color:#e48ee4;
}

#Menu ul{
	list-style-type:none;
	padding-left:15px;
	line-height:22px;
	margin:10px;
}

#Menu .HomeLink{
	text-decoration:underline;
}

#Menu h2{
	color:#eceaec;
	text-decoration:underline;
	font-weight:normal;
	padding-left:10px;
}

#Content{
	margin-left:205px;
	width:715px;
	margin-top:3px;
	min-height:400px;
	background-color:#ffebff;
	padding:15px;
	border:1px solid #ffcaff;
	background-image:url('../Images/contentSlice.png');
	background-repeat:repeat-x;
}

#FooterLeft{
	margin:0px;
	float:left;
	background-image:url('../Images/FooterLeft.png');
	background-repeat:no-repeat;
	height:45px;
	width:13px;
}

#FooterMiddle{
	float:left;
	height:45px;
	width:936px;
	background-image:url('../Images/FooterMiddle.png');
	background-repeat:repeat-x;
}

#FooterText{
	padding-top:9px;
	color:#eceaec;
	width:192px;
	float:left;
}

#FooterContact{
	float:left;
	font-size:10px;	
	color:#eceaec;
	padding-top:3px;
	width:550px;
}

#FooterLinks{
	padding-top:9px;
	float:left;
	width:194px;
}

.LnkBtn{
	color:#eceaec;
	padding-right:10px;
	float:right;
}

#FooterRight{
	height:45px;
	width:9px;
	margin-left:949px;
	background-image:url('../Images/FooterRight.png');
	background-repeat:no-repeat;
}

h2{
	padding-top:0px;
	margin-top:0px;
	color: #880e65;
	font-weight:100;
}

h4{
	padding-top:0px;
	margin-top:0px;
	color: #880e65;
	font-weight:200;
}

p{
	font-size:13px;
	margin-top:0px;
	text-align:justify;
	line-height:19px;
}

a:link, a:visited{
	color:#881687;
	text-decoration:underline;
}

#MapGoogle{
	border:1px solid #881687;
	width:715px;
	height:530px;
}