/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;	padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}

body, html {
	width: 100%;
	height: 100%;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#container .column {
	position: relative;
	float: left;
}

#center {
	padding: 10px 20px;       /* CC padding */
	width: 100%;
}

#left {
	width: 180px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 240px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	width: 130px;             /* RC width */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;
}

#footer {
	clear: both;
}

/*** IE Fix ***/
* html #left {
	left: 150px;              /* RC fullwidth */
}
 
/*** Equal-height Columns ***/
 
#container {
	overflow: hidden;
	z-index: 1;
}
 
#container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}
 
/*** Footer Fix ***/
 
* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #006295;         /*** Same as body background ***/
}
 
/*** Just for Looks ***/
 
body {
	margin: 0;
	padding: 0;
	background: black;
}
 
#header, #navbar, #footer {
	text-align: center;
	padding: 1px 0;
	margin: 0px;
	background: #999;
	overflow: visible;
}

#footer {
	height: 75px;
	background: #006295;
}

#header {
	height: 75px;
	background: #006295;
}

#navbar {
	height: 55px;
	background: #006295;
}

#navbar h1 {
	margin: 0px;
}

#navbar a, p{
	font-size: 1.2em;
	margin: 0px 5px;
}
 
#left {
	background: #66F;
	min-height: 650px;
}
 
#center {
	background: #DDD;
}
 
#right {
	background: #F66;
}
 
#container .column {
	padding-top: 1em;
	text-align: left;
}
