/* CSS PLAYGROUND STYLESHEET
cssplayground.net 의 테마 스타일시트 입니다.
Made by ilmol.com
*/

/* General
================================================*/
* {margin: 0; padding:0;}
ul, li {list-style:none;}
strong {font-weight:bold;}
a, ins {text-decoration: none;}
q:before,q:after {content:'';}
table {border-collapse:collapse;border-spacing:0;}
fieldset, img, abbr {border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
html { overflow-x: auto; height:100%;text-align:center;}
/* fixes MSIE scrollbar bug */

body {	margin:0;padding:0; 
		font: 0.74em/1.6 "Arial", "AppleGothic", "Malgun Gothic", sans-serif;
		background: #bed536 url(img/bg.gif) no-repeat center 0;}

/* Typography
================================================*/
a {color: #a30029;}
a:hover {text-decoration:underline;}
p {padding: 0.4em 0 1.4em 0;}
blockquote {padding: 1em;margin-left: 1em;background: #eee;}
ul {padding: 0.5em 0 1.4em 1.4em;}
li {padding-left: 14px; background: url(img/li.gif) no-repeat 0 3px;}
h3 {font-size:1.4em;}
h4 {font-size:1em;}

/* Element Specified Typography */
#wrapper {
		text-align:left;
		}
		
#contents h3 {
		padding-left: 18px;
		background: url(img/h3.gif) no-repeat 0 6px;
		}
				
#linkList h3 {
		padding-left: 18px;
		background: url(img/h3-linkList.gif) no-repeat 0 6px;
		}
				
#summary {
		font-size: 1.1em;
		color: #999;
		}

#thisDesign {
		width: 450px;
		height: 30px;
		text-indent: -999em;
		background: url(img/ilmol.gif) no-repeat;
		}

#footer {
		text-align:center;
		}

#footer p {
		padding-top: 35px;
		}

/* General Layout
================================================*/
#headerAccessibility, 
#footerAccessibility {
		display:none;
		}
		
#wrapper {
		width: 962px;
		margin: 0 auto;
		background: url(img/bg-mid.gif) repeat-y;
		}
		
#header {
		height: 331px;
		position:relative;
		background: #bed536 url(img/bg-top.jpg) no-repeat center 0;
		}
		
#header h1, 
#header h2 {
		display:none;
		}
		
#header #summary {
		width: 280px;
		position:absolute; 
		top: 189px;
		left: 500px;
		}
		
#contents {
		float:left;
		width: 580px;
		margin: 20px 0 25px 55px;
		}
		
#linkList {
		float:right;
		width: 270px;
		margin-top: 20px;
		}
		
#linkList div {
		padding-bottom: 1px;
		margin-bottom: 16px;
		background: url(img/side-split2.gif) no-repeat 0px bottom;
		}
##linkList div div {
		background: none;
		}
		
#footer {
		clear:both;
		height: 180px;
		background: url(img/bg-foot.jpg) no-repeat center 0;
		}
		
		
