
/* Global style settings */

/* Colors: Tan #E3CFB6, Brown #5D452B, Yellow #FFD900 */

body
{
	text-align: justify;
	color: #000000;
	background-color: #5D452B;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}

.IE_scroll_fix_wrapper
{
	position: relative;
	width: 780px;
	height: 1%;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

.page_size
{
	position: absolute;
	width: 774px;
	padding: 0px;
	margin: 0px;
	border: 3px solid #000000;
}

.content_area
{
	position: relative;
	padding: 10px;
	background-color: #E3CFB6;
}

.footer
{
	text-align: center;
	font-size: 10px;
	position: relative;
	clear: both;
}

.float_clear_hack
{
	clear: both;
	line-height: .1;
}

.heading1
{
	color: #5D452B;
	font-size: 28px;
	padding: 10px 0px 15px 10px;
	font-family: sans-serif;
}


/* Main Page style */

#ribbon
{
	position: relative;
	float: right;
	margin: 0px 10px 10px 10px;
}


/* Footer Box style */

#footer_box
{
	clear: both;
	position: relative;
	width: 500px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	padding: 5px;
}


#footer_left
{	
	position: relative;
	float: left;
	text-align: left;
	margin-top: auto;
	margin-bottom: auto;
	padding: 10px;
	vertical-align: middle;
}

#footer_right
{
	position: relative;
	float: right;
	text-align: right;
	margin-top: auto;
	margin-bottom: auto;
	padding: 10px;
	vertical-align: middle;
}

#footer_logo
{
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0px;
	margin: 0px;
	left: 217px;
	border: 1px solid #000000;
}


/* Contact Page style */

.number_align
{
	position: absolute;
	left:	70px;
}

#map
{
	position: relative;
	float: right;
	margin-left: 10px;
	width: 450px;
	height: 300px;
	padding: 0px;
	border: 2px solid #000000;
	margin-bottom: 5px;
}

#map_note
{
	clear: both;
	position: relative;
	float: right;
	margin-right: 10px;
	width: 450px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
}


/* Gallery page */

.img_left
{
	position: relative;
	float: left;
	margin: 10px;
	width: 200px;
}

.img_right
{
	position: relative;
	float: right;
	margin: 10px;
	width: 200px;
}


/* Navbar style */


#Table_01 {
	position:relative;
	margin-top: 0px;
	width:780px;
	height:157px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:33px;
}

#side {
	position:absolute;
	left:0px;
	top:33px;
	width:24px;
	height:124px;
}

#logo {
	position:absolute;
	left:24px;
	top:33px;
	width:136px;
	height:124px;
}

#middle {
	position:absolute;
	left:160px;
	top:33px;
	width:620px;
	height:87px;
}

#dot1 {
	position:absolute;
	left:160px;
	top:120px;
	width:46px;
	height:25px;
}

#home {
	position:absolute;
	left:206px;
	top:120px;
	width:70px;
	height:25px;
}

#dot2 {
	position:absolute;
	left:276px;
	top:120px;
	width:26px;
	height:25px;
}

#project {
	position:absolute;
	left:302px;
	top:120px;
	width:139px;
	height:25px;
}

#dot3 {
	position:absolute;
	left:441px;
	top:120px;
	width:30px;
	height:25px;
}

#contact {
	position:absolute;
	left:471px;
	top:120px;
	width:106px;
	height:25px;
}

#dot4 {
	position:absolute;
	left:577px;
	top:120px;
	width:203px;
	height:25px;
}

#bottom {
	position:absolute;
	left:160px;
	top:145px;
	width:620px;
	height:12px;
}

