
/*
 * --------------------------------------------------------------------------------
 *
 * SITE WIDE STYLES
 *
 * --------------------------------------------------------------------------------
 */


html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #4E545C;
	line-height: 1.6em;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #616161;
}

div, dl, dt, dd, ul, ol, li, pre, input, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

caption, th {
	text-align: left;
}

a:active, a:focus {
	outline: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {
	height: 1%;
}








#container {
	background-color: #ffffff;
	border-bottom: solid 1px #ccc;	
		
}

#container .inside {
	/* min-height: 585px; */
	width: 900px;
	margin: 0 auto;
	padding: 0 0px;
	position: relative;
	padding-top: 10px;	
	padding-bottom: 30px;
}

#container .inside p {
	margin-bottom: 2em;
}

#container #main {
	width: 525px;
	float: right;
	position: relative;
}