/* Style for index.html */

body {
	font: 14px "Malgun Gothic", Verdana, Tahoma, Arial, Sans-serifi; background-color: #eee;
}

a {
	color: #4169e1;
	background-color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#emblem {float:right; padding: 20px; width: 120px; }
#profile {}

#layout { width: 1024px; }
#layout ul { list-style: square; }

#menu { float: left; position: fixed; border: 3px solid #ddd; margin: 30px; padding: 10px; width: 200px; text-align :justify; background-color: white; }
#menu ul { list-style: circle; }

#content { float: right; border: 3px solid #ddd; margin: 30px; padding: 40px; width: 900px; text-align :justify; background-color: white; }
#content ul { list-style: square; }
#content ul ul { list-style: circle; }

#footer { text-align: right; }

h1 { font: bold 22px "Malgun Gothic", Verdana, Tahoma, Arial, Sans-serif; }
h3 { font: bold 16px "Malgun Gothic", Verdana, Tahoma, Arial, Sans-serif; }
h3 a {
	color: black;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: none;
}

h4 { font: bold 15px "Malgun Gothic", Verdana, Tahoma, Arial, Sans-serif; }

hr { border:1px dotted #aaa; }

img { border: 0; }

section {border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; padding: 10px;}

mark { color: #000000; background-color: #ffffff; font-weight: bold; }

.center { text-align: center; }
