@charset "utf-8";
.main_div {
	background-position: center;
	width: 820px;
	margin: 0px auto -1px auto;
	margin-top: 20px;
	padding-left:10px;
	font-family: /*"trajan Pro",*/ "Lucida Sans Unicode";
	font-size: 14px;
	
}
.top_wrap {
height:137px;
}
.body {
	background-color: #0063A1;
	color: #0063A1;
	margin:0 auto;
}
.logo {
	height: 120px;
	width: 120px;
	float: left;
	margin-left:10px;
}
.name {
	height: 100px;
	width: 400px;
	float: left;
	margin-left:10px;
}
.menu {
	float: right;
	width: auto;
	height: 40px;
	color:#FCEE21;
	text-align:right;
	font-size:16px;
}
.image {
	height: 30px;
	width: 800px;
	clear:left;
	padding-left:10px;
	padding-top:10px;
}
.image_wrap {
	height: 195px;
	width: 820px;
	clear:left;
	background-image:url(images/image.png);
	background-repeat:no-repeat;
}
.main_text {
	clear: left;
	width: 820px;
	background-image:url(images/background.png);
	background-repeat:repeat-y;
	overflow: auto;
}
.left_text {
	float: left;
	width: 540px;
	clear: left;
	height: auto;
	padding-left: 20px;

}
.right_text {
	float: left;
	width: 200px;
	padding-left:20px;
	height: auto;
}
.footer {
	clear: left;
	height: 60px;
	width: 820px;
	color:#FCEE21;
	text-align:center;
	background-image:none;
	}

.menu_link:link {color:#FCEE21;
text-decoration:none;}      /* unvisited link */
.menu_link:visited {color:#FCEE21;
text-decoration:none;}  /* visited link */
.menu_link:hover {
	color:#FFFFFF;
	text-decoration:none;
}  /* mouse over link */
.menu_link:active {color:#FCEE21;
text-decoration:none;}  /* selected link */

img {
border-style:none;
}
.login {
	float: right;
	height: 80px;
	width: 250px;
	color:#FCEE21;
	text-align:right;
	padding-top:20px;
}
.input_login {
    background-color: #FCEE21;
    background-image: url(images/login.png);
    border: 1px solid #555555;
    font-size: 14px;
    color: #FCEE21;
} 

.members_caption {
	height: 30px;
	width: 800px;
	clear:left;
	background-color:#E0DFCB;
	margin-left:10px;
	text-align:center;
}
.list_wrap {
width:800px;
background-color:#FAF9E3;
margin-top: 0px;
margin-left:10px;
overflow:hidden;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

a:link { 
	color: #0063A1;
	}
a:visited { 
	color: #0063A1;
	}
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
	}
a:active { 
	color: #0063A1;
	}
