body {
	background-image:
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #5A7592;
	background-repeat: repeat-x;
}

h3 {
	color: #5A7B8C;
	font-size: 18px;
}
p {
	padding-left: 20px;
	margin-top: -5px;
}

a {
	color:#7E8E89;
	text-decoration:none;
}

a:hover {
	color:#5A7B8C;
	text-decoration:underline;
}

.bold {
	font-weight: bold;
}
.button {
	background-color: #FFFFFF;
	background-image: url(../Images/button.jpg);
	height: 28px;
	width: 62px;
	margin-left: 3px;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	padding-top: -5px;
}

h4 {
	color: #4D6C62;
	font-size: 16px;
}
h5 {
	padding-left: 10px;
	font-size: 14px;
}

#container {
	width: 473px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 25px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #6E94AB;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	background-image: url(../Images/header.jpg);
	background-repeat: no-repeat;
	height: 251px;
	width: 473px;
	position: relative;
}
#main {
	background-image: url(../Images/main.jpg);
	background-repeat: repeat-y;
	width: 473px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

#naver {
	height: 200px;
	width: 100px;
	position: absolute;
	margin-top: -20px;
	left: 0px;
}

#link {
	height: 26px;
	width: 93px;
	padding-top: 5px;
	padding-left: 10px;
	background-image: url(../Images/naver.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}


#link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
#link a:hover {
	color: #597D91;
}

#content {
	width: 300px;
	position: relative;
	margin-left: 10px;
	left: 110px;
	background-image: url(../Images/contentbg.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 9px;
}


#footer {
	background-image: url(../Images/footer.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 473px;
	padding: 0px;
}

