/* Pope Productions CSS Layout Styles */

/* Blues:  042943  01446f  02538a 0c5e96 5eb1e7 56b6f2 */

body {
	background-color: #032943;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	color: white;
	margin: 0px;
}

div.main { 
	text-align: left;
	width: 620px; 
	height: 1024px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #03538b;
}

a {
	color: #50b4f8;
}

#lang {
	font-size: 10px;
	margin: 0px, 0px, 0px, 0px;
	text-align: right;
}

A:hover { color: white;}

h1, h2, h3 {
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 15px;
	text-transform: uppercase;
	background-color: #0c5e96;
	border-top: 1px solid #5eb1e7;
	margin: 0px;
	padding: 4px;
}

h3 {
	font-size: 11px;
	background-color: #01446f;
	margin: 0px;
	padding: 5px;
}

p#cpr {
	font-size: 9px;
	text-align: center;
	color: #5eb1e7;
	border-top: 1px solid #5eb1e7;
}

div#wave {
	text-align: right;
	background-color: #0c5e96;
	margin: 0px;
}

div#flash {
	text-align: center;
}

div#topbars {
	background: url("C/images/stripes1.gif");
	height: 75px;
	margin: 0px;
}
