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

div.clr {
	clear: both;
}

p {
	margin: 8px 0px 24px 0px;
	font: normal normal normal 12px Arial;
	line-height: 18px;
	color: #3B3E40;
}

a {
	text-decoration: none;
}

#content {
	font: normal normal normal 12px Arial;
	color: #3B3E40;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Content
----------------------------------------------------------------------------------*/

h1,
.componentheading {
	position: relative;
	font: normal normal normal 22px Helvetica67-CondensedMedium, Arial, sans-serif;
	color: #8D6B3D;
	margin: 5px 0;
}

h2 {
	font: normal normal normal 18px Helvetica67-CondensedMedium, Arial, sans-serif;
	color: #8D6B3D;
	margin: 5px 0;
}

h3 {
	font: normal normal normal 16px Helvetica67-CondensedMedium, Arial, sans-serif;
	color: #000;
	margin: 5px 0;
}

h4 {
	display: block;
	background: #8D6B3D url(../images/bg/gallery-click.jpg) no-repeat bottom right;
	margin: 0 0 12px 0;
	height: 34px;
	font: normal normal bold 13px Arial;
	padding-left: 8px;
	line-height: 34px;
	color: #fff;
	margin: 5px 0;
}

ul {
	font: normal normal bold 11px Arial;
	list-style: square;
	margin: 10px 0 10px 40px;
}

ol {
	font: normal normal bold 11px Arial;
	margin: 10px 0 10px 40px;
}

ul li,
ol li {
	line-height: 18px;
}

table#personnel-table {
	width: 100%;
	text-align: center;
}

#personnel-table img {
	border: 1px solid #8D6B3D;
	padding: 1px;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: INTERNAL:: CONTENT :: GALLERY
----------------------------------------------------------------------------------*/

#content div#photo-gallery {
	margin-bottom: 30px;
}

#photo-gallery img {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0px 10px 10px 0px;
}