/******** GLOBAL ********/

*{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0 auto 0 auto;
	text-align: center;
	width: 1024px;
}

a, img{
	border-style: none;
}

a:link{
	text-decoration: underline;
	color: #ed1c24;
}

a:visited{
	text-decoration: underline;
	color: #ed1c24;
}

a:active{
	text-decoration: underline;
	color: #fa4f56;
}

a:hover{
	text-decoration: underline;
	color: #fa4f56;
}

p, ul{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
}

h1{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

#header{
	margin-top: 30px;
	margin-bottom: 40px;
	width: 100%;
	height: 220px;
	background-color: #ffffff;
}

#bottom{
	width: 842px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#menu{
	float: left;
	margin-top: 23px;
	width: 163px;
	height: 354px;
}

ul#menu_buttons{
	list-style: none;
}

ul#menu_buttons li{
	margin-bottom: 32px;
	padding: 0;
}

#divider{
	background-color: red;
	float: left;
}

#content{
	float: right;
	margin-top: 12px;
	width: 620px;
	height: 450px;
}

#content_wrapper{
	height: 390px;
}

#content_wrapper p, #content_wrapper img, #content_wrapper ul, #content_wrapper h1{
	margin-top: 20px;
}


#content_wrapper ul{
	padding-left: 16px;
	list-disc-type: disc;
}

#about_service_list{
	width: 480px;
}

#about_service_list li{
	width: 240px;
}

#service_service_list{
	width: 600px;
}

#service_service_list li{
	width: 300px;
}

.service_list_exception{
	list-style: none;
}

.service_list_exception_first{
	list-style: none;
	float: left;	
}

.float_right_li{
	float: right;
}

.float_left_li{
	float: left;
}

p#after_float_list{
	margin-top: 7px;
}


.fb-like{
	margin-top: 80px;
	margin-right: 0px;
	float: right;
}
