@charset "utf-8";
/* CSS Document */

/* COOL CONCRETE CREATIONS 2009
======================================================= */

/* LAYOUT
======================================================= */

body {
  background-image: url("images/bkg-page.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-color: #202022;
}

/* TYPE
======================================================= */
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#29607C;
}

.main {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}

.headline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
}

.viewmore {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
font-weight:bold;
}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

/* LINKS
======================================================= */
.main a:link {
	color: #29607C;
	text-decoration: none;
}
.main a:visited {
	color: #29607C;
	text-decoration: none;
}
.main a:hover {
	color: #29607C;
	text-decoration: underline;
}
.main a:active {
	color: #29607C;
	text-decoration: none;
}

.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #29607C;
	text-decoration: none;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:link {
	color: #29607C;
	text-decoration: none;
}
.footer a:visited {
	color: #29607C;
	text-decoration: none;
}
.footer a:hover {
	color: #29607C;
	text-decoration: underline;
}
.footer a:active {
	color: #29607C;
	text-decoration: none;
}

.viewmore a:link {
	color: #29607C;
	text-decoration: none;
}
.viewmore a:visited {
	color: #29607C;
	text-decoration: none;
}
.viewmore a:hover {
	color: #29607C;
	text-decoration: underline;
}
.viewmore a:active {
	color: #29607C;
	text-decoration: none;
}

/* IMAGE STYLE
======================================================= */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}


