/*  	
---------------------------------
corner.css coded by CRLin 
--------------------------------- */

/* corner logo start */
/* Coded by CRLin. If you use these codes, please leave this line */
html, body {
	padding: 0px 9px 5px 0px;
	margin: 0;
	background-color: #b2c5d9;
}

#wrap {
	min-width: 650px;
	width: 850px;
	margin: 0 auto;
	padding: 0px 30px 20px 45px;
}

#corner_left {
	min-width: 725px;
	width: 925px;
	margin: 0 auto;
	background: #FFFFFF url("./images/corner_left1.gif") repeat-y;
}

#corner_right {
	background: url("./images/corner_right1.gif") 100% 0 repeat-y;
}

#corner_bottom {
	background: url("./images/corner_bottom1.gif") 0 100% repeat-x;
}

#corner_top {
	background: url("./images/corner_top1.gif") 0 0 repeat-x;
}

#corner_bottom_R {
	background: url("./images/corner_bottom_R1.gif") 100% 100% no-repeat;
}

#corner_bottom_L {
	background: url("./images/corner_bottom_L1.gif") 0 100% no-repeat;
}

#corner_top_R {
	background: url("./images/corner_top_R1.gif") 100% 0 no-repeat;
}

#corner_top_L {
	height: 75px;
}

#web_logo {
	float: left;
	width: 240px;
}

#menubar1 {
	float: right;
	padding: 35px 30px 0px 0px;
	font-size: 1.1em;
}

