/* css for basic items ------------------------------------------------------------------------------------------ */
html,body	{
 	width:100%;
 	}
body {
    padding: 0;
    margin: 0;
 	min-width: 880px;
	font-family: arial, helvetica, verdana;
    font-size: 10px;
    line-height: 13px;
	color: #666666;
	background: #cccccc;
 	}
img {
	margin: 0;
    padding: 0;
	}
a, 
a:visited {
	color: #4c869b;
	text-decoration: none;
	}
a:hover, 
a:active {
	color: #001624;
	text-decoration: none;
	}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    }
ul li {
    padding: 0;
    margin: 0;
    }
p {
	padding: 0 0 14px 0;
	margin: 0;
	}
blockquote {
	padding: 8px 24px 8px 19px;
	margin: 0;
	}


/* css for site structure --------------------------------------------------------------------------------------- */
#outer {
	width: 100%;
	display: table;
	vertical-align: middle;
	background: #cccccc;
 	}
#container {
	margin: 50px auto 50px auto;
	width: 880px;
    }
#inner {
	width: 880px;
	background: #fff url(../images/bg.gif);
	}    


/* css for headers  --------------------------------------------------------------------------------------------- */
#header-left {
	position: relative;
	padding: 20px 5px 5px 20px;
	width: 135px;
	height: 135px;
	overflow: hidden;
	float: left;
    }
#header-right {
	position: relative;
	padding: 20px 20px 5px 0;
	width: 700px;
	height: 135px;
	overflow: hidden;
	float: right;
    }
#header-right ul {
	width: 700px;
	}
#header-right ul li {
	float: left;
	}


/* css for footer items ----------------------------------------------------------------------------------------- */
#footer {
	position: relative;
	padding: 50px 0 20px 20px;
	width: 880px;
    clear: both;
	font-size: 9px;
    }

/* css for text and link items ---------------------------------------------------------------------------------- */
