/* * * * browser equalization / don't mess with this * * * */

* { border: 0; margin: 0; padding: 0; }

/* * * * general * * * */

body {
	background-color: #333;
	color: #1f1f1f;
	font: 0.65em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	text-align: center;
}

/* * * * links * * * */

a { color: #FF310D; font-weight: bold; text-decoration: none; }
a:hover { color: #ad1000; }

a img { border: 1px solid #ccc; margin: 5px; padding: 5px; }
a:hover img { border-color: #db8080 }

/* * * * standard * * * */

h1 {
	color: #FF5353;
	font-size: 340%;
	font-weight: normal;
}
h2 {
	background: url(Images/h2_background.gif) right repeat-y;
	border: 1px solid #ccc;
	color: #666;
	font-size: 220%;
	font-weight: normal;
	margin: 0.2em 0;
	padding: 0.1em 0.2em;
}

.hidden { display: none; }

/* * * * wrap / header * * * */

#wrap {
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 720px;
}
#header {
	background: url(Images/08.jpg) no-repeat;
	color: #999;
	height:170px;
	font-style: italic;
	margin: 20px 0 0 10px;
	padding: 30px 0 80px 200px;
}

/* * * * top navigation * * * */

#navTop {
	padding-right: 10px;
	text-align: right;
}
#navTop li {
	display: inline;
	list-style: none;
}
#navTop li a {
	background: #d9d9d9 url(Images/corner.gif) top left no-repeat;
	border-bottom: 2px solid #ccc;
	color: #666;
	font-weight: bold;
	margin: 0.1em;
	padding: 0.2em 2.7em;
	text-decoration: none;
}
#navTop li a:hover {
	border-bottom-color: #d36d70;
	color: #333;
}

/* * * * content * * * */

#content {
	margin: 5px;
	padding: 5px;
}
#content div {
	border: 1px solid #ccc;
	padding: 10px;
	width: 97%;
}
#content div p {
	line-height: 1.8em;
}
#content div p img {
	cursor: pointer;
	margin-left: 10px;
}

/* * * left column * * * */

#column1 { float: left; }

/* * * right column * * */

#column2 { float: right; }

#column2 a img { margin-top: 30px; }
#column2 p span { color: #999; }
#column2 p span.date { font-weight: bold; }

/* * * * footer * * * */

#footer {
	clear: both;
	font-size: 0.9em;
	line-height: 2.4em;
	text-align: center;
}

.footermenu li {
    display: inline;
}

ol li {
    margin-left: 10px;
}