@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}
a {
	color: #0030ff;
}
a:visited {
	color: #6633ff;
}
a:hover {
	color: #ff9000;
}

#wrapper {
	width: 960px;
	margin: 10px auto;
	padding: 0px;
	font-size: small;
	border: dashed 4px #333333;
}

#header {
	background: #333333 url(../img/gra_footer2.gif) bottom repeat-x;
	color: #e5e5e5;
	padding: 10px;
}
#header a {
	color: #e5e5e5;
	text-decoration: none;
}
#header a:hover {
	color: #ff9000;
	text-decoration: underline;
}
h1 {
	float: right;
	font-size: 220%;
	margin: 10px;
	text-shadow: #ffffff 2px 2px 5px;
}
#description {
	margin: 0 10px;
}
h2 {
	margin: 1em 10px;
}

#side {
	margin: 10px;
	padding: 10px;
	border: 1px solid #333333;
	background-color: #e0e0e0;
}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	display: inline;
	line-height: 1.6em;
	margin-right: 1em;
}
ul.menu li a {}

#main-content {
	margin: 10px;
}
.content {}
.content p {
	margin: 0.6em 1em;
	line-height: 1.4em;
	color: #333333;
}
h2.title ,
h3.title {
	font-size: 200%;
	display: block;
	margin: 10px;
	border-bottom: 3px double #333333;
	text-shadow: #606060 1px 1px 4px;
}
.osusume {}

#footer {
	background: #333333 url(../img/gra_footer2.gif) repeat-x;
	color: #e5e5e5;
	height: 140px;
}
#footer p {
	padding-top: 2em;
	text-align: center;
	font-size: x-small;
}

