@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/page_background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0px;
	width: 552px;
}
#header {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	height: 125px;
	background-image: url(../images/se_logo1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header p {
	margin: 0 0 0 0px;
	padding: 63px 0 0 136px;
	font-family: Arial, Helvetica, sans-serif;
	color: #edcaca;
	font-size: 11px;
	line-height: 17px;
}
.header_tel  {
	font-weight: bold;
	font-size: 21px;

}
#main {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	background-color: #f3f3f3;
	border-color: #e2e2e2;
	border-width: 1px;
	border-style: solid;
}
#content {
	margin: 10px;
	padding: 0 0 0 0px;
	background-color: #FFFFFF;
}
#content a {
	color: #be1212;
	text-decoration: none;

}
#content a:hover {
	color: #be1212;
	text-decoration: underline;
}


#content h1 {
	margin: 0 0 0 0px;
	padding: 26px 0 25px 0px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	font-size: 26px;
}
#content p {
	margin: 0 0 0 0px;
	padding: 0px 50px 5px 50px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	font-size: 15px;
}
#bullets1 {
	width: 200px;
	float: left;
	margin: 0 0 0 0px;
	padding: 0 0 30px 95px;
	text-align: left;
}
#bullets2 {
	width: 200px;
	float: left;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	text-align: left;
}
.highlight {
	color: #be1212;

}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0 0 0 28px;
	color: #333333;
	font-size: 19px;
	line-height: 31px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer {
	margin: 13px 0 0 0px;
	padding: 0 0 0 0px;
	height: 73px;
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #2F3845;
}
