﻿body {
		margin: 10% 15% 20% 15%;
		background-color: #757575;
		color: #ccc;
		font-family: Arial;
		font-size: 0.80em;
}

h1 {
		font-size: 130%;
		color: #ddd;
		font-family: Arial;
		background-color: #999;
}

h2 {
		font-size: 100%;
		color: #ddd;
		font-family: Arial;
		background-color: #999;	
}

h3 {
		font-size: 120%;
		color: #ddd;
		font-family: Arial;
		background-color: #999;
		font-weight:normal	
}

img {
		border: 10px;
		margin-right: 10px;
}

#content {
		padding: 50px 50px 40px 50px;
		height: 480px;
		background: #999 url(images/title.gif) no-repeat top right;
		color: #f9f9f9;
		font-size: 90%;
}

#content a {
		background-color: #999;
		color: #f9f9f9;
}

#content a:hover {
		background-color: #999;
		color: #f90;
		text-decoration: none;
}

#content ul {
		list-style-type: square;
		line-height: 150%;
}

blogtitle {
		font-size: 160%;
		color: #ddd;
		font-family: Arial;
		background-color: #999;
		font-weight:bold	
}

.blogphoto p {
		font-size: 65%;
		font-weight: bold;
		color: fuchsia;
		margin-top: 0;
		line-height: 1.4em;
}

#blog /* "blog content" */{
		padding: 50px 150px 40px 150px; /* top right bottom left */
		/*height: 480px;*/
		background: #999 url(images/title.gif) no-repeat top right;
		color: #f9f9f9;
		font-size: 90%;
}

#index {
		margin: 50px 0px 30px 0px;
}

#index img {
		margin-right: 10px;
}

#caption {
		position: absolute;
		top: 400px;
		left: 242px;		
}

#text {
		position: absolute;
		top: 170px;
		left: 50%;
		width: 30%;
		text-align: justify;
}

table {
		margin-top: -20px;
}

/*#scroll {
		position: absolute;
		top: 20%;
		left: 50%;
		height: 400px;
		width: 300px;
		overflow: auto;
		border: none;
		background-color: #999;
		padding: 8px 10px 10px 4px;
		scrollbar-base-color: #999;
		scrollbar-arrow-color: #fff;
		scrollbar-track-color: #999;
		scrollbar-face-color: #999;
		scrollbar-highlight-color: #999;
		scrollbar-DarkShadow-Color: #999;
		scrollbar-Shadow-Color: #999;
}*/
	
#exception {
		position: absolute;
		top: 350px;
}

.title {
		color: #fff;
		background-color: #999;
}

.media {
		color: #ccc;
		background-color: #999;
}

.nav {
		margin-top: 50px;
		color: #ccc;
		background-color: #999;
}

#nav {
		margin-top: 5px;
		margin-bottom: 5px;
		height: 27px;
		background: #616161;
}

#nav ul {
		border: 0px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align: center;
}

#nav ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0px;
		margin-top: 3px;
}

#nav ul li a {
		display: block;
		text-align: center;
		padding: 0px;
		margin: 2px;
		width: 90px;
		height: 18px;
		color: #ccc;
		background-color: #616161;
		font-family: sans-serif;
		font-weight: 600;
		font-size: 95%;
		text-decoration: none;
}

#nav a:hover {
		color: #333;
		background-color: #616161;	
}

#nav a.active {
		color: #f90;
		background-color: #616161;
}

#smallprint {
		margin: 3px 200px 0px 0px;
		font-size: 80%;
		background-color: #757575;
		color: #aaa;
}

#smallprint a {
		background-color: #757575;
		color: #aaa;
}

#smallprint a:hover {
		background-color: #757575;
		color: #f9f9f9;
}
