/*
	 CSS for World Intersex Society for Humanity site
	 
	 Revision 0
	 2010/10/10
	 (c) Maya Posch
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
	font-family: helvetica, sans-serif;
	font-size: small;
}

.container {
	margin: 0 auto;
	width: 960px;
}

a {
	color: #c65e68;
	text-decoration: none;
}

a:hover {
	color: #dd2233;
}

p {
	margin-top: 10px;
}

h1 {
	margin-top: 15px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}


/*
	Header
*/

.header {
	height: 200px;
	text-align: center;
	/*background-image: url('img/WISH_logo.png');
	background-repeat: no-repeat;
	background-position: top center;*/
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
	Menus
*/

.col_left {
	width: 150px;
	float: left;
	padding-right: 15px;
	/*background-color: #c65e68;*/
	border-right: 1px solid #c65e68;
}

.col_left ul {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 15px;
}

.col_left li {
	padding-bottom: 5px;
}

.col_right {
	width: 150px;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #c65e68;
}

.col_right ul {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 15px;
}

.col_right li {
	padding-bottom: 5px;
}

.menu_heading {
	padding-top: 10px;
	font-weight: bold;
	font-size: medium;
}

/*
	Content 
*/

.content {
	margin-left: 170px;
	margin-right: 170px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	/*border: 1px solid black;*/
}

.content table {
	border-collapse: collapse;
	border-spacing: 5px;
	border: 1px solid #cccccc;
}

.row_light {
	background-color: white;
}

.row_dark {
	background-color: #cccccc;
}

.content table td {
	padding: 5px;
	border-bottom: 1px solid #999999;
}

.content table th {
	padding: 5px;
	text-align: left;
	background-color: #cccccc;
}

.content li {
	margin-top: 10px;
	margin-left: 10px;
}

.spacer {
	clear: both;
}

.img_left {
	margin-right: 10px;
}

/*
	Footer
*/

.footer {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: x-small;
	position: left;
}