﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #FFFFFF;
	cursor: url(design/cursor.png),auto;
	text-align: justify;
	}
/* Header */
#header {
	height: 300px;
	width: 100%;
	background-image: url(design/ban-black.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Page */
#box {
	width: 1000px;
	margin: 0 auto;
}
#menu {
	clear: none;
	height: 30px;
	margin: 0 auto;
}
#page {
	margin: 20px;
}
#footer{
	height: 75px;
	clear: both;
	padding-top: 20px;
}
#present{
	width: 600px;
	margin: 0 auto;
}
/* Link & colors*/
a:link {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
}
a:visited {
	color: #1C1A14;
	text-decoration: underline;
	background-color: transparent;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #c00;
	text-decoration: none;
}
/* Text format */
h1 {
	font-size: 14px;
	font-weight: bold;
}	
p {
	text-align: justify;
}
