@charset "utf-8";
/* CSS Document */

body {
	margin:10px;
	text-align: center;
	background-attachment: fixed;
	background-color: #F2F0EB;
  }
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
	
img {
   border:0;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #EF557C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #FE8DAA;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial;
}

#outer-wrapper {
  	width: 900px;
  	margin:0 auto;
	padding:0px;
	text-align:left;
	background: #ffffff ;
	border:0px;
	}
#header-wrapper {
	width:900px;
	height:147px;
	margin:0 auto 0px;
	text-align: center;
  }
  
#border1 {
	float:left;
	width:945px;
	border:10px solid #DDD1B9;
	background:#F8FCF8;
	padding: 10px;
}

#border3 {
	float:left;
	width:930px;
	border:3px dotted #DDD1B9;
	background:#F8FCF8;
	padding: 5px;
}

#border2 {
	float:left;
	width:915px;
	border:1px solid #53351B;
	background:#F8FCF8;
	padding: 7px;
}

  
#main {
  	width: 500px;
	margin-left: 10px;
	margin-right:10px;
	float: left;
	overflow: hidden;     
	}
	
.main-right-img {
	text-align: right;
	}
	
.main-left-img {
	 float: left; 
    margin: 4px;
	}

	
#sidebar {
	width: 180px;
	float: left;
	padding-left:5px;
	word-wrap: break-word;
	overflow: hidden;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	background-color: #F2F0EB;
	}
	
.sidebar-img	{
  	margin-top: 10px;
  	margin-bottom: 0;
	}
	
.sidebar a:link {
	color: #53351B;
	padding-left: 10px;
	}
.sidebar a:visited {
	color: #53351B;
	padding-left: 10px;
	}
.sidebar a:hover {
	color: #D72A56;
	padding-left: 10px;
	}
.sidebar a:active {
	color: #D72A56;
	padding-left: 10px;
	}


#right-side {
	width: 195px;
	float: right;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	overflow: hidden;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #958475;
	margin-bottom: 5px;
	font-size: 11px;
	}
	
.right-side-img	{
  	margin-top: 10px;
  	margin-bottom: 0;
	}
	
.right-side-header {
	margin-bottom: 0;
	padding-bottom: 0px;
}	

p.side{
	margin-top: 0px;
	padding-top: 0px;
}

	
.links {padding-left: 10px;}
  
.lgfont {color:#FE8DAA; }


#footer {
	width:900px;
	clear:both;
	background-color: #958475;
	text-align: center;
	}
	
.footer-text {
	text-align: center;
	color:#ffffff;
	font-family: Arial, "Century Gothic", Verdana, "Trebuchet MS";
	font-size: 10px;
}

.footer-text a:link {
	text-decoration: none;
	color: #FFD1DD;
	}
.footer-text a:visited {
	text-decoration: none;
	color: #FFD1DD;
	}
.footer-text a:hover {
	text-decoration: none;
	color: #53351B;
	}
.footer-text a:active {
	text-decoration: none;
	color: #53351B;
	}
