/*
Theme Name: Korea
Theme URI: http://wordpress.org/
Description: n/a
Version: 1.0
Author: Matt Lo
Author URI: http://mattloinfo.com/
Tags: korea

*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url("images/tilebackground.gif");
	background-repeat: repeat;
}
#title {
	height: 100px;
	background-color: #292d3f;
	overflow: hidden;
}
	#title div {
		width: 1000px;
		height: 100px;
		overflow: hidden;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		margin: auto;
	}
#nav {
	height: 44px;
	overflow: hidden;
	background-image: url("images/nav.gif");
	background-repeat: repeat-x;
}
	#nav div {
		width: 1000px;
		height: 44px;
		margin: auto;
		overflow: hidden;
	}
		#nav div ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
			#nav div ul li {
				float: left;
			}
			#nav div ul li a {
				display: block;
				padding-top: 14px;
				height: 30px;
				padding-left: 10px;
				padding-right: 10px;
				font-family: Geneva, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
				text-align: center;
				text-decoration: none;
				font-weight: bold;
			}
			#nav div ul li a:hover {
				background-image: url("images/nav-h.gif");
				background-repeat: repeat-x;
				color: #121f5c;
			}
#container {
	width: 1000px;
	overflow: auto;
	margin: auto;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}
.headline {
	border: solid 1px #CCCCCC;
	background-color: #DDDDDD;
	color: #000000;
	padding-left: 3px;
	padding-top: 3px;
	height: 17px;
	font-weight: bold;
}
	.headline a {
		color: #000000;
		text-decoration: none;
	}
#header1 {
	width: 635px; 
	height: 242px; 
	overflow: hidden; 
	float: left;
	display: block;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	border: none;
	margin-top: 4px;
}
.text {
	padding: 2px;
	margin-bottom: 8px;
}
.text img {
	border: none;
}
.text p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.text a {
	color: #0066CC;
	text-decoration: underline;
}
.text select, textarea, input {
	border: solid 1px #000000;
	padding: 1px;
	margin: 1px;
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#optin {
	height: 250px;
	background-color: #444c71;
	border-top: 1px dotted #4b5aa3;
}
#youtube {
	float: right;
	width: 299px;
	margin-top: 4px;
}
#optinner {
	width: 1000px;
	margin: auto;
	height: 250px;
}
