﻿@import url('layout.css');
body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #000;
	color: silver;
}
#container {
	background-color: #000;
	text-align: center;
	background-image: url('../images/back_logo_origin2.jpg');
	background-repeat: no-repeat;
}
#column_ll {
	width: 225px;
	height: 480px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#column_l {
	width: 515px;
	height: 370px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 120px;
	text-align: center;
}
#column_r {
	width: 225px;
	height: 480px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#footer {
	text-align: center;
	padding-bottom: 0px;
	background-color: #000;
	margin-top: 20px;
}
/* Navigation */
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 960px;
	text-align: center;
}
#footer li {
	font-size: x-large;
	float: left;
	text-align: center;
}
#footer a {
	color:red;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#footer a:hover {
	color: black;
	background-color: red;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: silver;
	margin-top:0px;
}
h2 {
	font-size: x-large;
	color: silver;
	margin-top:0px;
}
h3 {
	font-size: large;
	color: red;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: medium;
	color: silver;
}
h5 {
	font-size: x-small;
	color: silver;
	padding-top: 10px;
}
h6 {
	font-size: xx-small;
	color: silver;
	background-color: red;
}
p {
	color: silver;
	font-size: medium;
}
/* Links */
a {
	color: silver;
	text-decoration: underline;
}
a:hover {
	color: red;
	font-weight: normal;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
