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


/* LAYOUT
------------------------------------- */

html {
	overflow-y:scroll;
}

img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	height: 100%;
}

#container {
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 40px;
	width: 900px;
	height: 100%;
}



/* LEFT COLUMN
------------------------------------- */
#leftColumn {
	float: left;
	margin-top: 30px;
	width: 200px;
	height: 664px;
	background-color: #00aeef;
	text-align: center;
}

#leftColumn-p {	
	letter-spacing: 1px;
	line-height: 140%;
	font-size: 80%;
	color: #FFF;
}


/* CENTER COLUMN
------------------------------------- */
#centerColumn {
	float: left;
	width: 400px;
	height: 100%;
	margin: 0px 50px 0px 50px;
}

/* RIGHT COLUMN
------------------------------------- */
#rightColumn {
	float: right;
	margin-top: 30px;
	height: 664px;
	width: 200px;
}



/* HEADER
------------------------------------- */

#header {
	margin: 0 auto;
	margin-top: 20px;
	width: 500px;
	text-align: center;
}


/* FOOTER
------------------------------------- */

#footer {
	margin: 0 auto;
	padding-top: 0px;
	width: 400px;
	height: 25px;
	text-align: left;
	letter-spacing: 1px;
	font-size: 70%;
}



/* TYPOGRAPHY
------------------------------------- */

p {
	margin-top: 0px;
	letter-spacing: 1px;
	line-height: 140%;
	font-size: 80%;
	margin-bottom: 20px;
}

#pricing {
	color: #10499e;
}


h1 {
	margin: 0 auto;
	font: "Arial Black", Gadget, sans-serif;
	color: #10499e;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 120%;
	font-size: 120%;
	margin-bottom: 20px;
}


h2 {
	margin-bottom: 0px;
	color: #10499e;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 90%;	
}


h3 {
	margin-bottom: 0px;
	color: #C00;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 90%;	
}

ul {
	padding-left: 30px;
	list-style: circle;
}

li {
	margin-top: 0px;
	letter-spacing: 1px;
	line-height: 140%;
	margin-bottom: 20px;
	margin-right: 40px;
}

a:link { 
	color: #10499e;
	}
a:visited { 
	color: #10499e;
	}
a:hover { 
	color: #01AEEF; 
	}
a:active { 
	color: #10499e; 
	}
