* { padding: 0; margin: 0; }

body {
	background-color: #0a2972;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	width: 758px;
	margin: 0 auto;
	text-align: left;
	padding: 16px 0 0 0;
	overflow: hidden;
	_height: 100%;
}

#column-left {
	float: left;
	width: 384px;
}

#column-right {
	float: left;
	width: 374px;
}

/* CORNERS
------------------------------------------*/

.corners { display: block; overflow: hidden; _height: 100%; }

.corner-top-left { height: 10px; background-image: url("../img/corner-top-left.png"); background-repeat: no-repeat; background-position: left; }
.corner-top-right { height: 10px; width: 10px; background-image: url("../img/corner-top-right.png"); background-repeat: no-repeat; background-position: right; }
.corner-bottom-left {  height: 10px; background-image: url("../img/corner-bottom-left.png"); background-repeat: no-repeat; background-position: left; }
.corner-bottom-right { height: 10px; width: 10px; background-image: url("../img/corner-bottom-right.png"); background-repeat: no-repeat; background-position: right }


/* HEADER / FOOTER
------------------------------------------*/

#header {
	background-color: #ffffff;
}

#header-content {
	background-image: url("../img/header.jpg");
	background-repeat: none;
	height: 188px;
}

#footer {
	width: 758px;
	margin: 10px auto;
	background-color: #ffffff;
	overflow: hidden;
	_height: 100%;
}

/* BLOCKS
------------------------------------------*/

.block {
	width: 374px;
	margin-top: 10px;
	position: relative;
}

.block:hover {
	cursor: pointer;
}

.arrow {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

/* COLORS
------------------------------------------*/

.red { background-color: #e40000; }
.white { background-color: #ffffff; }
.green { background-color: #13c804; }
.orange { background-color: #ff7b07; }
.yellow { background-color: #fcdc00; }
.aqua { background-color: #28cbff; }

/* TYPOGRAHPY
------------------------------------------*/

h1 {	padding: 5px 0 0 13px;}

h2 {
	color: #0a2972;
	font-size: 11px;
	font-weight: normal;
	width: 350px;
	padding: 80px 0 0 380px;
}

p {
	font-size: 11px;
	padding: 5px 10px 0 15px;
	color: #0a2972;
	width: 280px;
}

.white-txt { color: #ffffff; }

#email {

	float: left;
	width: 200px;

	text-align: left;
	padding: 0 0 0 15px;
}

#email a {
	color: #ff0000;
	font-size: 10px;
	text-decoration: none;
			
}

#copyright {
	color: #0a2972;
	float: right;
	width: 200px;
	font-size: 10px;
	text-align: right;
	padding: 0 15px 0 0;
}