/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	font-family: "Courier New", Courier, Monaco, monospace;
	background: #FFF;
	color: #333;
	font-size: 100%;
	padding: 0 0 40px;
	
}

body.black {background:#231f20;}

p {font-size:.9em;margin-bottom:1.2em;}
p.centered {text-align:center;}
p.last {margin-bottom:3em;}

/* anchors
----------------------------------------------- */
a {
	color: #ec008c;
	font-weight:bold;
	text-decoration: none;
}

a.dark {
	color: #f9ff22;
	font-weight:bold;
	text-decoration: none;
}


a:hover {
	color:#333;
}

.email_link {position:relative;}
.large_dot {font-size:110px;line-height:0;margin-bottom:-10px;position:relative;}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}

.black_circle {margin-top:-60px;background:url(images/black_circle.jpg) top center no-repeat;padding-top:540px;}
.black_circle p {color:#FFF;}
.globe_banner {background:url(images/globe_2.gif) top center no-repeat;padding-top:330px;}
