* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Journal";
	src: url('../fonts/journal.ttf');
}

body {
	font-family: Calibri, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 13px;
	background: url(../img/template/bg_site.jpg) repeat;
}

a {
	text-decoration: none;
}

a:focus, a:active { 
	outline: none; 
} 

.fleft {
	float: left;
}

.fright {
	float: right;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.arrow {
	color: #800;
	font-size: 11px;
	padding-right: 5px;
}

.none {
	display: none;
}

form {
	padding-left: 30px;
}

img {
	border: 0;
}

label {
	margin-bottom: 5px;
	width: 160px;
	display: block;
	float: left;
}


input, textarea, select {
	margin: 3px;
	padding: 3px;
	font-family: Calibri, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 13px;
}

input[type=text], textarea {
	border: 1px solid #AAA;
	width: 250px;
}

textarea {
	height: 70px;
}

hr {
	height: 0px;
	border: 0px;
	border-bottom: 1px dashed #600;
	width: 85%;
	margin: 20px auto 15px;
}

.loader {
	display: none;
	background: url(../img/template/loader.gif);
	width: 42px;
	height: 32px;
	position: absolute;
}

.loader.up {
	left: 270px;
	top: 180px;	
}

input[type=button], input[type=submit], a.button {
	border: 1px solid #483214;
	background: #674921;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	padding: 2px 5px;
	margin: 4px;
	display: block;
	width: 160px;
	font-weight: bold;
	text-align: center;
}


input[type=button]:hover, input[type=submit]:hover, a.button:hover {
	background: #432c0d;
	text-decoration: none !important;
}

#macbook {
	background: url(../img/template/bg_macbook.png) no-repeat;
	width: 182px;
	height: 486px;
	position: absolute;
}

#pen {
	background: url(../img/template/bg_pen.png) no-repeat;
	width: 138px;
	height: 451px;
	margin-top: 200px;
	margin-left: 80px;
	position: absolute;
}

#contents {
	margin-left: 170px;
}

.header a {
	color: inherit;
}

.header .logo {
	position: absolute;
	margin: 10px 0 0 90px;
}

.header .sentence {
	position: absolute;
	margin: 85px 0 0 300px;
}

div#page {
	position: absolute;
	background: url(../img/template/bg_notepad.png) no-repeat;
	width: 768px;
	height: 678px;
	margin: 125px 0 10px 50px;
}

ul.exp {
	list-style: none;
}

ul.exp li {
	padding-left: 23px;
}

#page .section {
	float: left;
	width: 560px;
	padding: 16px;
	margin-top: 25px;
}

#page .section a {
	color: #844;
}

#page .section a:hover {
	color: #777;
	text-decoration: underline;
}

#page .section p {
	padding: 5px 23px;
	text-align: justify;
}

#page .section h3 {
	font-family: "Journal";
	font-size: 42px;
	padding-left: 30px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

#page .section h4 {
	font-size: 16px;
	padding-left: 23px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #800;
}

#page .section h5 {
	padding-left: 23px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

#page .section h5.title {
	padding-left: 30px;
	font-weight: normal;
	margin-top: 5px;
}

.nav {
	font-family: "Journal";
	font-size: 36px;
	float: left;
	text-align: center;
	margin-top: 35px;
	margin-left: 10px;
}

.nav ul {
	list-style: none;
	margin-top: 18px;
}

.nav li {
	height: 65px;
}


.nav ul li a {
	display: block;
	width: 120px;
	height: 35px;
}
