﻿
body {
	font: Georgia, tahoma;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {color:#482529; font-size:12px;}
a:hover{text-decoration:underline;}


#header {
	text-align: left;
	padding: 10px 0 0 30px;
}
#menu {
	text-align: left;
	padding: 20px 0 0 40px;
}
#footer {
	font-size: 10px;
}

#all_pages {
	background-image: url(images/patgas.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#all_pages #main {
	width: 761px;
	height: 581px;
/*	margin-top: 30px; */
	background-color: #ffffff;
	text-align: center;
	margin:30px auto;
}

#all_pages #tb_border {
	width: 761px;
	height: 581px;
	border: 1px solid #c5509e;
	
}

#all_pages #lr_border {
	width: 759px;
	height: 580px;
	border-left: 1px solid #efd6e9;
	border-right: 1px solid #efd6e9;
}

#enter_page #main {
	width: 650px;
	background: #FFFFFF;
	margin: 250px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#all_pages #content {
	text-align: left;
	padding: 20px 0 0 40px;
	font-family: Georgia, tahoma;
	color: #482529;
	line-height: 150%;
}

#text ul {
	font-family: Georgia, tahoma;
	color: #482529;
	margin: 15px;
	list-style-type:square;
	font-size: 14px;
}

#enter_page #mainContent {

}
#enter_page #mainContentText {
	text-align: left;
	font-size: 22px;
	padding-left: 100px;
}
.greenText {
	color: #abc337;
}
.brownText {
	color: #482529;
}
.pinkText {
	color: #e878b2;
}

.back {
	float: left;
}
.forward {
	float: right;
}

#join_email {
	margin: 20px 20px 0 0;
}
