	/* LINKS */

a:link, a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #B65C13;
	font-family: 'Georgia', arial, tahoma, verdana, sans-serif;
	}

a:active, a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #FE6703;
	font-family: 'Georgia', arial, tahoma, verdana, sans-serif;
	}


	/* BODY */

body {
	background-color: #CAA98C;
	margin: 0;
	text-align: justify;
	font-family: 'Georgia', arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #6C6058;
	}


/* DIV LAYERS */

div#header {
	position: relative; top: 0;
	width: 400px;
	height: 300px;
	border: 0;
	margin: 0 auto;
	}

div#sonnyeo {
	position: relative; top: 0;
	width: 398px;
	border-right: 1px solid #6C6058;
	border-left: 1px solid #6C6058;
	border-bottom: 1px solid #6C6058;
	background-color: #F5D1B6;
	margin: 0 auto;
	}


	/* PARAGRAPHS */

h1 {
	padding: 3px 5px 3px 10px;
	margin: 5px;
	background-color: #CAA98C;
	border: 1px solid #B07541;
	color: #775537;
	font-size: 12px;	
	line-height: 13px;
	font-family: 'Georgia', arial, tahoma, verdana, sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 7px;  
	}

p {
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'Georgia', arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #6C6058;
	}

p.center {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'Georgia', arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #6C6058;
	}

p.right {
	text-align: right;
	}


	/* TABLES */

table {
	background-color: #F5D1B6;
	border: 0;
	}

input, option, select, textarea { 
	background-color: #6C6058;
	text-decoration: none;
	text-align: left;
	border: 1px solid #C4946E;
	font-family: 'Georgia', arial, tahoma, verdana, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	}

