/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html,body {
	margin: 0;
	padding: 0;
	font-family: 'Malgun Gothic', Dotum,Dotumche, verdana, sans-serif;
	font-size: 12px;
	color: #A4E4F5;
}

/* Header */

#mainmenu {
	height: 132px;
	background: url(./images/mbg.gif) repeat left top;
	text-transform: lowercase;
}

/* Page */

#page {
	min-height: 100%;
	width: 990px;
}

/* Content */

#content {
	float: left;
	width: 445px;
	padding: 0 0 0 25px;

}

/* Left Sidebar */

#leftbar {
}

/* Sidebars */

.sidebarL {
	float: left;
	width: 270px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #A4E4F5;
    padding: 0 0 0 0px;

}

.sidebarR {
	float: right;
	width: 240px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #A4E4F5;
    padding: 0 0 0 0px;

}


/* Right Sidebar */

#rightbar {
}


/* Footer */

#footer {
	height: 80px;
	clear: both;
	padding: 0 0 0 0px;
}

