@charset "utf-8";
/* CSS Document */
body {
	background-color: #ddd;
	color: #333333;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
}

li {
	margin: 8px;
	padding: 0px 10px 8px 10px;
	font-family: "Trebuchet MS", Georgia, Garamond, Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	
}

h3 {
	font-family: "Trebuchet MS", Georgia, Garamond, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
}

a {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #5c5c5c;
	text-decoration:none;
}

#wrapper {
	position: relative;
	width: 800px;
	margin: 50px auto;
	background-color: #ffffff;
	border: #cccccc 1px solid;
	padding-bottom: 30px;
}

#header {
	position: relative;
	height: 210px;
	width: 80%;
	margin: auto;
	/*border-bottom: #e0e0e0 1px solid;*/
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 210px;
	width: 221px;
	background-image: url(images/emblem.jpg);
}
#info {
	position: absolute;
	top: 155px;
	left: 235px;
	height: 50px;
	width: 350px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
#info a {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration: none;
}
#info a:hover {
	color: #5c5c5c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration: underline;
}
#title {
	position: absolute;
	top: 50px;
	left: 230px;
	width: 368px;
	height: 105px;
}
#title_l {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 105px;
	height: 105px;
	background-image: url(images/title_01.jpg);
}
#title_ml {
	position: absolute;
	left: 105px;
	top: 0px;
	width: 107px;
	height: 105px;
	background-image: url(images/title_02.jpg);
}
#title_mr {
	position: absolute;
	left: 212px;
	top: 0px;
	width: 83px;
	height: 105px;
	background-image: url(images/title_03.jpg);
}	
#title_r {
	position: absolute;
	left: 295px;
	top: 0px;
	width: 73px;
	height: 105px;
	background-image: url(images/title_04.jpg);
}

#bar1 {
	position: relative;
	width: 90%;
	height: 6px;
	margin: 4px auto;
	background-color: #dddddd;
}

#bar2 {
	position: relative;
	width: 90%;
	height: 6px;
	margin: 4px auto;
	background-color: #999999;
}

#bar3 {
	position: relative;
	width: 90%;
	height: 6px;
	margin: 4px auto;
	background-color: #333333;
}

#services {
	position: relative;
	margin: 15px auto;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	font-family: Garamond, Helvetica, Georgia, "MS Trebuchet", sans serif;
	font-size: 22px;
	color: #333333;
}

#legal {
	position: relative;
	clear: both;
	width: 600px;
	margin: 30px auto;
	font-size: 9px;
	color: #999999;
	font-family: arial, verdana, serif;
	text-align: center;
}

#follow {
	position: absolute;
	right: -130px;
	bottom: -15px;
	width: 80px;
	height: 40px;
}

#design {
	position:relative;
	width:700px;
	background-color:#ffffff;
	margin: 25px auto;
	/*border: #999999 1px solid;*/
}

#custom {
	position:relative;
	width:700px;
	background-color:#ffffff;
	margin: 25px auto;
	/*border: #999999 1px solid;*/
}

#manage {
	position:relative;
	width:700px;
	background-color:#ffffff;
	margin: 25px auto;
	/*border: #999999 1px solid;*/
}

.norm {
	font-family: Georgia, Garamond, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	padding: 50px 50px 15px 50px;
	text-align: justify;
}