
/**
 *		Wrappers
 */

#wrapper {
	position: relative;
	text-align: center;
}

#wrapper-main {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 903px;
	position: relative;
}

#wrapper-header {
	height: 132px; 
	background: url(../images/bk-header.gif) no-repeat; 
}

#wrapper-content { 

}

#wrapper-footer {
	background: url(../images/footer_background.gif) repeat-x; 
	width:100%; 
	height: 25px; 
	text-align: center;
}


/**
 * 		Main Layout
 */

#header {	
	text-align:left;         
}

#logo {
	height: 128px;
	width: 128px; 
}


#side-left{
	float: left;
	width: 118px;
}

#side-right{

	float: left;
	width: 498px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#side-left, #side-right {
/*	margin-top: 35px; */
	margin-bottom: 30px;
}

#footer {
	padding-top: 5px;
}

/**
 *		Content Setting
 */
 
p {
	margin-top: 1.75em;
} 
.container-text {
	margin-top: 30px;
	margin-left:10px;
}

/**
 *		General Settings 
 */

* {
	margin: 0;
	padding: 0;
} 
 
body {
	/* header_background.gif */
	font-family: Verdana;
	font-size: 10px;
}

img {
	border: 0;
}


/**
 *		Addition settings
 */
 
.clr {
	clear:	both;
}

a {
	color: gray;
}

