@charset "utf-8";
/* CSS Document */


body {
	margin:10px;
	text-align: center;
	background-attachment: fixed;
	background-color: #F2F0EB;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #53351B;
  }
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;
	overflow: visible;
	}
#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: 680px;
	margin-left: 10px;
	margin-right:10px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	}
	
.main-right-img {
	 float: right; 
    margin: 4px;
	}

.main-left-img {
	 float: left; 
    margin: 4px;
	}

.main-error {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #53351B;
	text-align: left;
}
	
#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;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial;
	font-size: 130%;
}


#footer {
	width:900px;
	clear:both;
	background-color: #958475;
	text-align: center;
	}
	
.footer-text {
	text-align: center;
	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;
	}
	
.forms {
	text-align: left;
	color:#53351B;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	float: left;
	line-height: 37px;
}

.forms a:link {
	text-decoration: none;
	color: #EF557C;
	}
.forms a:visited {
	text-decoration: none;
	color: #EF557C;
	}
.forms a:hover {
	text-decoration: none;
	color: #FE8DAA;
	}
.forms a:active {
	text-decoration: none;
	color: #FE8DAA;
	}
	
	label { text-align:left; width:500px; }
label.check, label.radio { text-align:left; }


