@charset "utf-8";

/* ------------------------------------------------------------------------ */
/* ### OVERALL PAGE LAYOUT  ### */


* {
	padding:0; /* reset all list margins and padding */
	margin:0;
} 

#header,#navbar,#corewrap,#footer,#adsense {
	left:50%;
	margin-left:-395px;
	position:relative;
}

#header {
	background-color:#2557b3;
	height : 142px;
	border : 1px solid #2557b3;
	width : 750px;
}

#gloryshot {
	float:left;
	position:relative;
	height : 142px;
	width : 211px;
}

#nameplate {
	float:left;
	position:relative;
	height : 142px;
	width : 442px;
	border-left:1px solid #02255f;
}

#navbar {
	background-color:#e6eeff;
	border-left : 1px solid #2557b3;
	border-right : 1px solid #2557b3;
	padding:5px 5px 15px 5px;
	text-align:center;
	width : 740px;
}

#corewrap {
	background-color: #ffffff;
	border-left : 1px solid #2557b3;
	border-right : 1px solid #2557b3;
	border-bottom : 1px solid #2557b3;
	padding:20px 20px 20px 20px;
	width : 710px;
}

#corecontent {
	float: left;
	padding-right : 20px;
	position: relative;
	width: 490px;
}

#corerightbar {
	background-color : transparent;
	float : left;
	position : relative;
	width : 200px;
}

/* FOOTER */

#footer {
	position: relative;
	width : 752px;
}

#copyrightbox {
	padding:10px 20px 10px 20px;
}
