body {
    background-color: #06315b;
	margin-left: 0px;
	margin-top: 0px;
}

p {
    padding-left: 32px;
	font-family: alibri, arial;
	font-size: 12px;
	position: relative;
	top: -15px;
	color: #545454;
}

p.large_title {
	padding-top: 5px;
	margin-left: -10px;
	padding-bottom: 2px;
	font-family: Calibri, arial;
	font-size: 15px;
	text-decoration: bold;
	color: #000000;
}

p.firstline {
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
	font-family: Calibri, arial;
	font-size: 12px;
	color: #C0C0C0;
}

.wrapper {
	width: 1200px;
	margin: auto;
}

.main_left {
	width: 400px;
	height: 500px;
	position: relative;
	background-color: yellow;
}

.main_center {
	width: 400px;
	height: 500px;
	position: relative;
	background-color: blue;
}

/* ***** top of page ****** */
.mid_section {
	color: #000000;
	background-color: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;		
}

.main_right {
	width: 400px;
	height: 500px;
	position: relative;
	background-color: red;
}

img.blogwindow {
	display: block;
	margin: auto;
}

.header {
	width: 1200px;
	height: 215px;
}

.copywrite {
	font-size: 11px;
	font-family: calibri, arial;
	color: #C0C0C0;
	margin-top: 15px;
	text-align: right;
	padding-right: 25px;
}