#main_logo {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#character_banner {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#action_buttons {
	margin-top: 40px;
	margin-bottom: 50px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#footer {
	margin-top: 20px;
	padding-top: 10px;
	width: 400px;
	clear:both;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	border-top: 1px solid #ccc;
}
.action_button_left {
	display: inline;
	margin-right: 20px;
}
.action_button_right {
	display: inline;
	margin-left: 20px;
}
a.action_button_leader, a.action_button_leader:hover {
	padding: 10px;
	border: 1px solid #666;
	color: #000;
	background-color: #eaac15;
	text-decoration: none;
	font: normal bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.action_button_looking, a.action_button_looking:hover {
	padding: 10px;
	border: 1px solid #666;
	color: #000;
	background-color: #eaac15;
	text-decoration: none;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.footer_links {
	margin-top: 10px;
}
.existing_members {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.media {
	color: #787878;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.quote {
	color: #575757;
	font-size: 11px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 20px;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
.my_guilds {
	text-align: center;
}
table.guild_list {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	margin-bottom: 10px;
}
table.guild_list td {
	padding: 3px;
}
table.guild_list td.pic {
	width: 50px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.guild_list td.name {
	text-align: left;
	padding-left: 5px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.login_field {
	width: 260px;
}
/* column container */
.colmask {
	position:relative;		
/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;	
/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
	background:#fff;
}
.rightmenu .colleft {
    float:left;
    width:200%;
    margin-left:0px;
    position:relative;
    right:100%;
    background:#fff;
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
    margin: 0 0 0 0;
    overflow:hidden;
	/*border-right: 1px solid #ccc;*/
}
.rightmenu .col2 {
    float:right;
    width:0px;
    position:relative;
    left:0px;
}

.clear:after { 
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0; 
	content: "."; 
}
.clear { 
	display: inline-block; 
}

/* -- reset stuff --- */
.reset_title {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.reset_form {
	margin-top: 10px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.reset_error {
	width: 400px;
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}