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

* {
	margin:0;
	padding:0;
}
body{
	/*background:url(images/baseline.gif) 0 0;*/
	}
#wrapper {
	width:960px;
	margin:0 auto;
	font-family:Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size:16px;
	
}
#title {
	width:300px;
	border-bottom:1px solid #333;
	}
#contact {
	padding: 180px 0 20px 0;
	float:left;
}
#picture {
	float:right;
}
img {
	float:right;
	clear:both;
	padding:0px;
}
h1 {
	font-size:36px;
	font-weight:900;
}
h2 {
	font-size:16px;
	font-weight:900;
	margin-top:2px;
}
p {
	font-size:16px;
	font-weight:400;
	line-height:24px;
}
#menu{
	margin-top:24px;
	width:300px;
	}
.accordionButton {
	line-height:24px;
	width: 300px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #ffffff;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	}
	
.accordionContent {
	line-height:24px;
	width: 300px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #ffffff;
	}
	a{
		text-decoration:none;
		color:#ff0000;
	}
	a:hover{text-decoration:underline;}