/* =CSS 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, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
b,strong{
	font-weight:bold;
}
i,em{
	font-style:italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need cellspacing='0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}
i, .none {
	display: none;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align: right;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
a {
	cursor: pointer;
	color: #0f6bac;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #eb731b;
}
/* =BODY
===========================================*/
body {
	text-align: center;
	background: #fff url(../images/bg.png) repeat-x;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #484848;
}
#container {
	width: 960px;
	background: url(../images/top.png) no-repeat top center;
	text-align: left;
	margin: 0 auto;
	padding-top: 25px;
}
h1#logo {
	margin: 0 auto;
	width: 243px;
	height: 104px;
	background: url(../images/easeweb_logo.png) no-repeat;
	text-indent: -9999px;
}
p {
	text-align: center;
	margin-bottom: 15px;
}
#image {
	height: 293px;
	background: url(../images/header.jpg) no-repeat;
}
.content {
	width: 540px;
	margin: 0 auto;
	height: 80px;
}
.content p {
	float: left;
	width: 270px;
	margin: 0 auto;
	text-align: left !important;
}
.content p.last {
	margin-left: 30px;
	display: inline;
	width: 240px;
}
.contact {
	clear: both;
	width: 960px;
	height: 28px;
	text-align: center;
	background: url(../images/address_bg.png) no-repeat;
	padding-top: 12px;
	margin-bottom: 15px;
}
.contact a {
	padding: 0px 22px;
}
	

