/* * * * 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: #cf6c9b; 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: #cf6c9b;
	font-size: 340%;
	font-weight: normal;
}
h2 {
	background: url(images/h2_background1.gif) right repeat-y;
	border: 1px solid #ccc;
	color: #666;
	font-size: 150%;
	font-weight: bold;
	margin: 0.2em 0;
	padding: 0.1em 0.2em;
}
h2 {
	border: 1px solid #ccc;
	color: #666;
	font-size: 150%;
	font-weight: bold;
	margin: 0.2em 0;
	padding: 0.1em 0.2em;
}

/* * * * wrap / header * * * */

#wrap {
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#header {
	background: url(images/pinktoad-150.jpg) no-repeat;
	color: #999;
	font-style: italic;
	font-size: 110%;
	margin: 20px 0 0 10px;
	padding: 30px 0 30px 200px;
}

/* * * * top navigation * * * */

#navTop {
	padding-right: 10px;
	text-align: right;
}
#navTop li {
	display: inline;
	list-style: none;
}
#navTop li a {
	background: #e8abcc 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;
}

#content div p {
	line-height: 1.8em;
}
#content div p img {
	cursor: pointer;
	margin-left: 10px;
}

/* * * left column * * * */

#column1 { float: left; width: 165px; }

/* * * right column * * */

#column2 { margin-left: 205px; }

#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;
}
