/* Body
----------------------------------------------------------------------------------------------------*/
body {
	background-color:#3c5082;
}

h1, h2, h3, h4, p {
	margin: 5px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin:0 auto;
	width: 960px;
	color:#D6F3FB;
	background-color:#7EA6FD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_2,
.grid_9{
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color:#183C92;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px; 
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_2 {
	width:180px;
	margin-top:10px;
}

.container_12 .grid_9 {
	margin-top:10px;
	width:758px;
	text-align:center;
}

img {
	border:#3c5082 10px solid;
	background-color:#183C92;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.footer {
	margin:0 auto;
	text-align:center;
	text-decoration:underline;
	color:#FFF;
}

.header {
	background-image:url(images/hd.jpg);
	width:960px;
	height:240px;
	background-color:#7EA6FD;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.lynk a{
	color:#D6F3FB;
}

.lynk a:hover {
	color:#FFF;
}

.lynk {
	text-decoration:underline;
}