/***********************************************/
/* layout divs                                 */
/***********************************************/

#header{
	float: left;
	clear: right;
	width: 830px;
	height: 99px;
	background-color: #679cd1;
	background-image: url(../images/swguru-top.gif);
	background-repeat: no-repeat;
}

#left{
	float: left;
	width: 150px;
}

#center{
	float: left;
	width: 700px;
	background-color: #f6f6f6;
}

#trailer{
	clear: both;
	width: 100%;
	padding-top: 5px;
	font-family: tahoma, verdana, arial, sans-serif, "맑은 고딕", "굴림";
}


/***********************************************/
/* header                                      */
/***********************************************/ 

#sitename{
	float: left;
	width: 400px;
	height: 99px;
	cursor: pointer;
}

#usermenu{
	float: right;
	width: 400px;
	height: 56px;
	font-family: tahoma, verdana, arial, sans-serif, "맑은 고딕", "굴림";
	font-size: 80%;
	color: #dddddd;
	text-align: right;
	padding: 5px;
}
#usermenu a{ color: #dddddd; text-decoration: none; }
#usermenu a:link{ color: #dddddd; text-decoration: none; }
#usermenu a:visited{ color: #dddddd; text-decoration: none; }
#usermenu a:hover{ color: #ffffff; text-decoration: underline; }

#topmenu{
	display: block;
	float: left;
	width: 420px;
	font-weight: bold;
	font-size: 120%;
	color: #ffffff;
}


/***********************************************/
/* left                                        */
/***********************************************/ 
#leftmenu{
	float: right;
	width: 150px;
	background-color: #f6f6f6;
}

#leftmenu .wrap{
	float: right;
	width: 137px;
	padding: 5px;
	background-color: #f6f6f6;
	border-right: 3px dotted #cccccc;
}


/***********************************************/
/* center                                      */
/***********************************************/ 

#content{
	float: left;
	width: 500px;
	padding: 15px;
	border-right: 3px dotted #e5e5e5;
	background-color: #ffffff;
}
#gurusBlogBlock{ width: 100%; }

#rightmenu{
	float: right;
	width: 147px;
	font-size: 90%;
	padding: 5px 10px 5px 10px;
}
#searchBlock{ float: left; width: 100%; margin-top: 32px; padding: 1px 0 1px 0; #padding: 0; }
#guruListBlock{ float: left; width: 100%; margin-top: 10px; }
#tagListBlock{ float: left; width: 100%; margin-top: 15px; }
#recentBlogBlock{ float: left; width: 100%; margin-top: 15px; }


/***********************************************/
/* trailer                                     */
/***********************************************/ 

#siteinfo{
	float: left;
	font-size: 80%;
	color: #cccccc;
	padding-left: 155px;
}

#copyright{
	float: right;
	font-size: 70%;
	color: #999999;
	padding-right: 5px;
}


